| Thread | Last Post | Replies |
|
| VB / Access code to compare textboxes | 04 Feb 2004 14:54 GMT | 2 |
I have a simple Access database set up and a form and I need to compare two textboxes, 'email1' and 'email2', on the form. If the two textboxes do NOT match I need to change the background colour of 'email1' to RED to bring this to my attention.
|
| use a variable to declare an object | 04 Feb 2004 09:51 GMT | 1 |
On a form I put 25 images. Depending on an action one of the images has to become visible. ImageXX.Visible = True Every action gives me a number corresponding with te image that must get
|
| capturing mouse movement on a form, at the form level | 04 Feb 2004 08:46 GMT | 4 |
I know this is probably simple and has been discussed 11274629348 times, but I'm not finding anything. (I'm out of beer). Is there an easy way to capture mouse movement at form level, even though the movement may be on one of the form's controls?
|
| Winsock Control (listen) hangs in IDE ? | 04 Feb 2004 03:38 GMT | 8 |
Im running a small server that seems to work fine outside the IDE as an exe, but within the IDE, when I run the program for the first time, i can start/stop the host many times. But I end the program within the IDE, and start it back
|
| Strange behavior... | 04 Feb 2004 03:03 GMT | 1 |
I have a report which is based on a query...in the query there are the following fields: 'StartDate', 'EndDate', 'CurrencyPeriod', ... in the report I have a header (dateHeader) which contains 3 textboxes: the first two are bound to 'StartDate' / 'EndDate' but the third
|
| sending a raw packet | 04 Feb 2004 00:46 GMT | 1 |
I'm trying to create a program that will send a raw packet (TCP/IP, UDP, ICMP) to a specified host. I'm able to create the packet but when it comes to sending it, I'm having trouble. Currently this is what I'm doing:
|
| Simple Math problem. | 03 Feb 2004 20:14 GMT | 6 |
I am going to use a Root function in VB 6.0 When I try the command : "1000 ^10" I just want 3 returned. But as a matter of fact, I got returned : 1E+30 Is it possible just to get the value '3' returned ?
|
| Database location | 03 Feb 2004 19:58 GMT | 1 |
Hello....can you explain to a newbie what happens to a MS Access database connected to a data environment AFTER a package is deployed? Does the database need to be included somewhere in the package or does VB do all that for me?...
|
| How can I increment filenames? | 03 Feb 2004 19:51 GMT | 3 |
Sorry, a bit of a beginner... Actually, total beginner... I am trying to print a batch of pages in Word which are based on the same template but each one has a different photo inserted. For example I have 5 photos called "001.jpg" to "005.jpg"
|
| Very New to VB 6.0 | 03 Feb 2004 19:47 GMT | 1 |
I normally use VB through Excel to create macros to run reports. I have only just started to use VB 6.0 from scratch. I have learned a few basics and have been able tp create and run a stopclock. I would be using this stopclock on a daliy basis for testing purposes.
|
| is that possible in a ini file? | 03 Feb 2004 19:36 GMT | 2 |
i want to create a ini file like this [a] description=file.jpg [b]
|
| dockable "forms" | 03 Feb 2004 18:54 GMT | 12 |
Any thoughts on how to make dockable forms in VB6, without using MDI? I'll research this, but thought I would toss the idea out here in the meantime. I have a form that in some cases (lower resolution monitors), should "float" over the main form and be movable and minimizable. In ...
|
| Form captions & taskbar buttons | 03 Feb 2004 17:19 GMT | 19 |
If I remove the caption from my form (I want a borderless form), there is no caption on the taskbar button. Just an icon. How can I achieve both?
|
| Viewing Logfile Contents Dynamically | 03 Feb 2004 17:01 GMT | 4 |
A program oif mine produces a logfile, the contents of which I'd like to view in a dynamically in a Rich Text (or perhaps some other) control. In other words, as the logfile is updated I'd like the window to update and the view to scroll along (think UNIX tail -f). Any thoughts on ...
|
| Q: How to get milliseconds in VB ? | 03 Feb 2004 15:46 GMT | 5 |
Hello out there, How can I get VB to return milliseconds ? Regards, Jan Vinten
|