| Thread | Last Post | Replies |
|
| Problems creating keys under the HKEY_LOCAL_MACHINE in Windows XP | 18 Nov 2004 23:53 GMT | 11 |
I'm having problem with creating keys or modifying keys that were created as an administrator in Windows XP. The problem takes place when the end user signs in as a limited user. I'm using Microsoft Visual Basic 6.0 to create and modify the registry entries through the Win32 API ...
|
| Subject: playing multiple wav files simultaneously? (how do you use wavemix.dll ?) | 18 Nov 2004 23:36 GMT | 2 |
I'm trying to get VB6 to play 6 WAV files simultaneoulsy. Supposedly the Wavemix DLL is the way to go. From http://www.compuphase.com/wavemix.htm
|
| C+A+D disable in XP | 18 Nov 2004 23:35 GMT | 1 |
Does anyone know how to disable CTRL+ALT+DELETE in windows XP. And I am not looking for a code like: shell "taskmgr.exe" Thank you!
|
| DiskQuotaControl hangs with new user accounts | 18 Nov 2004 19:41 GMT | 1 |
Firstly, apologies for posting this here, the problem relates to a com object not an api, but there were no responses in the Win2000 developers group and I suspect someone in this group may have come across this. Has anyone experience of using the DiskQuotaControl library on Windows ...
|
| Accessing "Page Order" and "Print on Both Sides" properties in Printer Common Dialog box | 18 Nov 2004 16:10 GMT | 1 |
Dear VB Experts, We are working in VB6 and also using FarPoint Spread control. While sending print from the application, printer common dialog box is first displayed allowing the user to define/set print properties.
|
| Get Remote Subnet address | 18 Nov 2004 00:15 GMT | 1 |
Say I have a remote machine's IP address, is there a way to get the subnet mask using the API ? (Not WMI) Thanks in advance.
|
| using window's handle or process id to get the path from an opened | 17 Nov 2004 21:30 GMT | 3 |
My Application will have to shell (launch) notepad to open a file. I would like that only one instance of this file can be open. I can use FindWindow to check if notepad is running and has open a file that has the same name as that one I want to open. But I can’t be sure if it is
|
| Drawmode GDI+ | 17 Nov 2004 13:42 GMT | 3 |
I struggle to find a solution for a simple problem. I have to draw several lines on a picture box in "invert" mode using GDI+ but it seems to be very hard. Here is my VB6 code, I would like to click Command1 one time to draw the
|
| How to convert at date and time to another timezone | 17 Nov 2004 12:24 GMT | 1 |
Does anybody know a function (VB6) that can convert a date and time from one timezone to another , and please keep in mind that it has to cover the daylight saving.... Thx
|
| Howto convert a VB datetime til FILETIME format.... | 17 Nov 2004 10:10 GMT | 1 |
Does anybody have a snippet of code to due date conversions between visual basic and the FILETIME format use in some API functions.... I just want to enter a date and time, format it to a FILETIME and send it to the FileTimeToLocalFileTime function.....
|
| VB runtime files made everything stop working..can anyone help me | 17 Nov 2004 04:26 GMT | 2 |
I downloaded vbrun60sp6.exe, to help me run VB progs better, but unfortunately, it made Norton stop working, now i receieve an error saying it is not installed right. Also, yahoo messenger, Internet Explorer, all stoped working they will not connect to the net. Can anyone help me ...
|
| How to press button in other application. | 17 Nov 2004 00:02 GMT | 13 |
I have a vb6 app that I need to press a button on a seperate application. I am using the code below to resize the window OK, But I also need to press one of the buttons in the other application. The buttons I need to press have a class of 'Button' and a Caption of
|
| MapMode and SetViewportExtEx | 16 Nov 2004 16:05 GMT | 7 |
MM_TWIPS, MM_HIENGLISH, MM_HIMETRIC, MM_LOENGLISH these modes does not take [SetViewportExtEx] But it change Y Coordinate to Up. and
|
| Mem DC (Mike Once again) | 16 Nov 2004 14:22 GMT | 9 |
Hi Mike I have use just you code. I just add some code for to use use memDC to remove flicker but some were i made wrong. When i use this line front DC change coordinage
|
| Draw NURBS in VB | 15 Nov 2004 21:06 GMT | 1 |
I am reading NURB data from IGES file. Can i plot splines using this data in VB using API?
|