| Thread | Last Post | Replies |
|
| VB - Ascii to Unicode and then Unicode to UTF-8 conversion (Very desperate!!) | 31 Oct 2006 10:31 GMT | 5 |
I have one report which is not supporting Chinese characters, so now I need to read each character present in ASCII and convert them to UTF-8... So I want ASCII to Unicode and Unicode to UTF-8 conversion in VB 6.0
|
| detect OS SP level from VB6, possible? | 31 Oct 2006 10:23 GMT | 4 |
I would like to detect the Service Pack level for XP, Server 2003 and possibly a few others. Is it possible to do this from VB6, maybe by reading the registry?
|
| [VB5 IDE] Support for CTRL-arrow for in-place scrolling? | 31 Oct 2006 07:56 GMT | 3 |
I'm used to using CTRL and the up/down arrows to scroll the screen, so that I don't move from where I was in the code and don't have to move the caret up or down against the highest/lowest displayed line to have the code scroll.
|
| enumerate existing comm ports | 31 Oct 2006 05:28 GMT | 11 |
How to enumerate existing comm ports? Jack
|
| Project Explorer and Controls ToolBars are gone | 31 Oct 2006 04:46 GMT | 3 |
I dont know what's wrong with my VB6.0 IDE. i think i clicked something and caused this. I mistakenly clicked "X" of the controls toolbars and it's gone and i have no idea how to get it back.
|
| "Class not registered looking for object with CLSID" error | 31 Oct 2006 04:44 GMT | 3 |
Newbie with VB6 SP6. I get this error when I try to open the .exe file on another computer: "Class not registered Looking for object with CLSID: {00000010-0000-0010-8000-00AA006D2EA4}"
|
| IE7 & Internet Transfer Control "still executing last request" | 31 Oct 2006 03:34 GMT | 1 |
I upgraded to IE7. My app has an Internet Transfer Control. Now, the control is always in the "still executing last request". Is there a work around for this?
|
| VB6 FileCopy Fails Windows XP SP2 | 31 Oct 2006 00:03 GMT | 3 |
I found a message to do with XP SP2 causing this but no solution. I have a backup app that will backup from a users My Documents to their home directory on our file server. This has worked really well and then now some users are unable to backup. I just need to copy a file
|
| Log Phone Calls | 30 Oct 2006 19:29 GMT | 25 |
I have a device ( Norstar SMDR6)... this device detects incoming and outgoing calls and prints the information (caller number, number called, time start, time end etc) on a dot matrix printer. The device connects to the dot matrix printer LPT port using 12/13 pin cable. What I ...
|
| Newbie help please | 30 Oct 2006 18:20 GMT | 17 |
Hi I am working on an assignment for class and I am having trouble with it. It is on Form, Local, and Global Variables. I am trying to store two different numbers and have them displayed in a label on my form. I have made the variable declarations, and the input box, but when I ...
|
| Windows size | 30 Oct 2006 15:00 GMT | 1 |
Is there a way to get a vb program to control the size and location of other application windows?
|
| Where is IE7 newsgroup | 30 Oct 2006 02:49 GMT | 2 |
I haven't been able to find it in the MS newsgroups
|
| need to display a six figur number.... | 30 Oct 2006 02:34 GMT | 3 |
I want to display a six figur number which is build up from three numbers. All goes well until I get somewhere a number smaller then 10. for example:
|
| IDispatch Interface | 29 Oct 2006 23:32 GMT | 39 |
Anyone here have some information about what an IDispatch Interface exactly is, and how to tell if a file exposes such an Interface, and if this something doable within VB? I've taken a look through a few DLLs, specifically some data-
|
| Can't override CultureInfo.ToString | 29 Oct 2006 21:31 GMT | 1 |
I am having difficulty overriding the ToString() method of CultureInfo using Visual Studio 2005. Exactly the same code works fine with Visual Studio .NET 2003. What I am doing is adding objects which are derived from CultureInfo to a
|