| Thread | Last Post | Replies |
|
| vb - list of all programs running on pc ? | 27 Nov 2004 16:47 GMT | 2 |
How can I get a list of all programs currently running on the PC in VB6 ? Garry
|
| ADO Data Control Concurrency Problem | 27 Nov 2004 15:02 GMT | 3 |
ADO Data Control Concurrency Problem Font End : VB 6 Back End :Oracle Two users open the same row of a table in Oracle for editing ; one of them
|
| scheduler | 27 Nov 2004 14:51 GMT | 3 |
i need to create an application that calculates a date in six months time, then lists some database entries that would need to be updated. could someone point me to a usefull URL please
|
| FYI: VB apps crash after XP SP2 install | 27 Nov 2004 05:53 GMT | 2 |
Windows XP SP2 installs MDAC 2.81 If you save connection information in a DSN file and reference the DSN in your connection string using the "FILE NAME=pathtoDSNfile" method, your VB app will crash with a "Not a valid compound file" error.
|
| MSVCRT.dll in use during XP install | 27 Nov 2004 03:13 GMT | 2 |
I created a fairly simple app, packaged it with the Setup and Deployment Wizard and sent it off to the user. When they tried to install it they got an error: C:\WINDOWS\System32\MSVCRT.DLL is in use. Please insure that all other
|
| load a png file | 26 Nov 2004 23:09 GMT | 3 |
Hi, everybody What is the best way to open up a PNG file in a PictureBox with a picturebox or with a CommonDialogBox. I would like to do it without any fancy DLL, Classes or OCX type controls .
|
| Auto refresh/update a label caption | 26 Nov 2004 21:29 GMT | 6 |
I currently have the code to display the selected radio button's text in a label caption on a form. The way that it is coded only lets the the caption show the text upon clicking the radio button with the code showing:
|
| Question about Long calculation | 26 Nov 2004 20:51 GMT | 2 |
Hi. I'm seeing some weird behavior when doing a simple calculation in VB6. I have a Long defined like so... Dim lngNumber As Long This line works fine...
|
| Issue with cdo for nts 1.2 library | 26 Nov 2004 20:28 GMT | 2 |
Hello. I'm not sure if i use the right discussion group, but here is my problem: I'm using Microsoft cdo for nts 1.2 library in my vb6 project. Simple code that sent out email to the user.
|
| More Questions About Images in Rich Text Boxes | 26 Nov 2004 19:56 GMT | 3 |
I have copied and pasted an image with code into a rich text box. However, there are two problems that I am having: 1) I can't seem to add text after the image. After the image is loaded in the text box I need to put more text. Here is my code:
|
| Strings in VB.Net | 26 Nov 2004 17:06 GMT | 2 |
I'm trying to get a handle on VB.Net and I'm running into some problems with string manipulation. Here is what I'm trying to do: I have a text file that I need to process line by line and write the changes back to the file. I need to pull 5 substrings in each line, based on
|
| ADODB, how high is the possibility that target PC doesn't install it? | 26 Nov 2004 15:35 GMT | 2 |
Hi, there: I used to use XML to save my files, now I want to know about ADODB, is it very popular? How many percentage of modern PCs install that database parsers?
|
| the instruction at 0X... referenced memory at 0x.... The memory could not be read. | 26 Nov 2004 13:17 GMT | 3 |
Xeon server, 2 processors. Any indications for VB application failures?
|
| Remove Bytes in VB6 | 26 Nov 2004 13:11 GMT | 8 |
How to remove a certain bytes from a file? I don't want to combine all the bytes before and after the bytes that I want to remove because I need to to the same thing many times Thank you in advance
|
| Set debug-break options specifically for procedures | 26 Nov 2004 10:03 GMT | 1 |
is it possible to set the debug break options differently for specific functions? I'm a fan of "halt on every error" but when working with collections this option easily gets very annoying.
|