| Thread | Last Post | Replies |
|
| Displaying Euro (and other) symbols in VB6 | 09 Apr 2008 17:42 GMT | 6 |
There are a few special characters such as the Euro symbol that do not occur in the ASCII character set. How can I display these in a VB6 program - the program handles international exchange rates. Thanks
|
| mouse wheel scroll | 08 Apr 2008 06:33 GMT | 5 |
this is what i have and it doesnt seem to scroll but a small bit. please help!! Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal
|
| How to run a command from and external file? | 06 Apr 2008 18:09 GMT | 24 |
I need to input a command line from an external file, and run it in my Visual Basic program. Any ideas on how to do this? I can Open the file and get the command copied into a "String"
|
| asp type runtime error with session line | 04 Apr 2008 20:33 GMT | 1 |
I am getting a error: "Microsoft VBScript runtime error '800a000d' Type mismatch: '[string: ""]' " In an old (2001) made asp script by an old colleage on line:
|
| Sounds | 04 Apr 2008 20:11 GMT | 3 |
Can any body tell me how I use sounds in Visual basic. Thanks all. =============================
|
| Problem with decimal point and Country Settings | 04 Apr 2008 12:35 GMT | 8 |
I'd like to be able to find out if the PC where my application is running has got French settings, US settings or any other international settings. My concern is to know which character is used (with the current
|
| Using MaskEdBox with Percent format | 03 Apr 2008 15:53 GMT | 2 |
I am trying to use a MaskEdBox control to display a percentage value (12,34% by example) and let the user input a new percentage value in the same field. I tried the following setting for the MaskEdBox :
|
| Problem with MaskEdBox mask and settings | 03 Apr 2008 09:05 GMT | 5 |
I am working on a VB6 application which includes a MaskEdBox to allow user to input a percentage value. For the moment, it only allows to input entiere data (I mean data with no decimal coma of decimal point, like 10, 22, and so on).
|
| downloading files | 02 Apr 2008 20:10 GMT | 1 |
I am using VB6. I need some help with downloading files from URL. I have a project which uses imageboxs in control array to view overlay images and need to periodically (6 to 10 minute intervals) download new images to some of the imageboxes. Of course, some will remain the ...
|
| Can't select a newly created SmartArt in Excel 2007 | 02 Apr 2008 13:37 GMT | 1 |
After inserting a new SmartArt using Excel 2007 in an Excel 2003 file, I can't click on the object and move it or change it's shape, even though I already have a similar SmartArt created by Excel 2007 saved in the same Excel 2003 file on another worksheet in the file.
|