| Thread | Last Post | Replies |
|
| Drag and Drop doesn't works from a floating window | 07 Aug 2004 19:46 GMT | 1 |
Hi! I'm triyng to create an user interface to edit a format, so I did it with a floating window, that has the fields that form could contain, I'm trying to implement a drag & drop routine, but it doesn't works from one window to another... anyone can help me?
|
| Pinging a host with WinSock-control | 07 Aug 2004 14:50 GMT | 3 |
I want to ping different hosts in my network. As I want to do this asynchronously, I don't think that IcmpSendEcho function will help me any further. Do you know which ports are involved and what data to send to the host?
|
| Need to store location of multiple bars on a form | 07 Aug 2004 12:00 GMT | 6 |
I'm having trouble storing the location of several bars on a form. I'm using this type details: Private Type typDetails dAgency As String
|
| metafile rasterizing or rendering | 07 Aug 2004 08:57 GMT | 3 |
Can anyone tell me conceptually how this might work? Most of the examples I have seen for dealing with graphics through the WinAPI have to do with bitmaps. My question regards dealing with windows metafiles or enhanced metafiles.
|
| Get Object from hWnd and his properties !? | 07 Aug 2004 04:33 GMT | 9 |
I have one list (ListView20WndClass) and i would like to read items from that list is this possible !? I have accomplished to retrive hWnd of that object and class name but further ... ?? [SolarAngel]
|
| need to store locations of multiple bars on a form | 06 Aug 2004 17:27 GMT | 4 |
I'm having trouble storing the location of several bars on a form. I'm using this type details: Private Type typDetails dAgency As String
|
| Determine Domain of Computer? | 06 Aug 2004 04:48 GMT | 1 |
Hi. I need to ascertain the domain of a PC running my program; all PCs running this program are XP/2000 machines and are on standard AD domains. What is the simplest way to do this? I have been playing with the Active DS Type Library and I suspect there is a
|
| how to print a bitmap ? | 05 Aug 2004 20:48 GMT | 2 |
how to print a bitmap in VB program ? thanks
|
| Merge a bitmap and an icon | 05 Aug 2004 20:36 GMT | 1 |
I am trying to overlay a bitmap on to an icon and have the following code: Dim bm As New Bitmap(16, 16) Dim g As Graphics = Graphics.FromImage(bm) g.Clear(System.Drawing.Color.Transparent)
|
| Overlay bitmap on to icon | 05 Aug 2004 20:34 GMT | 1 |
I am trying to overlay a bitmap on to an icon and have the following code: Dim bm As New Bitmap(16, 16) Dim g As Graphics = Graphics.FromImage(bm) g.Clear(System.Drawing.Color.Transparent)
|
| JPG corruption detection | 05 Aug 2004 20:34 GMT | 1 |
In short: I need a way to tell about how far into a JPG file it gets before I hit bad data. A command-line utility, control, ... anything that can be automated. I'm trying to help a nice guy recover JPG pictures of his family.
|
| network path and use of netsharecheck api.... | 05 Aug 2004 19:58 GMT | 4 |
hii, i have to know if a folder, situated in \\server\images (for example) exists. This is the vb code i use: Private Declare Function NetShareCheck Lib "netapi32.dll" _
|
| Regional Settings Properties | 05 Aug 2004 19:54 GMT | 8 |
Any way of chnaging the system Regional Settings Properties at run time in VB6? Thanks
|
| COpy data from one programe and paste into another | 05 Aug 2004 18:18 GMT | 2 |
Ok, I know nothign about using API's so please, be nice. I have 2 applications that my users are using. Currently, the run a query in the first app, select and copy data that always is in the same place, then paste it into a cell iin Excel. Then they
|
| NetGroupAdd - Access Den | 05 Aug 2004 16:37 GMT | 1 |
I'm having a problem using the NetGroupAdd api in VB.NET. I'm getting a return value of 5 - (ERROR_ACCESS_DENIED). However I'm logged in as an Administrator and do NOT have problems with any other Network APIs such as NetUserAdd. I tried it on an other WinXP PC but still have
|