| Thread | Last Post | Replies |
|
| WTSQuerySessionInformation | 16 Aug 2004 13:55 GMT | 1 |
I've found this from this group but it's in VB, can anyone convert it to VB.Net for me? I've tried and failed! Mainly on the copymemory. But I'm not too hot in .Net to begin with!!! Many thanks,
|
| MCIWndCreate problem! | 16 Aug 2004 00:36 GMT | 1 |
since i am going to build a MP3 player, and after i read the PSDK for a while, i guess i want to use the MCIWnd Window Class as noted on the PSDK: MCIWnd is a window class for controlling multimedia devices. A library of functions, messages, and macros associated with MCIWnd ...
|
| FileDateTime deletes from IE Cache | 15 Aug 2004 19:56 GMT | 3 |
are there any special considerations for deleting an Internet Explorer cache(d) file using FileDateTime ? pseudocode: Private Function GetStrFromPtrA(ByVal lpszA As Long) As String
|
| DOSbox communication? | 15 Aug 2004 18:34 GMT | 3 |
Does anyone know how I can start a DOSbox (Shell("cmd.exe")) and then sent commands to that DOSbox? And if possible read out the respones of that DOSbox? I've searched the web and the groups but cant find what I need.
|
| Detecting Freespace on a CD-R or DVD-R Formatted for Packet Writing | 14 Aug 2004 07:58 GMT | 2 |
Does anyone know of a function, method, control or library that would allow determination of the freespace available on a CD-R/RW or DVD-R/RW disc that has been formatted for packet writing? Hopefully one that can work with any of the packet writing software solutions like DirectCD ...
|
| Distributing MDAC with VB Application | 14 Aug 2004 02:27 GMT | 3 |
I have built an application in VB6 that incorporates an Access2000 database for data storage. I am using the Package and Deployment Wizard to build an installation program for the application. However, during some attempted installations the application when run generates the ...
|
| LockWindowUpdate + DoEvents | 13 Aug 2004 23:45 GMT | 21 |
Is it possible to combine LockWindowUpdate with DoEvents? I have a big loop which searches the whole drive and adds files to a ListView. During the add process, I don't want the ListView to be refreshed, as it would take too much time. Therefore, I am using
|
| Subclassing Combobox | 13 Aug 2004 19:11 GMT | 2 |
How is it possible to subclass a combobox so that checkboxes are displayed next to the items, and multiple checkboxes can be selected? There are alternative solutions by using a listview instead of the dropdown but I wouldn't want this alternative.
|
| Topic? | 13 Aug 2004 16:43 GMT | 2 |
Just so I know, does this NG also include API via Visual Studio.NET? If not, where should I be looking?
 Signature Peace & happy computing,
|
| Generating UUID's | 13 Aug 2004 14:07 GMT | 2 |
Is there a way to generate a UUID with an API call? I need one for xml business messages, and I know windows uses them internally. I could build it myself (time + mac addr) but I think
|
| saving the content of a WebBrowser control into a standrad image file. | 13 Aug 2004 09:37 GMT | 1 |
I'm trying to save the result of a webpage as an image file, i figured that the only way is to grab pixel by pixel and attach it to one image, how can I do that? Any ideas?
|
| How to check for permission to write files in a path | 13 Aug 2004 00:30 GMT | 1 |
I have a list of paths, including local machine folders and folders in shared resources on a LAN, with Windows Server 2003. How can I check (using vb6) for user's permission to write files in each one of these paths? Thanks in advance for any help.
|
| Common Dialog SetWindowPos | 13 Aug 2004 00:27 GMT | 2 |
I have a window that uses the SetWindowPos API to make sure that it is the top most window. I now wish to load a Show Save Common Dialog how ever it sits behind the first window.
|
| getting IP adress using hostname (IN CHINESE ENVIROMENT) | 12 Aug 2004 23:22 GMT | 1 |
I am currectly working on a project within a chinese enviroment. It is an Access project using VBA. I have a function that returns an IP address based on the input of a HOST name. The function works properly on my side, but when I implement the same
|
| vb6.exe closes randomly on W2000 Pro | 12 Aug 2004 14:04 GMT | 12 |
when running an interactive session with the vb6 IDE open, I get random closures of vb6.exe with a message popup that it is writing an error log and then after about 1 minute the vb6 ide closes
|