| Thread | Last Post | Replies |
|
| How to get a round rectangle ActiveX Control? | 27 Jun 2005 23:02 GMT | 3 |
In a ActiveX Control project,the UserControl form is always rectangle. If I want it to be a round rectangle appearance when the Active Control is used,What should I do? Thanks a lot!
|
| The rectangle disapper when I drag over a window | 25 Jun 2005 18:17 GMT | 1 |
I have this Visual Basic .Net code: Dim bmX As Bitmap Dim gX As Graphics Dim penX As New Pen(Color.Black, 1)
|
| Window captions | 25 Jun 2005 05:37 GMT | 9 |
When you change the window title on a form using the Caption property, does VB use WM_SETTEXT or another means? The reason I ask is because I have another app that monitors window text changes (amongst other things) and works for all windows apart from VB forms.
|
| InputBox and click event | 24 Jun 2005 19:43 GMT | 10 |
I have an application that uses many InputBoxes. I need to be able to pop up an on-screen keyboard when the user touches or clicks into the text box field on the InputBox. I have this working for normal TextBox_Click event on forms.
|
| How to call UserControl's Method in Module file in a ActiveX Control Project? | 24 Jun 2005 16:18 GMT | 1 |
In a ActiveX Control Project,there is a Module file(*.bas) except a Control file(*.ctl). The UserControl has Private Methods and Public Methods. If I want to call these methods in the Module file,What should I do?
|
| ReportEvent and MessageDLL problem | 24 Jun 2005 09:36 GMT | 7 |
Hi Friends, I'm using following APIs to create custom event log in windows RegisterEventSource ("", strEventSource) ReportEvent (lngHwnd, LogType, 0&, EventID, 0&, 1, 0&, lngHwndMsg, 0&)
|
| How to use GIF cursor? | 24 Jun 2005 03:59 GMT | 4 |
If I have a GIF picture,and I want it to be my MouseIcon,How to do it? Thanks a lot!
 Signature ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤
|
| Printer Configuration API | 24 Jun 2005 02:04 GMT | 9 |
I'm trying to use the Printer object to set the Orientation to landscape as in the following: Printer.Orientation = vbPRORLandscape However, for one of my printers, this returns an error "Invalid property
|
| 'Intersected' transparency | 23 Jun 2005 23:50 GMT | 3 |
I'm developing a little game (GDI). I need two 'TransparentBlt' functions: - First is the classic one: painting a sprite using a given (source) mask color (solved).
|
| VB 6.0 - How to get the size and width of a window using the WIN32 | 23 Jun 2005 18:16 GMT | 6 |
I am new to VB and need to get the size, width and height of a window that is not part of my application. I am not sure of what sequence or Win 32 API calls I need to do to get the information located in the WINDOWPOS structure. I am using the FindWindow function to get the ...
|
| VB 6 app crashes on windows 2003 server | 23 Jun 2005 18:05 GMT | 6 |
Hi all. I have an app written in vb 6 that has been tested on win 98, win 2k, win xp home, win xp pro. The app works fine on all of these operating systems. However, the app has trouble on windows server family operating systems. Specifically Win 2k server and windows
|
| Listview/Imagelist | 23 Jun 2005 17:41 GMT | 16 |
Hola, Question regarding the VB Imagelist control.....I have a Listview control that is using Icons from a VB Imagelist. (This is still the Shell Replacement project) The Listview present's Icon's to you and functions
|
| Extracting frames from a Video | 23 Jun 2005 16:40 GMT | 2 |
Is there a way to extract any numbers of frames from a video??? Because I used third-party componets, but they're to slow. Does anyone knows how to do it????
|
| API: CLSIDFromProgID | 22 Jun 2005 22:17 GMT | 4 |
I'm using the CLSIDFromProgID to test whether particular ProgIDs are installed. I'm feeding the function a non-extant ProgId, XX.YY, just to test what error code is returned.
|
| drag & drop | 22 Jun 2005 17:23 GMT | 6 |
How to implement emails drag & drop function in VB? Please advice.
|