| Thread | Last Post | Replies |
|
| Sleep API function | 17 Aug 2005 14:52 GMT | 28 |
I just ran into something I've never seen before; given this code Private Declare Sub Sleep Lib "kernel32" (ByVal dwMSecs As Long) Private Sub Main() Dim d As Date
|
| How to add error message into NT eventlog via VB6? | 17 Aug 2005 13:49 GMT | 6 |
Is there anyone know how to add error message into NT eventlog via VB6? I cann't find a Win API to acomplish it. Any suggestion is appreciated. Thanks. Microlong
|
| Declare "CONST Rect & destRect" -> VB ??? | 17 Aug 2005 08:20 GMT | 6 |
In C: <...>(<...>, CONST Rect & destRect, <...>)<...> In VB? Now I am confused totaly:
|
| add new a menu item to the shortcut (context) menu | 17 Aug 2005 04:00 GMT | 3 |
Does anyone know how to add a custom menu item to a context menu. I need to add some custom menu items to the context menu displayed in a rich text control (3rd part). But surely I should be able to hook to its events and get hold of this
|
| add webcam in visual basic application | 17 Aug 2005 02:37 GMT | 1 |
Anybody know, how to add webcam in visual basic application. I want to develop a application in vb and i want to add webcam in our application for snap the person so plz help me. Thank you.
|
| Print Event message constant | 16 Aug 2005 22:54 GMT | 1 |
I need to be able to capture events thrown by the Amyuni print driver(a 3rd party pdf conversion product), and it has specified numbers which I believe I understand to be the wParam of the print message. Here is what their documentation says:
|
| How to find ICON size from handle (hIcon)!? | 16 Aug 2005 22:06 GMT | 6 |
I have only handle to icon returned with WM_GETICON message. I don't know the size of that icon handle, I was assuming that icon size is 32x32 but when custom icon with different size is set to window, 32x32 is incorrect. thanks
|
| Remove Max Button to VB Form | 16 Aug 2005 18:11 GMT | 4 |
I have to remove max button completely from my Vb form where the min and close buttons should only be visible and active. And also the Maximize Menu item My Main Aim is to stop only maximize functionality and stop showing it.
|
| Save Icon | 16 Aug 2005 17:05 GMT | 1 |
Hey guys, I'm working on an icon editor. This is a simple 32x32, 256 color project. My method of saving the icon is to use an ImageList: Public Sub SaveIcon(ByVal sFile As String, Pic As PictureBox) With ilIcon
|
| Add Ports to WinXpSp2's Firewall | 16 Aug 2005 11:04 GMT | 3 |
Is there a way to add a new port to the WinXPSP2's Firewall via VB6????? Hope somebody could help me
|
| Compress wave file | 16 Aug 2005 09:16 GMT | 3 |
Can anybody know which API can compress a wave file? However, the output format still in wave file. Thanks
|
| Mysterious runtime error 91 depending on where DLL function is called | 15 Aug 2005 22:47 GMT | 12 |
I am quite surprised in the moment about what my Visual Basic 6 project is doing as I get a runtime error 91 depending on where I call a DLL function. I have developed a Windows DLL in C and declared a function like this: Public Declare Function Foo Lib "MyWindows.dll" (ByVal ...
|
| LoadImage and DIB palette | 15 Aug 2005 19:43 GMT | 1 |
Currently, I use a cDIB class to manage all color depth DIBs. But now I would like to avoid selecting my hDIB into a DC, and process all through manipulating data directly from/through lpBits (color data pointer). The problem comes at time to load palette based bitmaps through ...
|
| API to remove html tags from string | 15 Aug 2005 17:10 GMT | 4 |
Is there an API to remove all of the html tags from a string? I can do it with code but it's slow. TIA, Mike
|
| SetParent: When toggling on and off, how do I keep the form stationary? | 12 Aug 2005 18:48 GMT | 5 |
I have a question about the SetParent API. I have a situation where it is desireable to "toggle" whether or not a form is a child form of a form belonging to another process. SetParent() is of course used to set the form to be a child of another
|