| Thread | Last Post | Replies |
|
| modify suffix dns connection | 11 May 2005 20:34 GMT | 1 |
I am researching a function which allow to modify suffix dns connection network under win 98 and win XP. I work under vb 6 Thank you in advance for your help
|
| Need some urgent help | 11 May 2005 12:47 GMT | 1 |
Need an urgent task , when my sql server is down , i need an alert (sms) to be sent to my cell Please help Thanx in Advance
|
| COMPARE 2 BMP files where one is offset | 11 May 2005 06:31 GMT | 18 |
i have original complete bmp file. my problem is i obtain a nearly complete bmp where a small part may be cut off and the file picture may be a little larger, or smaller. How do i compare both files to determine if they are the same bmp's.
|
| PROPERTIES DIALOG TIME ACCESSED | 11 May 2005 06:18 GMT | 7 |
When I look at the properties of a file manually I see the time last accessed correctly. But when I try with a getfiletime api, or from within vb with the fileobject I do not obtain the time with any degree of real accuracy. Is this a problem
|
| Capturing a browser image | 10 May 2005 15:43 GMT | 13 |
I am using 2 picture boxes and BitBlt to create transition effects. Pic1 is displayed Load pic2 BitBlt pic2 to pic1
|
| Getting the Password from XP | 10 May 2005 14:54 GMT | 5 |
I wan't to supply my ODBC login information with win username/password. I found the code for getting the username (WNetGetUserA) But how do I get the password? - is it possible at all? Rgds, Henrik
|
| Creating Thread under VB | 10 May 2005 13:03 GMT | 2 |
I have problems of creating thread under VB. VB crush when the CreateThread fucntion called. After correct the wrong declaration copied from the API viewer from: Private Declare Function CreateThread Lib "kernel32" (lpThreadAttributes As
|
| API FOR FILE ACKNOWLEDGEMENT | 09 May 2005 23:40 GMT | 11 |
I have 2 apps running simultaneously and sharing a file. Is there any way to determine if one of the apps accessed the file ? An example would be nice. Thanks
|
| directory functions do not close | 09 May 2005 16:45 GMT | 16 |
I wrote some utility programs invoked by hotkey. They exploit the clipboard to add functionality to a Java IDE. The program does directory and file scans within the Java workspace. The APIs used are FindFirstFile, FindNextFile, and FindClose. If I want to delete the Java workspace, ...
|
| GetClipboardFormatName and default Formats (CF_TEXT to CF_LOCALE) | 08 May 2005 15:41 GMT | 2 |
in an activex-exe I am using GetClipboardFormatName to return a textual representation of all clipboard formats currently available (Looping with EnumClipboardFormats). For some unknown reason the function only returns names for
|
| Does Send Message avoid issues with extraneous keyboard/mouse input by user? | 08 May 2005 09:52 GMT | 6 |
One of the difficulties with using SendKeys is that playful/malicious users can mess things up by sending extraneous keyboard/mouse clicks. Does using SendMessage avoid this problems? For example, in the URL below I am avoiding use of SendKeys in setting a VBA
|
| TCP/IP HEADER | 07 May 2005 23:33 GMT | 1 |
can anyone provide a quick example using api's / code/ etc. that accesses the IP header to obtain info about the message portion in the application layer of another app in a separate process, then use this info to pick up the data portion using vb6? Specifically i want to obtain ...
|
| API function existence | 07 May 2005 15:42 GMT | 3 |
MSFt has a web site that catalog DLLs and let's you know which version of the DLL was included in particular products. Is there a similar resource for API subs/functions? I'd hate to release an exe or dll and find that the run-time systems to not
|
| Network Procedures - Visual Studio - Visual Basic | 07 May 2005 01:52 GMT | 1 |
Hi I need to know how to: - find the current domain; - find the current machine name;
|
| Detecting if a window is obstructed by another window? | 07 May 2005 00:22 GMT | 1 |
I'm working on a screen recorder which records a certain area on the screen based on its window handle. An inherent problem with this, is when other windows or dialog boxes pop up. They are often placed "wherever" by Windows, often
|