| Thread | Last Post | Replies |
|
| CreateBitmap returns 0, Err.LastDllError also | 25 Oct 2006 19:40 GMT | 7 |
I'm facing an issue I don't know how to solve. If I call the CreateBitmap API function with width 480 and height 640, the return value is 0. Err.LastDllError() also returns 0. This is the code:
|
| Multilined textbox in standard InputBox | 25 Oct 2006 15:54 GMT | 2 |
I'd like the text box to be multilined in the standard InputBox dialog. I want to pass number of lines or height of the text box somehow. Can I do this by meanse of API calls Or I have to create my own form nevertheless?
|
| GDI Objects | 25 Oct 2006 14:15 GMT | 10 |
I've got a usercontrol that mimics a button. It's very simple because all it does is: 1. Draws a border rectangle and background color 2. Draws text
|
| get, set text for a specific textbox | 24 Oct 2006 23:49 GMT | 2 |
I'm having trouble finding a way to uniquely identify a textbox on a 3rd party form. The goal is to stuff values into it from my app to avoid extra keystrokes. I can enumerate the controls on the form, but can't find a name or ID
|
| UDP Broadcast w/ Winsock | 24 Oct 2006 03:55 GMT | 13 |
I wonder if anyone knows of a tutorial or article that deals specifically with the Winsock control in UDP mode? Most I've seen are heavy on TCP, and many of the concepts there (like 'connecting') don't apply. Here's my deal. I have a small group of computer peers on a LAN that ...
|
| Uninstall Device in VB | 23 Oct 2006 15:46 GMT | 5 |
As you all know, in DeviceManager you select a Device using right Mouseclick and select Uninstall to remove this Device (no matter wich kind of device).. My question is: Can someone give me a WORKING example on how to uninstall a existing device from a Windows XP,2K or 2K3 ...
|
| Memory leak? | 23 Oct 2006 07:46 GMT | 3 |
Does the following code produce a memory leak? Private Sub DrawBorder Dim hHBr As Long, r As RECT Dim tx As Long
|
| FindWindowEx | 23 Oct 2006 07:25 GMT | 1 |
Hello,i get the handle of a window of anotehr aplication and the handle of control systab inside the windows. Y execute this code: tWnd = FindWindow(vbNullString, "Comandos y Opciones")
|
| Problems With AssocQueryString API | 21 Oct 2006 00:34 GMT | 6 |
I'm using the AssocQueryString API function in both VBA6 (Excel 2003 SP2) and VB6 (SP 6) to return the exe file name associated with a file extension. My abbreviated code is as follows: Option Explicit
|
| Developing splitter control | 20 Oct 2006 14:19 GMT | 1 |
I am developing the project which is portable to all plateform. I need splitter control function which is work in all plateform.But i am unable get splitter control code in c language..., Please help me
|
| Text Size | 19 Oct 2006 15:35 GMT | 2 |
I need to draw a bounding rectangle around some text in a label control (or I could place the text directly using DrawText). I am having trouble working out how big the rectangle needs to be though due to the fact that I have wordwrap enabled. The rectangle needs to closely ...
|
| Print Queue control | 18 Oct 2006 22:39 GMT | 1 |
Is there an existing contol that will give you the dialog box that appears when you click on your printer to view the queue contents? Or am I going to have to write on myself? I assumed (incorrectly) that this dialog box would be part of the "Common Dialog Control".
|
| Writing To/Reading From a USB device Directly | 18 Oct 2006 15:05 GMT | 1 |
Granted this is not vb, but vfp, but I am looking for anyone experienced in using writefile() and readfile() to communicate with a usb device. (Couldn't find anyone
|
| DeviceIoControl parameters | 18 Oct 2006 14:52 GMT | 2 |
I am coding using VFP, however, I cannot find any support on this api on any vfp forums so I am hoping that a vb developer may have knowledge on it. Using DeviceIoControl(), I need to specify the 2nd parameter without using a constant. Or rather I can define the constant myself ...
|
| Create Bitmap using GDI+ FromBitmapInfo() from IMediaDet::GetBitmapBits | 18 Oct 2006 13:06 GMT | 1 |
I used GetBitmapBits() of IMediaDet. I got the bitmap buffer. Now I created a Bitmap from this buffer. I tried painting this Bitmap in a Graphics object using the DrawImage(). It draws the specified bitmap but with change in color.
|