| Thread | Last Post | Replies |
|
| Time passed since last user action | 20 Nov 2005 12:07 GMT | 1 |
I wonder is there any API function that will allow me to get the number of seconds past since last user action (mouse click or a keystroke). For example a screen saver starts after 10 min of inactivity. I need to get number of seconds since last user action.
|
| Possible to add a button to an API dialog? | 20 Nov 2005 08:49 GMT | 1 |
Is there a way to add a button onto the DoOrganizeFavDlg dialog and tap into the dialog's events from the calling program? If not, can anybody point me to some VB code which simulates the DoOrganizeFavDlg dialog?
|
| Issue with GetUserNameExA | 20 Nov 2005 08:37 GMT | 5 |
I have a function (see below) that retrieves the currently logged in Windows User account (Domain\Username). When executing against a Windows 2000 Domain, it returns exactly what I would expect...Domain\Username. However, when I execute the code against/within a Windows Server ...
|
| What are the differences between Picture, StdPicture and IPicture? | 20 Nov 2005 00:32 GMT | 8 |
What are the differences between Picture, StdPicture and IPicture? Which should i use?
|
| Time past since last user action | 19 Nov 2005 23:06 GMT | 1 |
I wonder is there any API function that will allow me to get the number of seconds past since last user action (mouse click or a keystroke). For example a screen saver starts after 10 min of inactivity. I need to get number of seconds since last user action.
|
| Unable to us carriage returns with sendmessage to paste in edit controls. | 19 Nov 2005 15:24 GMT | 1 |
What I am doing is populating a listbox on my mini-form with data from an excel worksheet. Then when a user clicks on an entry in the list box it pastes the information into the current edit control. This works fine in transferring all the text correctly, however any
|
| Fast bitmap display | 18 Nov 2005 22:48 GMT | 6 |
Hi I would like to display one 160x120 pixels bitmap few times in main window. I have done this using BitBlt function few times, but when I display those bitmaps about 10 times for second it isn't fluently.I can see skipping . Maybe somebody know how can I do this.
|
| Converting 24-bit to 256 color DIB/BMP | 18 Nov 2005 16:05 GMT | 1 |
I try to use you module modCopyBitmap.bas do convert bitmap from 24-bit to 8-bit color palette. I use for test: ' Create DC, read Bitmap from disk into DIBSection
|
| Creating a virtuell rs232-connection? | 18 Nov 2005 01:40 GMT | 1 |
I'm looking for a possibility to create a rs232-connection for my own programm. That means: The PC has the Ports Com1 and Com2 and - if my program starts - i want to have Com3 in order to get an Hyper-Terminal-Connection without any cable.
|
| BalloonTip on ToolBar | 17 Nov 2005 09:51 GMT | 4 |
Is it possible display "BalloonTip" on VB6 ToolBar control button? Regards; Meelis
|
| keyboard layout | 17 Nov 2005 06:14 GMT | 1 |
The following code will set the keyboard lay out to arabic and displays arabic charecters in the textbox. Const LANG_EN_US As String = "00000409" 'English
|
| VB -> C (DLL): how to pass a pointer to a string array in a function call? | 17 Nov 2005 02:23 GMT | 2 |
I've got a C DLL which contains the following function: int myFunction(const wchar_T **arr, int len); My questions are: 1. can I pass pointer to a string array from VB to C at all?
|
| contols top(left & right) edges rounded (imitating a form) | 17 Nov 2005 01:56 GMT | 1 |
how to make a contols top(left & right) edges rounded (imitating a form)
|
| Incliner un texte d'un Label | 16 Nov 2005 20:00 GMT | 1 |
Salut, j'ecris actuellement du texte dans un picturebox et je récuperer l'image avec le texte. est-il possible d'incliner le texte dans le picturebox et de lui donner un
|
| Trap errors from winzip which has been shelled. | 16 Nov 2005 18:26 GMT | 5 |
Hi, I loop through zip files in a folder and extract them to another folder. Users are supposed to use a certain password which I pass through in the shell command. If the user has typed the password wrong winzip throws a dialog box "Winzip has encountered errors" and waits
|