Windows
Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).
Application
Any
Language
Visual Basic
Remove
License
Any
: How to prevent windows from reacting for ctrl-esc (showing menu start), alt-ctrl-del end so on.
: It has to be win nt/2000 - i know a way to do it in win98 but it's not the same.
:
:
:...
How to prevent windows from reacting for ctrl-esc (showing menu start), alt-ctrl-del end so on.
It has to be win nt/2000 - i know a way to do it in win98 but it's not the same.
Yes, i know...
I'll post a new thread here for some nice graph fx
check
: yah but it looked kewl!!!
:
: : Yoh, thats f&*ucked!!!! Windows huh?! It f&*ucks up almost everything.
: :
:...
yah but it looked kewl!!!
: Yoh, thats f&*ucked!!!! Windows huh?! It f&*ucks up almost everything.
:
:
: : ok. here's my problem.
: :
: : Rnd * 50000
: :
: : that syntax returns an...
Yoh, thats f&*ucked!!!! Windows huh?! It f&*ucks up almost everything.
: ok. here's my problem.
:
: Rnd * 50000
:
: that syntax returns an integer. good. BUT i dont want it to be
:
:...
Yeah. Try it. It's so much fun "bugging" the look of the OS. I've recently tried a "MENU BUGGING" (adding one and same menu to ALL windows, event to those which are just opening).
By the way, if...
Yo man! sign my QuesTbook!!
: Great!
:
: Thanks
:
: Chris
:
:
: : the sub Form_Unload()is triggered just before the actual closing of the program. With Form_QueryUnload(Cancel as...
Great!
Thanks
Chris
: the sub Form_Unload()is triggered just before the actual closing of the program. With Form_QueryUnload(Cancel as Integer) the OS sends the close message. In this sub...
the sub Form_Unload()is triggered just before the actual closing of the program. With Form_QueryUnload(Cancel as Integer) the OS sends the close message. In this sub you can override it by giving the...
Hi All,
I've been a software engineer for a while now but I am new to VB and windows programming. My question is:
How do I override the default action of the window closing (pressing the little...
: Yep, they remain resident, but you can always "TerminateProcess" them! :))))
:
That wouldn't be very nice! I might have to try it.
: : Hi,
: : I want to launch my VB program before windows logon. I am using Win 2000 & XP. I done a part which is adding my file path in Registry (Run directory). When I reboot a system, i am...
: Hi,
: I want to launch my VB program before windows logon. I am using Win 2000 & XP. I done a part which is adding my file path in Registry (Run directory). When I reboot a system, i am getting...
: How I can check in real time when user add new file/directory in windows explorer (for example, new file is created in C:\winnt\) or user rename file or user delete file?
:
: Hope that somebody...
Yep, they remain resident, but you can always "TerminateProcess" them! :))))
Maybe Windows has an API for that buti would not know about that one! until then, keep scanning and scanning until you find changes. But that means that you give your computer a really hard time so...
How I can check in real time when user add new file/directory in windows explorer (for example, new file is created in C:\winnt\) or user rename file or user delete file?
Hope that somebody can...
Guys,
Programmatically how to get the Login name and Password from the Windows or network popup dialogueBox?
Thank You
: Well, you got it. Tip: You don't have to reboot the PC to change the shell. A simple log-off is just enough.
:
True enough, I had forgotten about that. Ah well, it is a little used program...
: :
: : : : I need to be able to read/write to the serial port (com1) on the client machine running a terminal services session.
: : : : For example: Terminal Server located in Chicago. Client in...