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.
tuningd
Posts
-
Missing the professional life -
Worst source code EVERA 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.
-
MoneyThank you every one and I think I will try "Money Manager"
-
MoneyHello, 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.
-
New Trends In SpamI 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.
-
A result for Folding@Home ?I can see it just fine. And now I am really glad I joined the cp folding team Dale Burmeister
-
Survey: Do you drive an SUV?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.
-
Employees to be billed for personal Net use?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
-
Windows Media Player 10Does 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
-
Editing a scanned documentWhen 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
-
Secure shreddinghttp://www.spybot.info/en/index.html[^] Spybot - Search & Destroy has a secure shredder
-
Less than 19 hours to go...Yah I am hopping to catch some of it on the science channel when the show it this Friday http://tinyurl.com/65jml[^]
-
Trying to get the enter key to not make noiseYep 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
-
Trying to get the enter key to not make noiseThe 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
-
Trying to get the enter key to not make noiseHello, 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 -
Win 98 vs Win XPBeing 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
-
Win 98 vs Win XPThank 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.
-
help win 98 vs win xphttp://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
-
Win 98 vs Win XPHello 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?
-
Hiding menuHello, 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