| Thread | Last Post | Replies |
|
| problem with Chr() function | 06 Aug 2008 16:11 GMT | 12 |
It appears that the operation of the Chr() function is language dependent? This function is not doing what I expect on a Chinese version of Windows. The problem appears when the Chr() argument is greater than 127. How can I code my application so that it works correctly on all
|
| Problem with enabling a button | 06 Aug 2008 10:52 GMT | 16 |
I have a form with a number of buttons and other controls. I have a subroutine that determines which buttons and other controls should be enabled at any given time, depending on what the user has entered or clicked. I have one button (which is really a check box control that ...
|
| Comparing two "Folder" objects (Shell, not FSO) | 06 Aug 2008 03:43 GMT | 6 |
Using the "Microsoft Shell Controls and Automation", how do I compare two Folder objects to see if they refer to the same thing within the Windows Shell? Using "objFolder1 = objFolder2" doesn't work - it seems to just do
|
| IDE Crash | 06 Aug 2008 00:31 GMT | 2 |
VB6SP6+Common Controls Large program. Main form from sub main() Form ~600K.
|
| invalid reference -- what to do. | 05 Aug 2008 21:01 GMT | 1 |
VB6 I'm building Jet database tables. Then I'm calling msAccess to open a pre-existing report. Problem is that users are experiencing the errors relating to invalid references. In this case the error is "Undefined
|
| GDI+ in VB6: MULTILINE and WORDBREAK | 05 Aug 2008 19:46 GMT | 3 |
I was wondering if the .NET functions for GDI+ like MULTILINE and WORDBREAK are newly created functions for .NET, or if they are somehow available in VB6 for GDI+, too. I haven't been able to find them.
|
| probelm with FTP in visual basic 6 | 05 Aug 2008 17:20 GMT | 1 |
I tried to use the example in visual basic 6 in this page : http://www.vb-helper.com/howto_ftp.html it worked fine with me on my computer but when I test it on another computer the files are uploaded but with no contents ( i.e. the files sizes are 0 KB )
|
| Searching VB6 Projects | 05 Aug 2008 16:30 GMT | 1 |
I have to write application which will allow users to search vb 6 projects for occurrences of a given value. I realize it would not be very difficult to write this but myself but wonder if there are any existing components/libraries which will do such a thing. The perfect
|
| VB-script: Scheduled task to defrag machines | 05 Aug 2008 14:06 GMT | 1 |
I am using this small script to automatically created scheduled tasks via Group Policy on each one of our servers: It executes the command: - Return = WshShell.Run("echo ""N""|schtasks.exe /create /SC
|
| Timer properties | 05 Aug 2008 11:38 GMT | 3 |
What's the difference between the two statements Timer1.Enabled = False Timer1.Interval = 0 Wont the both disable the timer?
|
| Scheduled task to defrag machines | 05 Aug 2008 10:52 GMT | 1 |
I am using this small script to automatically created scheduled tasks via Group Policy on each one of our servers: It does a to create the scheduled task: Return = WshShell.Run("echo ""N""|schtasks.exe /create /SC WEEKLY /D
|
| Dimmed icons | 05 Aug 2008 04:18 GMT | 4 |
Hi! Is there anyway I can obtain the dimmed version of an icon/image in a ListView control? I was trying to use the Ghosted property of an item, but it only makes the item highly pixelated and far different from what I see everywhere else in
|
| Suggest Best Way to Save Tool Info?? | 05 Aug 2008 03:32 GMT | 14 |
Suppose you have a program that display stock charts. Suppose you can add technical lines all over the chart from various tools within the program. One tool lets you draw just lines from point to point, another draws parallel lines, another draws angled fan lines from a point
|
| DateTimePicker Control | 04 Aug 2008 15:29 GMT | 1 |
How to add the DateTimePicker Control when using VB6 in the project?
|
| how to send 1billion characters using Winsock | 04 Aug 2008 15:27 GMT | 1 |
how to send a huge size of string using a winsock control? how to do that in easy way? i read more about winsock but i cant figure out how to completely get all the 1 million characters from the sender... please help me.. my problem is to receive a huge number of characters from a
|