| Thread | Last Post | Replies |
|
| VB6 Application Overwhelmed by Rapid User Interaction | 29 Jun 2008 19:53 GMT | 8 |
I have a VB6 app with a somewhat complication user interface screen. The UI consists of a grid through which the user can navigate from entry to entry. As each entry is focused, data is retrieved from the application database (synchronous) while, at the same time, an embedded ...
|
| TLB or not TLB | 26 Jun 2008 16:28 GMT | 16 |
Have a VBA and VB6 project with some 140 different Windows API calls plus all the corresponding structures, constants and enums. As it looks neat and as I understand there might be some performance gain (on startup) I had a go at putting all
|
| Find top level child window | 25 Jun 2008 20:47 GMT | 1 |
I have an app with a parent frame and need to find the child window which is topmost (top of the z-order, I think). I have tried using the EnumChildWindows() api, but this doesn't seem to give me the child windows in the correct order (ie, top window first).
|
| "can't start because there is no license for it on this machine" | 24 Jun 2008 12:35 GMT | 4 |
Hi, I used ShellExecute API to open some Excel and Access files. However it gives "can't start because there is no license for it on this machine" message in some computers. We are using Office 2003. I cheked the HKEY CLASSES ROOT registry permissions and no problem with it.
|
| DTPicker and bold dates | 24 Jun 2008 10:10 GMT | 9 |
The MonthView Common control has the ability to send notifications to the app to get a list of dates to show bolded. Does anyone know if it possible to hook into this for the DTPickers dropdown control?
|
| Read a unique ID from the registry? | 23 Jun 2008 13:49 GMT | 2 |
I have an app (VB6 of course) that, among other things, downloads some data from SQLServer. This is an in-house only application. The user has to log in to access the server data but all users use the same login ID.
|
| Is IsTextUnicode reliable? | 23 Jun 2008 11:23 GMT | 13 |
It looks the API IsTextUnicode is not reliable even when it repeatedly runs on the same string. So, it can give False or True on the same string. Am I doing something wrong or is this API indeed
|
| RS232 flowcontrol | 23 Jun 2008 07:02 GMT | 6 |
I have written a communication app. in VB6 that uses the Winapi functions to access the serial Interface(createfile,etc). In general my app works OK but occassionally I get bufferoverruns and therefore I loose some data ALTHOUGH I use RTS/CTS flowcontrol.
|
| Can this be put in a TypeLib? | 22 Jun 2008 21:06 GMT | 4 |
Is it possible to do this in a TypeLib: Declare Function VarPtrArray Lib "msvbvm60.dll" _ Alias "VarPtr" _ (Var() As Any) As Long
|
| Icon in Windows | 18 Jun 2008 23:55 GMT | 10 |
I need to access the icons that window uses for my file management dialog, similar to OPENFILENAME dialog. For example the icon for directory, icon for directory, icon for backup to higher directory, etc in order to have consistant look as in Windows
|
| Lock Taskbar Updating | 18 Jun 2008 19:05 GMT | 2 |
Hey All, I would like to prevent the taskbar from updating. I have seen code that hides / unhides, like that below: Dim handleW1 As Long
|
| GetOpenFileName & hook proc api calls | 16 Jun 2008 00:28 GMT | 10 |
hello, all, i have a winapi question regarding some GetOpenFileName behavior. it's not a language matter but i can find no other winapi group that looks more appropriate. if there is one, please advise.
|
| Getting Network Interface name from GUID | 16 Jun 2008 00:00 GMT | 1 |
I`m writting a network monitor using Qt 4.3 library. I`m using some classes like a QNetworkInterface QAddressEntry etc. My program runs correctly on Unix and I get names of interface like "eth0" or "lo". But in Qt documentation there is a description:
|
| Icons in windows | 14 Jun 2008 22:14 GMT | 1 |
I need to access the icons that window uses for my file management dialog, similar to OPENFILENAME dialog. For example the icon for directory, icon for file, icon for backup to higher directory, etc in order to have consistent look as in Windows
|
| How to render newly created CommandBar of Outlook. | 13 Jun 2008 18:12 GMT | 1 |
I am current working on a VSTO based Outlook Addin Project for office 2003 and 2007. I need to do rendering on newly created CommandBar of Outlook. I mean to say i want to change the color of CommandBar with Specified RGB color value.
|