| Thread | Last Post | Replies |
|
| String question | 01 May 2005 00:51 GMT | 10 |
Is there a way to superscript a single character in a string for example to show a number raised to a exponent ? Eg lblResult.Caption = " 52 in4 "
|
| splitting up large project | 01 May 2005 00:38 GMT | 6 |
I had the 'same' project running for different people, with little differences. I am working on melting all these different project together to one 'global all working' project. The point is, the executable is getting large. +/- 2Mb
|
| Categorized listbox control | 30 Apr 2005 23:41 GMT | 3 |
I have a need for a 3rd party control, or a technique to do the same with built-in controls that displays tabs for categories, in each tab, I want a checkbox styled listbox with selection options within the categories.
|
| UNICENTER SERVICEPLUS/ CONTRACT/ FL | 30 Apr 2005 22:35 GMT | 1 |
OMNI GROUP tgugger@buckeye-express.com 419-380-8853 CA/ UNICENTER/ DEVELOPER-ANALYST/ ...
|
| Winsock Question | 30 Apr 2005 22:35 GMT | 3 |
Can anyone tell me how much data can be fetched on each Data Arrival event in Winsock. What happens if the limit is exceeded and how do you cater for such cases were the data being fetched is larger than the max if there is one.
|
| Scrolling in the VB6 code window | 30 Apr 2005 20:28 GMT | 2 |
Any idea why my mouse won't scroll in the VB6 code window? It does in the other windows of the forms, but not the main code area. Thanks, Dan Hoskin
|
| VB6 how get a callback for a com object to complete its call? | 30 Apr 2005 17:51 GMT | 4 |
I have com object that I have to use. One of the method calls doesn't wait for it to complete and thusly the code continues immediately af that com object calling. Because of my requirement I can't wait for it to return. How can do I go about this. I have to continue processing ...
|
| How to obtain domain name | 30 Apr 2005 12:56 GMT | 1 |
does anyone know how could I obtain the domain name for logged user? It means domain name if user is authenticated by domain controller or a computer name for a local acount. I can manage it for NT based system using ActiveDs.WinNTSystemInfo, but it
|
| DLL tutorials | 29 Apr 2005 18:08 GMT | 3 |
Hay everybody! I have read many books about visual basic, but they cover making dlls with visual basic purly. Can someone please recomend me good online tutorials and other resources that I could use to make DLL?
|
| BitBlt with Picture control capatures other program | 29 Apr 2005 17:26 GMT | 1 |
I have a program which BitBlts one picture control to another. It works fine. However if I move another program over the top of the program when it is running, part of the other program details are captured.
|
| renaming directories from delimited text file? | 29 Apr 2005 15:23 GMT | 1 |
I have a situation where I have several directories which contain several subdirectories that I need to automatedly batch rename. The "roadmap" as it were which contains the before and after indications for the directories is contained in a comma-delimited text file. For example:
|
| ADO is a pain!!! | 29 Apr 2005 11:46 GMT | 1 |
I have this piece of code that I believe should work! However, I am getting a runtime error of 3265 unable to find name etc but the name is there. Please Help. Code posted below. Dim rs As New Recordset
|
| Help with Adding data to a class collection | 29 Apr 2005 02:44 GMT | 4 |
Using an Excel Spreadsheet. I am trying to add an orders information via a class object into a collection but I am getting the error message below. -----------------------------------------------
|
| Pkg & Depl Wizard says my ocx's are out of date | 29 Apr 2005 02:01 GMT | 4 |
when I try to create an installation package for my program I get the warning that my c:\windows\system32\comdlg32.ocx and c:\windows\system32\mscomctl.ocx controls are out of date.
|
| Delete | 28 Apr 2005 21:57 GMT | 1 |
How can you make your program delete something saved on the computer?
|