| Thread | Last Post | Replies |
|
| VB .NET to 3rd party DLL function with structure???? | 29 Feb 2004 13:49 GMT | 2 |
Can anyone show me what VB .NET language is required to send a structure with an array to a unmanaged code function that needs the structure elements in contiguous memory locations? I've tried some recommendations but those have failed. I'd really like to SEE an example that ...
|
| Grabbing web pages programmatically | 29 Feb 2004 01:04 GMT | 2 |
Am after getting pages from net. am after pulling in a range of pages off a web site. this info got from dropdown of form where action = 'get' thus all submitted info is part of the url using InternetOpenUrl and InternetReadFile to loop
|
| Loading 100 GIF files quickly...? | 28 Feb 2004 23:57 GMT | 13 |
OK, here's what I have: I'm writing an app to display a user's image files. They're map squares he's bought from some licenser, and they come in GIF format. Each one only covers a small area, so I've written an app to display 3x3, 5x5 or 10x10
|
| running a PIF file for DOS application using CreateProcess | 28 Feb 2004 23:56 GMT | 1 |
I am trying to find a way to use Allocconsole and open a DOS session using the the extra parameters in a pif file like memory settings. when I try to launch the PIF using create process I am getting an error message
|
| Processes: Threads ????? | 28 Feb 2004 20:57 GMT | 1 |
DazTask = ShellExecute(hDade, vbNullString, DazzleExePath, 0&, DazzlePath, SW_MINIMIZE) DoEvents hDade = Application.hWndAccessApp 'Get Dade application
|
| Can't close Helpfile with WinHelp API under Visual Basic | 27 Feb 2004 20:26 GMT | 1 |
I'm porting an application from VB 4(16 bit) to VB 4(32 bit) and can't get the code correct to close my application's Help file. I'm running under Windows XP. The Help file is opened with the following line in the MDI file (FTSS is the
|
| PtInRegion always returns true | 27 Feb 2004 20:25 GMT | 1 |
Hi every one, I am experimenting with "PtInRegion" WinAPI, I want my form to be red if the mouse inside a specific region and yellow if it is out side that region. The problem is my form turns red as soon as the mouse hits anywhere. Can
|
| Create DLL in VB.NNET | 27 Feb 2004 14:14 GMT | 3 |
I'm trying to create a dll in VB.NET, the DLL needs to be a C type DLL, i.e. not an Active X Dll.. an example in C would be... Example - test_ep.c #include
|
| Obtaining unique computer id | 27 Feb 2004 09:58 GMT | 3 |
Can anyone give the API code to obtain a unique computer id (such as CPU serial number or harddisk serial number which cannot be changed - do not opt for TCP/IP or Machine Name which can be changed) Thanx RAJ.
|
| Get Local MAC Address | 27 Feb 2004 07:53 GMT | 2 |
I'm trying to get the local MAC address and have found the code on Microsoft's web site under Q175472 HOWTO: Get Network Adapter Address from Visual Basic. I find this works under W2K SP4, but not under WinXP SP1. This example uses NetBIOS and I'm running VB6 SP5. Any ideas why this ...
|
| How: Create transparent PNG at runtime with VB6? | 27 Feb 2004 07:00 GMT | 1 |
All, I can create a PNG at runtime but as yet don't know how to control the transparency. I have an ASP that creates images (PNG) on the fly, however there is now a need for these to have a transparent background. How do I do
|
| AutoComplete | 27 Feb 2004 05:30 GMT | 1 |
Where can I find the AutoComplete Form entries? For IE5 and IE6?
|
| VB inconsistencies | 26 Feb 2004 17:21 GMT | 6 |
Generally in VB, in order to pass a variable to a function by reference (which, AFAIK, means you are passing the address of the variable and not the variable directly) , you use the default ByRef keyword. Can someone explain, then, why is it that in passing strings to API functions, ...
|
| StdPicture handle property? | 26 Feb 2004 14:46 GMT | 1 |
Hi everbody, What is the Handle property of the StdPicture class? Is it the hWnd, DC or Bitmap?? Thanks,
|
| Problem resizing usercontrol | 26 Feb 2004 14:26 GMT | 2 |
I want to resize a usercontrol according to the width and height of the text it contains. I have a property called Text and in the Let procedure, I use GetTextExtentPoint32 to get the width & height of the text, then I proceed to set scalewidth & scaleheight accordingly....
|