| Thread | Last Post | Replies |
|
| XP styles and forms in a Activex dll | 28 Feb 2005 21:53 GMT | 2 |
Adding XP Visual Styles to Your Visual Basic http://www.vbaccelerator.com/home/VB/Code/Libraries/XP_Visual_Styles/Using_XP_Vi sual_Styles_in_VB/article.asp Any pointers to how this can be applied to forms within an activex dll? Thanks
|
| msgbox backcolor | 28 Feb 2005 13:58 GMT | 1 |
how can i change backcolor of a msgbox? is there any api that can help me ? thanks
|
| Strange case of CreateCompatibleBitmap and Mr. Hyde | 28 Feb 2005 12:09 GMT | 13 |
I have a strange case on certain Windows 2003 Server machines, where a call to CreateCompatibleBitmap will return zero (which I take as a failure indicator), but when I call GetLastError, the message is "Operation completed successfully".
|
| How to change TextBox ScrollBars property at run time? | 27 Feb 2005 22:15 GMT | 2 |
In my project I need to change the ScrollBars property of a TextBox between 2 (vertical) and 3 (both), such as the 'Word Wrap' of Notepad. Is it possible? I've been trying ShowScrollBar and EnableScrollBar API's but without
|
| Delete IE History - URLHIST.H (URLHIST.TLB) | 27 Feb 2005 07:40 GMT | 1 |
Does anyone have a good stable example of using the UrlHist type library or other method to successfully delete the IE history from VB??? I have an example using the UrlHist type library but it
|
| HOW TO find the target file name of a lnk file via an API ? | 27 Feb 2005 00:33 GMT | 2 |
I have a file "shortcut to MyFile.exe.lnk" in the startup directory How to find, via an windows API, the name of the target file ? (here "MyFile.exe")
|
| Not the Usual VB6 Asynchronous Shell Question | 26 Feb 2005 23:14 GMT | 4 |
This post has to do with this line of VB6 code: lPID = Shell("c:\OurFolder\OurApp\MySMTPEmailControl.exe", vbHide) The usual shell question for this newsgroup is how to start an executable and wait for it to complete -- the answer being
|
| Usercontrol does not fire Resize event using SetWindowPos. | 26 Feb 2005 22:44 GMT | 5 |
Guys I'm creating a usercontrol which is to act as a control container exposing a Resize event so that the developers can set their own control positions as required given the space available. The trouble is all I have is a window handle so I have to use api to size
|
| wich user is logged on? | 25 Feb 2005 08:34 GMT | 4 |
how do i find out wich user is logged on to windows?
|
| Domain Name | 24 Feb 2005 19:55 GMT | 5 |
Hi How do I get the Domain Name the computer is logged onto. Many thanks D
|
| HowTo detect USB events?? | 24 Feb 2005 12:58 GMT | 1 |
I have a USB modem connected to my VB application. I want to monitor when the modem is turned ON or OFF. The COM port dissapear when the moden is turned OFF and re-apear when the modem is turned ON.
|
| SetActiveWindow in 2000/XP | 24 Feb 2005 11:35 GMT | 1 |
I'm using the "SetActiveWindow" API reference in my application (a chat app) in order for my app to appear in front of other applications even when its minimized. It works fine in windows 98 but it doesn't work in windows 2000. I've allready tryed "BringWindowToTop" API reference ...
|
| Mapping/Unmapping Network Drives | 24 Feb 2005 02:04 GMT | 2 |
How can I map and unmap a drive on a computer. D
|
| set attributes for folder in WinXP | 23 Feb 2005 20:53 GMT | 6 |
How can I change attributes for folders in Windows programaticaly? In command line I can do it with attrib namefolder +s
|
| FindFirstChangeNotification | 23 Feb 2005 20:25 GMT | 5 |
Using code by Randy Birch ("Creating a watched folder with FindChangeNotification") posted a vbnet.mvps.org I am able to monitor a folder for changes. What I need to be able to do is monitor a couple of specific files in a given folder. Then depending on which file changed as
|