| Thread | Last Post | Replies |
|
| Unicode from XML - is it possible in VB6? | 26 Sep 2005 16:17 GMT | 6 |
I have a unicode XML file - and I'm wondering, is it possible to display those strings, ANYWHERE, in VB6? They all end up garbled and odd characters. Can it be done?
|
| How to access variables of Project1 from Project2 | 26 Sep 2005 16:04 GMT | 3 |
I want a solution where I want to access project1's Purlic variables from project2. And both projects are from same solution. But as both the projects have their own memory stack I am not able to share memory variables of Project1 with Project2. If any one can suggest me.
|
| Can someone please see what's wrong with my program? | 26 Sep 2005 15:36 GMT | 2 |
Hello all, I need to enumerate registry values and my program is not working. I am getting a good hkey, but my problems start with RegEnumValues. Firstly, this value crashes vb with a memory exception when I use the Ansi
|
| Multiple exe instances by version | 26 Sep 2005 14:07 GMT | 13 |
I have developed code to determine if my application is open or not thereby eliminating multiple instances of the same application. However I wish to allow different versions of the same application to be opened. For example if version 1 is open then version 2 can open, however ...
|
| Folders- First layer only | 26 Sep 2005 13:22 GMT | 7 |
Anyone have a routine already written that will a. look at a piece of media (whatever drive pointed at) b. read in the folders (only the first level and NO files) c. save them in a text file (or as a string)
|
| Out of stack space | 26 Sep 2005 10:56 GMT | 9 |
How can I trap out of stack space error and remove it. I removed on error resume next occurrance in code to get errore information. Thank you. Shailesh
|
| outlook | 26 Sep 2005 10:13 GMT | 3 |
I would like to ad a toolbar into outlook or add two buttons onto existing toolbar in outlook. when clicked on a button, the program must pull the text from the selected mail (or mail editor) and do something with it, and then
|
| cursor in text box | 26 Sep 2005 09:45 GMT | 3 |
Can someone please remind me how to point at a particular point in a text box, (multiline). E.g. I have say 12000 words in a text file in a text box, how would I get the cursor to point at 8235th word and display in the current
|
| populating the files to listview in dotnet(window app) | 26 Sep 2005 08:40 GMT | 1 |
hi here i am sending some coding which is woking for web application. for web:- if (!IsPostBack) {
|
| Draw shadows under child forms | 26 Sep 2005 08:37 GMT | 16 |
I seem to have a problem with drawing shadows behind child forms. Here is my code: Private Const CS_DROPSHADOW As Long = &H20000 Private Const GCL_STYLE As Long = -26
|
| sendkeys doesnt sometimes send keys | 26 Sep 2005 06:52 GMT | 9 |
im using vb6 app to control Microstation command line with sendkeys. The first commands worked well, but somewhere along the line everything became unstable. While debugging, I created two lines of code left, and isolated the problem:
|
| locking of DB | 26 Sep 2005 03:55 GMT | 7 |
VB6 + Access 2003 I have a app that can add record, modify and view report. the app deploy in around 10 peoples PC. but i want only 1 user can enter the add record form at the same time.
|
| Please help me to debug the following routine | 26 Sep 2005 03:47 GMT | 3 |
The problem is that variable: oWaveFile is cleared in this code and I cannot find where. When I set watch value: oWaveFile = "" debugger stops at End If (marked below) but still I cannot see what makes oWaveFile an empty string.
|
| Personal function library | 26 Sep 2005 01:58 GMT | 17 |
Is there a reasonably easy way to create a library of custom functions that are written in VB6 and are then available to use in other VB6 programs? From time to time I write useful little utility functions to do
|
| Accessing password protected page | 25 Sep 2005 05:23 GMT | 2 |
I am after some asp code to access a password protected web page, navigate to a certain page and display the part of the contense of a table. Thanks Steve
|