| Thread | Last Post | Replies |
|
| Stuff keyboard buffer | 13 May 2006 08:10 GMT | 1 |
as per the subject I need to insert characters in the keyboard. The reason being : I get some data from other sources, I manipulate it then I need to put some short text in a window from another app of which I DO NOT have control over.
|
| Metafiles | 13 May 2006 00:49 GMT | 2 |
Hi - I have been studying the exportation of .emf files from my vb app for use with Adobe Illustrator and or Coreldraw and have couple of questions. Firstly, if I create say, two polygons and manage to save them to an .emf , would the receiving application be able to differentiate ...
|
| Check file date / times | 12 May 2006 21:56 GMT | 4 |
I would like to be able to check the date/times when files were lasted accessed/modified, I know it's possible but I have a very, very basic knowledge (no pun intended) of V.B.. Can anyone suggest somewhere where most of the program is written and I can just modify it for my ...
|
| Need help replacing MouseUp Event with Hook for WM_LBUTTONUP, WM_RBUTTONUP | 12 May 2006 19:07 GMT | 1 |
I am replacing my ListView_MouseUp event handler with a Windows Hook on the ListView for messages WM_LBUTTONUP and WM_RBUTTONUP because sometimes the ListView does not deliver the MouseUp event as described in http://support.microsoft.com/kb/q149326/.
|
| finding list of api's | 12 May 2006 06:40 GMT | 1 |
I have a dialup connection. Where can I find a list of api's for the "new connection wizard" which i use to setup my dialup connection. When you set up the "new connection wizard" one thing it ask for is the password. Where is this information stored in window, is it in a ...
|
| Setting ClearType | 11 May 2006 21:02 GMT | 2 |
Does anybody here know the api call to set ClearType? Many thanks for replying. Best greetings, Tom Weber.
|
| FindFirstFile question | 11 May 2006 18:13 GMT | 3 |
How is the FindFirstFile function (from http://vbnet.mvps.org/) sorting the files ? I need an ascending sort for the found files ! Robertico
|
| How to use Winsock to send data through a specific IP in multi-NICs system ? | 11 May 2006 15:44 GMT | 1 |
My computer is a Windows 2000 server and I have 1 NIC to LAN with the IP: 192.168.6.1, 1 other NIC to IPS1 with IP: 203.162.15.88 and one another NIC to ISP2 with IP: 58.168.49.22 I'm using VB to code a program having Winsock to send data to Dynamic DNS
|
| Strange case of SetParent | 11 May 2006 12:58 GMT | 3 |
Hallo all, I'm having a problem positioning a certain window using SetWindowPos, and found the (appearent) reason in a strange SetParent behaviour. I have to say the window in question has a somewhat...interesting history.
|
| GPS on Laptop using VB6 for positioning on a UI-View like map ? | 10 May 2006 21:56 GMT | 7 |
Programmed a few VB6 programs using serial communication, but nothing yet in combination with grafical applications. Experimenting with a new Tom-Tom GPS receiver, i want to use the GPS info for pointing me on a map where i am on that moment, or for logging my
|
| StretchBlt and text | 10 May 2006 21:03 GMT | 2 |
What's the most efficient and easy (assuming both can be done) way of putting transparent text over a StretchBlted bitmap? The context is a map display, on which I need to place various labels, for example the names of towns and cities, which I'm currently doing
|
| Load webpage (source) in textbox | 10 May 2006 17:28 GMT | 10 |
I'd like to load a webpage (source) to a textbox. One of the possibilities i discovered is to use the "GetOpenFileName" API and fill in the url (including http:\\) as file name. (The webpage is downloaded and automatic opened from the cache)
|
| Pause, purge print jobs | 10 May 2006 07:39 GMT | 2 |
I read about calling win32 printer API to retreive printer information from the link below http://vb.mvps.org/articles/dd200202.asp The article does not say much about pausing a printer or purging queued
|
| Change printer name in printer dialog using API in runtime | 09 May 2006 17:01 GMT | 1 |
My default printer is kyosera 1000. I use following code to select the printer from a print dialog in external application: hMain = FindWindow("#32770", "Print") hChild = FindWindowEx(hMain, 0, "ComboBox", vbNullString)
|
| Get date format from control panel | 09 May 2006 16:22 GMT | 6 |
How can I read out from control panel what date/time format is set there? Is there an API available for this? I am using VB6. Regards Peter
|