| Thread | Last Post | Replies |
|
| Indented Listview | 24 Aug 2004 22:53 GMT | 3 |
I have been working my way through the example of Indented listviews at mvps created by Randy Birch. http://vbnet.mvps.org/index.html?code/comctl/lvitemindent.htm In the notes Randy says "Not demonstrated is the 'other' side of the news
|
| Somebody know how can disable Crtl+X, Crtl+C, Crtl+V, Crtl+Z | 24 Aug 2004 22:09 GMT | 1 |
Really need help to disable this shortcut in a textbox for security reasons. I hope can you helpme.
|
| GetAdaptersInfo API & Windows ME | 24 Aug 2004 01:18 GMT | 2 |
I have been using the GetAdaptersInfo API to retrieve DHCP server info (IP Address, lease obtained, lease expires). I get the correct information on 2K and XP, but not Windows ME even though it is supported to the best of my understanding.
|
| FindWindow Remotely | 23 Aug 2004 19:31 GMT | 1 |
I have used the code below (found in this newsgroup) to detect if Microsoft Word is running and works successfully. However this works locally, the scenario I have is to detect an ARCSERVE (Backup software) requiring a second tape. The remote server displays a
|
| RichTextBox: Create a border | 23 Aug 2004 17:54 GMT | 4 |
I am loading a RichTextBox with text from a file. I want it to start about 1/2 inch in from the top and especially on the left side. How?
|
| Hiding / showing windows titlebar | 23 Aug 2004 11:17 GMT | 3 |
I want to hide / show the titlebar of a window using WinAPI. I need this for an ActiveX DLL, to work with any window I know its HWND I use the following code: Private Type STYLESTRUCT
|
| NetShareGetInfo | 23 Aug 2004 02:53 GMT | 2 |
I've been trying to get the API NetShareGetInfo running in VB.NET. Does anyone have any working examples of getting this to work. I am using the following declaration which I don't even know if it is correct, but I also need an example of how to call this as well.
|
| redirect the keyboard input messages | 22 Aug 2004 20:50 GMT | 1 |
In general, the keyboard input would send to the thread message queue, then send to the corresponding Windows. If I want to redirect the message from the thread message queue to my application, then send to the corresponding Windows,
|
| remove help icon in VBA input box? | 21 Aug 2004 18:52 GMT | 8 |
I have already posted this in the Excel programming group, but no reply and I am not sure this is the right group either, but give it a try. Note that this is VBA, not VB. Is there a way to get rid of the help icon
|
| Convert WMA to WAV in VB | 21 Aug 2004 16:02 GMT | 4 |
Hi NG, Is there an example how to call the decoder from within VB6 to decode WMA files to WAV? Happy for any answer!
|
| Intercepting messages to a window | 21 Aug 2004 08:00 GMT | 5 |
I don't have much experience with API and was wondering if I can intercept a message to a window and save it to a text file before letting it continue on to the window. If so, can you show a simple example or point me to a website that explains it?
|
| Capture video from webcam with api into picturebox-image | 21 Aug 2004 02:02 GMT | 1 |
I want to capture images from a vfw-source (my webcam) I found several code-examples showing how to implement a preview window. I need to grab images time by time and the only way to do this seems to be a transfer to the clipboard.
|
| Printer resolution under XP | 20 Aug 2004 23:20 GMT | 7 |
I need to know the printer resolution (local printer). Under Win 98se using DocumentProperties() or DeviceCapabilities() I do get reliable results. However the same code under XP crashes. Eg:
|
| Controlling Windows Explorer from a script | 20 Aug 2004 21:02 GMT | 6 |
I would like to write a scritp that will not only launch Windows Explorer but also "arrange the folders". By "arrange the folders" I mean: Start by reading a "layout arrangement" file. The layout
|
| how to find out who called me? | 20 Aug 2004 16:30 GMT | 1 |
How can I find out if my VB app is invoked by hotkey? I can set a global hotkey to my form and I want to distinguish between activating the app by Alt Tab, clicking to it's window or hotkey input. And, if possible, I would like to know which window was topmost when the
|