| Thread | Last Post | Replies |
|
| Managing usb devices through VB6 | 31 Mar 2006 19:40 GMT | 2 |
I wrote an application which captures image data from a USB camera. The problem is when I try to shutdown the computer from my application: it just doesn't work, it reboots te machine instead. I note that when I disable the camera, shutdown works. My question is: is there any way ...
|
| Windows Task Scheduler API | 30 Mar 2006 13:39 GMT | 1 |
Is there an API available for the Task Scheduler? What can I do to check the status of a schedule task with a known name? I want to write VB codes to act differently, depending on whether a certain schedule task is running or not. Although I know how often that task is run,
|
| INSIDER - KNOWLEDGE NEUTRALIZING!! | 30 Mar 2006 09:08 GMT | 1 |
INSIDER - KNOWLEDGE NEUTRALIZING!! (First Copy this Text in your editor) Translated Text (sorry if the Text is not in good grammer). I have earned over 40,000 Euros after participate in this program.
|
| WCRANGE data structure understanding | 29 Mar 2006 19:32 GMT | 9 |
I am using GetFontUnicodeRanges() funtion to dump out the supported unicode points for a certain fonts. The WCRANGE and GLYPHSET are decared as: Public Type typWCRANGE iLow As Integer
|
| how to create button or control of different shapes | 29 Mar 2006 18:30 GMT | 2 |
how to create a button or control of different shapes
 Signature Sivaswami Jeganathan
|
| run dos console ftp session from vb module, possible? | 29 Mar 2006 18:27 GMT | 1 |
I'd like to run an ftp session in a dos console window from a vb module. Is this possible? I found several examples of how to open a console window on planet source code, but I couldn't figure out how to get the ftp program to run from there.
|
| byte array to string in VB6 | 29 Mar 2006 08:43 GMT | 1 |
does windows has any API can do that convert byte array into string in VB6? dim b(5) as byte dim b2() as byte
|
| OpenGL and Graphic card anomalies | 29 Mar 2006 07:45 GMT | 1 |
My OpenGL application uses double buffering with a command like: SwapBuffers (frm.hDC) ' Swap Buffers (Double Buffering) The application has worked fine with most graphic cards until I introduced animation.
|
| Set text color of a panel of a statusbar | 28 Mar 2006 18:43 GMT | 4 |
Can someone tell me how I would set the foreground and background color of a specific panel in a statusbar? I know (or am pretty sure) I would have to use SendMessage, but not sure how to do it and how to identify the specific panel.
|
| Pop-up Menus on custom toolbar | 28 Mar 2006 04:13 GMT | 2 |
I would like to add a pop-up menu to a custom toolbar button for IE (like the Mail button). I know this can be done, but I'm not sure where to start. Can you give me a hand? Thanks and regards,
|
| command line for closing all windows | 27 Mar 2006 16:28 GMT | 1 |
is there a Command Line for closing all windows
|
| Is it possible to cast a ref to one type to another? | 27 Mar 2006 16:20 GMT | 4 |
I am using GetFontUnicodeRanges() function in VB. This function needs to get the size of a structure first, then allocate memory for this structure, and call that function again to get needed information. Following is the equivalent in C++
|
| How to use GetFontUnicodeRanges() in VB or VBA? | 27 Mar 2006 16:19 GMT | 2 |
Hi, there, Any one has the example code for using GetFontUnicodeRanges in VB or vba? Or where I can find such information on website? I don't know how to declare GLYPHSET. Although I put null in the function,
|
| pass and retrieve c struct from vb6 | 27 Mar 2006 15:41 GMT | 3 |
Hi VB Gurus, I have an app need to call c dll function that requires pointer to a c struct. The struct contains 2 members: one long and the other is *byte (pointer to a
|
| How to read S.M.A.R.T. attributes in vb ? | 27 Mar 2006 14:16 GMT | 2 |
Ive been browsing the WINAPI descriptions, but can't seem to find where the S.M.A.R.T attributes can be read. I'm trying to read the current Temperature from a S.M.A.R.T. enabled HDD, and i would like to do this in VB.NET.
|