| Thread | Last Post | Replies |
|
| Detecting a removable drive in VB6 | 13 Sep 2006 18:01 GMT | 12 |
I need to know if a path is on a removable memory stick or drive. What API will give me this answer going back to possibly win ME. However, limited to Win 2K or XP will still give me a handle
|
| SendInput With VB6 | 13 Sep 2006 16:58 GMT | 1 |
Public Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal ByteLen As Long) Public Declare Function SendInput Lib "user32.dll" (ByVal nInputs As Long, pInputs As Any, ByVal cbSize As Long) As Long
|
| More graphics questions. | 12 Sep 2006 16:56 GMT | 13 |
This is a friggin' Mappoint application, which may not be Mappoint for much longer if I have to keep doing these workarounds. Anyway, I want a feature to 'measure' a distance between 2 points on map. Drawing a line is not a difficult thing to do in MP, but what I want to
|
| Turkish | 11 Sep 2006 22:27 GMT | 3 |
Dear all I have problems in displaying some Turkish letters on my VB6 application. I'm using labels to display the Turkish text from sql database, the text
|
| Rect drop shadow | 11 Sep 2006 09:13 GMT | 4 |
Has anyone got a API only routine (or a link to one) that will take a rect and an hdc and draw a shadow along the bottom and right edges, that they can share? Thanks in advance.
|
| Create a admin | 09 Sep 2006 13:07 GMT | 1 |
Hello Friends, I want to create an Admin account thru VC++ program ? Does any one had tried to create it ? I am able to create an account with User Priv... but not with Admin. Priv.
|
| &H100010 Backcolor | 08 Sep 2006 16:34 GMT | 2 |
Hi *.*, when you play a *.mpg or *.wmv in MediaPlayer (also on TV screen) and use GetPixel() for any point inside the picture, you get &H100010 as color. When you place a (VB) window in front of the player
|
| How To Read window details before it is created? | 08 Sep 2006 07:26 GMT | 5 |
(I had Posted this in General Discussion, but didnt get any response) How to Intercept New-Window-open API calls... In detail...
|
| RAR | 07 Sep 2006 20:52 GMT | 1 |
I transmit data in zip format. I wish to change the format to .rar (compress ratio is powerful) Someone knows the api to compress data in format rar? (I had Posted this in General Discussion, but did get partial response)
|
| HOW TO HOOK the SelectCert structure ? from VB6 | 07 Sep 2006 18:24 GMT | 1 |
This is my main issue : HOW TO HOOK the SelectCert structure ? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/seccrypto/secur ity/certselectcertificate.asp I would like to bring reliable timestamp in outlook and MS Word digital
|
| Can someone please describe why impersonation requires the impersonator to be local admin? | 07 Sep 2006 18:21 GMT | 1 |
Can someone please describe why impersonation requires the impersonator to be local admin?
|
| Problem with msinet.ocx | 07 Sep 2006 18:16 GMT | 1 |
Here goes my problem: We have an intranet web application running on IIS/Win 2K with printing facility. When a user prints a report, the web server creates a pdf file and put it on an FTP site on the same server. The application then
|
| join jpg images | 06 Sep 2006 22:11 GMT | 1 |
I need to know, how join jpg pictures sample: 9 jpg pictures of 512x512 pixels y i need 1 jpg image of 1542x1542 pixels thenks
|
| Deliberately make an application "Not Responding" | 06 Sep 2006 12:22 GMT | 9 |
I'd like an application to deliberately crash (to display "Not Responding"). I know this sounds crazy, but I'm teaching a course on Windows and want an application to show how to use the task manager to kill a crashed application...
|
| Create system watch on label | 05 Sep 2006 22:42 GMT | 5 |
Can you tell me code how to create a system watch that is time continuously having hr:min:sec on the label.Thank you.
|