| Thread | Last Post | Replies |
|
| Implementation of DaysBold in a MonthView control | 19 Dec 2003 06:55 GMT | 4 |
you must have been bored with me and my MonthView control ... (but what can i do ? Everything in my small utility depends on it). Anyway, my issue now is that i learned how to make each day with records in an .mdb file bold, but i have trouble implementing it. I can not work
|
| Automation error( object invoked has disconnected from its clients) | 19 Dec 2003 04:55 GMT | 2 |
HI.. We have a VB 6 application (SP5)... running successfully on XP workstation. When I run the same application on Win 2000 server. I get a Automation Error message -2147417848 ( The object invoked has disconnected from its clients)
|
| Hardware Detection Question | 19 Dec 2003 04:14 GMT | 2 |
I wanted to know where I could get information on how to get the event, etc. that fires when a USB device is plugged into the system. I have a USB drive and want a VB program to "sit" waiting for that device to be plugged in. WHen it is plugged in, then I have it do
|
| Event handling in VB | 19 Dec 2003 03:19 GMT | 8 |
I'm hoping that someone here can help me out. I'm relatively new to VB, although I have experience with C/C++ in a Unix environment. Without going into too much detail, I'm trying to modify a VB app to interact with some headless Linux systems via tcp/ip network. I need
|
| (OT?) vb script | 19 Dec 2003 02:43 GMT | 2 |
I am looking to learn vb script to interface with a program that already exists. Does there exist documentation for Vb script like there is for c++? For example using vc6.0 I can look up almost any standard function on msdn, however for vb script as I understand it there is no ...
|
| Just testing to see whether I can post to newsgroup | 19 Dec 2003 00:06 GMT | 1 |
This is just a test message. Can be deleted.
|
| using VB Method as part of Class Member | 18 Dec 2003 23:20 GMT | 5 |
I am a newbie and have a problem implementing a method of an Interface Class What follows is what I tried to do 1) I built an interface class and named it IShape 2) IShape includes the following stub function
|
| form.Hide fails if executed in a slow event | 18 Dec 2003 22:26 GMT | 5 |
I believe this is a bug in either VB6 or in XP. Overview: I have a VB6 project that demonstrates a problem I have under Windows XP. The problem was first noticed in a
|
| Object Verification with WMI?... | 18 Dec 2003 21:34 GMT | 1 |
Im trying to write a prog that query's WMI on a list of computers. My prog works fine, but when i hit a 'dead' computer (something that is not on the network, it errors out and/or when i place an ' on error resume next' it duplicate's the last record..even when i clear out all
|
| How to show the Internet link (from Favoris) in vb4 with a msgbox? | 18 Dec 2003 20:40 GMT | 2 |
How to read via vb4 the address of a Internet link from this directory: Favoris. How to show the Internet link in vb4 with a msgbox? Thank you in advance. Raymond H.
|
| Inherit picture properties | 18 Dec 2003 20:23 GMT | 1 |
I have a sub which writes graphics (lines etc) on a picturebox. The problem is that if there is much to be drawn ( thousands of lines) the program gets very slow. Is it possible to create a picture box object virtually, write the graphics on that object and then (after having ...
|
| moving files | 18 Dec 2003 17:10 GMT | 5 |
What is the command to move files? I just want to shift some text files from one drive to another. John Fox
|
| How do you format a text box | 18 Dec 2003 12:11 GMT | 2 |
I have a regular text box in vb, how do I get it to have a date or phone number format?
|
| ListView edit | 18 Dec 2003 11:06 GMT | 2 |
I know you can edit the first column of the listview control, is there a way to edit the second and/or the other columns? greets John
|
| VB6 SavePicture / Picturebox | 18 Dec 2003 10:01 GMT | 3 |
I guess this is a simple question: I need to draw an image by PSET and save it as a bitmap. I tried to use a picturebox for this purpose, but the image saved is always empty. Even the picturebox is empty after Picture1.Refresh.
|