Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

tuningd

@tuningd
About
Posts
20
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Missing the professional life
    T tuningd

    I wish I could work from home I could eat lunch with my kids, I think that would be the best thing ever also I would not have to deal with the office politics as much.

    The Lounge hardware question

  • Worst source code EVER
    T tuningd

    A MS Access app(lol) that a accountant wrote over some years. It looked a excel documents and another access database all over the network using mapped drives. It produced a huge excel document that all the executives used every day. Oh and the excel documents were created by our own programs which we had full access to the database so I have yet to understand why this was created.

    The Lounge question career

  • Money
    T tuningd

    Thank you every one and I think I will try "Money Manager"

    The Lounge announcement

  • Money
    T tuningd

    Hello, I am trying to find a program like Microsoft Money, because I cannot find my Microsoft Money CD's it was for an older version. And I do not like the new version of Money so I will not buy it. Ps. right now I am broke so free would be best.

    The Lounge announcement

  • New Trends In Spam
    T tuningd

    I read some spam because it is funney to try and read there spelling which is worst then my spelling. Plus you get email like this The New Breakthrough of "The Antidote" PROVEN FORMULA Not available in any retail outlet - Ships direct from the medical research facility. Kills all Known Viruses & Bacteria kept in the body as diseases before they attack. *Common flus/colds *Influenza *SARS *Cancer *HIV *Etc. The Antidote is the answer for virus/bacteria free-living. I did not know they had a Antidote to HIV.

    The Lounge sales help question

  • A result for Folding@Home ?
    T tuningd

    I can see it just fine. And now I am really glad I joined the cp folding team Dale Burmeister

    The Lounge com tools help question announcement

  • Survey: Do you drive an SUV?
    T tuningd

    Yes, I use it for hauling my fishing gear to my grandpa’s house. But I also own a AWD Eagle Talon because it is fun in winter.

    The Lounge com tools question

  • Employees to be billed for personal Net use?
    T tuningd

    I have to agree with you that most Internet activity is not harmful to the company or costs the company very much money but there are those few people that sit half the day playing games on yahoo and such. It would be great to see their faces when they got that bill. Dale Burmeister

    The Lounge csharp com question

  • Windows Media Player 10
    T tuningd

    Does any one know if they plan to make it for server 2003? and if so when? The reason is my server is a hell of a lot faster then my notebook and I would like to start coping all my cd to mp3 (I know I am slow). Dale Burmeister

    The Lounge sysadmin question

  • Editing a scanned document
    T tuningd

    When I installed Office XP it came with "Microsoft Office Document Imaging" that has on OCR. I have no idea how well it works never had a reason to use it. everyone has photographic memory just some don't have film

    The Lounge question help

  • Secure shredding
    T tuningd

    http://www.spybot.info/en/index.html[^] Spybot - Search & Destroy has a secure shredder

    The Lounge question

  • Less than 19 hours to go...
    T tuningd

    Yah I am hopping to catch some of it on the science channel when the show it this Friday http://tinyurl.com/65jml[^]

    The Lounge css database com tools question

  • Trying to get the enter key to not make noise
    T tuningd

    Yep just tried it still a beep also the SelectNextControl returns a Boolean and that also gives me a beep. Thank you for you help Dale Burmeister

    Visual Basic

  • Trying to get the enter key to not make noise
    T tuningd

    The Tab key work just fine and does not Beep the Enter key Beeps only when it exits the if statement. All the TabStop properties on the ComboBoxes and TextBoxes set to True. The GroupBoxes the house the Combo and TextBoxes to do not have a TabStop properties (I think they are false all the time). The only other event that I have code in is SelectionChangeCommitted for the ComboBoxes and that I use to change a bunch of other things when it happens. I don't think I have any setup condition that touches the default keyboard handlers. Also the wired thing is that the Tab key does not fire the keyDown Event. Thank you for you help Dale Burmeister

    Visual Basic

  • Trying to get the enter key to not make noise
    T tuningd

    Hello, The code works but the when you use the Enter key the program Beeps at me and I would like to stop that but still move to the next control. Private Sub controls_KeyDown(ByVal Sender as object, BayVal e as Systes.Windows.Forms.KeyEventArgs) Handles combobox.KeyDown, textbox.KeyDown If e.keyCode = Keys.Enter Then Me.SelectNextControl(Ctpe(Sender, Control), True, True, True, False) End If End Sub I have also tried many variations of code that is in the if block like SendKeys.Send("{TAB}") still makes the Beep Thank you Dale Burmeister

    Visual Basic

  • Win 98 vs Win XP
    T tuningd

    Being written in visual basic .net the framework is fine because I have the same problem on two different computers running 98. But the one computer running 2000 can handle the program just fine. If I break up the GUI in to more then one form it does work in 98 just looks like crap. Thanks for the help Dale Burmeister

    Visual Basic visual-studio question

  • Win 98 vs Win XP
    T tuningd

    Thank you for you help. The GDI object on my app went up to 128 max, and now has settled as 126. Well now all can do is take this information to my boss as see what he has to say about upgrading.

    Visual Basic visual-studio question

  • help win 98 vs win xp
    T tuningd

    http://www.codeproject.com/script/comments/forums.asp?msg=926589&forumid=1646#xx926589xx[^] I posted it in the vb.net fourm because I am writting the program in vb but the question has nothing to do with vb Thank you for any help Dale

    System Admin question csharp visual-studio com

  • Win 98 vs Win XP
    T tuningd

    Hello I am building an application for work and they are running windows 98 and when I run the unfinished application on the computer it crashes it. The computer appears to run out of resources. But on my windows xp laptop I can run multiples of the program and not crash it. Does the file system matter NTFS or FAT?

    Visual Basic visual-studio question

  • Hiding menu
    T tuningd

    Hello, Does any one know how to make or where to get information on a menu like the properties menu in VS.net. I want to add the functionally to my program, on how it hides in tell you hover your mouse over the icon that is off to the right side and then it shows it self. I hope that made sense Dale Burmeister

    Visual Basic csharp visual-studio tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups