| Thread | Last Post | Replies |
|
| TreeView - How to stop Root from collapsing | 08 Nov 2004 18:21 GMT | 7 |
I need to disable the Collapse event for the root node of a Treeview. The treeview looks a bit like: -Root -TitleA
|
| Comport help please | 08 Nov 2004 18:07 GMT | 1 |
I need to display the MSComm1.output value in a label. how do i do this so that every time the output changes, the label changes aswell. Do i just have to assign the value of the label at the same point as when i load the output? (don't think that makes sense)
|
| Package and Deployment - Uninstalling | 08 Nov 2004 17:25 GMT | 5 |
I have a program that my students download from a server to install on their computers. They need to do this quite often since I regularly create updates of the program to accommodate their needs. I use the Package and Deployment Wizard with VB6 to create the setup.exe, Setup1.lst, ...
|
| Seek statement in VB Binary access, can I rewind? | 08 Nov 2004 16:57 GMT | 5 |
Hi, there: I need to rewind to the beggining of my binary file, what is the statement for that? Thank you.
|
| Error 53 'File not found' - file DOES exist tho | 08 Nov 2004 16:54 GMT | 2 |
I have created an application with VB6 which uses a C/C++ DLL I have also created. In order to avoid problematic installations, I used the PDW (package and deployment wizard) included in VB6.
|
| Bitmap Data | 08 Nov 2004 16:51 GMT | 6 |
I'm designing a program which analyses the pixel data from a bitmap. I am currently importing the .bmp into a picturebox the using the image.Point command to extract the data in a For/Next loop. The data is then put into an array.
|
| Title Bar color | 08 Nov 2004 15:55 GMT | 2 |
I have a program where the title bar Color is not the standard one. How is this possible in VB6 ? Is it possible to change the nonclient area Colour as well? Anil
|
| Display Field Names in Listbox? | 08 Nov 2004 15:53 GMT | 2 |
I am trying to create a screen where my users can do ad-hoc reporting. I want them to be able to select the required fields, then give them an option to have criteria for each field selection and then output that into a report format. My main question is how can I display the ...
|
| Text string searches in plain text documents? | 08 Nov 2004 15:39 GMT | 17 |
Can VB 6 do text string searches in plain text documents? At the moment, I'm using Word VBA to create a bunch of documents using TextStream. I need to grab several text strings from each document, and at the moment am reopening each doc in Word to use Find and Execute. It's ...
|
| Nix my FileSystemObject Code? | 08 Nov 2004 14:15 GMT | 7 |
On the advice of some code gurus here on this forum, I've been avoiding the use of the FileSystemObject. However, I have an older project in which I used the FSO some. So far I've had no trouble with any of that code. It's been running ok, and my users run my prog
|
| VB Arrays, can I access multiple data simutaneously? | 08 Nov 2004 13:42 GMT | 6 |
Hi, there: I have an array, but I need to take part of it at a time. I am only aware that it can do one data at a time. How may I handle this?
|
| MSXML complete newbie | 08 Nov 2004 13:00 GMT | 1 |
This didn't get an answer over in microsoft.public.office.developer.vba so hought I'd post it here as well. So after a few days of tinkering I've finally got my very first piece
|
| new messages from pop3 | 08 Nov 2004 12:43 GMT | 1 |
I have a component that connects to POP3 server and retrieves the number of emails on the server. I wanted to know how can i check for the new Emails on the server? can someone point me to that? thanks
|
| Semicolon v ampersand as concatenation delimiter with debug.print | 08 Nov 2004 11:23 GMT | 7 |
The ampersand (&) is a regular operator that will concatenate data of various types into a string: q = "abc" & var1 & 123 The semicolon (;) appears to be part of a special syntax used with
|
| Post disappeared | 08 Nov 2004 08:48 GMT | 3 |
On 10/30/2004 I asked a question about Crystal Report problem. Because the problem related to VB, ADO and Crystal Reports, I included 3 Newsgroups. I also attached a small ZIP file with the code. For several days nobody answered my question. But posting was visible. Today it ...
|