| Thread | Last Post | Replies |
|
| Textbox Vertical Scrollbar | 29 Jun 2006 13:00 GMT | 6 |
I'm using a textbox with a vertical scrollbar to display the communication between my PC and a Printer. Everytime I send or receive something to and from the printer, I add a line in the textbox.Text with vbNewLine at the end. My question is when I watch the data in the textbox ...
|
| How can I change the color of a point in a PictureBox? | 29 Jun 2006 11:59 GMT | 1 |
|
| List timezones | 29 Jun 2006 08:45 GMT | 4 |
Is there a way to enumerate all time zones in the same way as display when setting the system clock? eg. (GMT +1:00) Amsterdam, Berlin... etc... Thanks,
|
| VB6 - API or VB function to determine MDI parent's inside dimensions? | 29 Jun 2006 08:17 GMT | 25 |
Like it sez: What API or VB call (that can be called from a MDI Child) yields the usable inside dimensions of the MDI Parent? I know SPI_GETWORKAREA gets me the display's available area. I need something similar to retrieve the parent form's information so that I can
|
| Callback Function Lost of Focus problem | 29 Jun 2006 07:28 GMT | 8 |
I have a VB application that displays text data, which is generated from a callback function in a DLL. It works great until the form losses focus, at which point the program crashes. Has anybody seen anything like this?
|
| update table set Time= | 29 Jun 2006 05:04 GMT | 7 |
Table Fields are tbldate,empname,timein,timeout ,time(Short Time Formats) I inserted timein and timeout Then I used t1 = rs.Fields("timein") t2 = rs.Fields("timeout")
|
| It is illegal to call out while inside message filter | 28 Jun 2006 19:47 GMT | 1 |
I have a VB 6 function which creates an ActiveX object using CreateObject, and occasionally I get an error that says "It is illegal to call out while inside message filter". I have found in MSDN docs where this can occur in a WM_TIMER event if a pending WM_TIMER event is still ...
|
| vbalgrid | 28 Jun 2006 18:20 GMT | 1 |
I'm using vbalgrid component from vbaccelerator! It seems pretty good but now I'm stuck with something. I'd like to click with the right button on a row and bring a popupmenu. The problem is that I dont know how to do that. I can't find an event which tells me which mouse button
|
| Find out the IP-Adress of the Server from network share | 28 Jun 2006 17:52 GMT | 1 |
I have mapped some drives as network shares on my computer. I have several shares from several servers. Now I need a function to find out the IP-Adress from the server which hosts the share.
|
| Creating a Thumbnail but preserve aspect ratio | 28 Jun 2006 16:42 GMT | 5 |
I like to create a thumbnail from a given bitmap but also want to preserve the aspect ratio of that picture. The bitmap should be shrinked and centered inside the thumbnail Example:
|
| Determining how an ActiveX EXE was started | 28 Jun 2006 15:53 GMT | 9 |
If you create an ActiveX EXE and set it to "standalone" startup so that you can launch the program directly or launch it by referencing it in another program, is there any way, from within the ActiveX EXE to determine how it was launched?
|
| Label.Text Property | 28 Jun 2006 15:36 GMT | 3 |
Is there a way to change the Value of a Label.Text Property outside an Application, such as the contents of a data.txt file or ini file or something like that. I would like to be able to change this property without going into VB
|
| Regular Expressions Reference Problems? | 28 Jun 2006 14:56 GMT | 2 |
Hi there, First post in here so Hey! Anyways, at work, we are using some code to do with Regular Expressions. Now this code seems to be working fine on ComputerA, but on ComputerB it doesnt work.
|
| problems minimizing a form | 28 Jun 2006 12:36 GMT | 4 |
This also seems to have a simple solution but I haven't found it yet: My program has a main form(form1) and if a user presses a button then I open a second form(form2) using the statement form2.show vbmodal
|
| Newbie: Save, retrieve user choices? | 28 Jun 2006 09:44 GMT | 9 |
I've done a bit with Word and Excel macros for about 2 years, and I've dabbled in VB6 only once or twice. I have the Learning Edition (I didn't take a class; I obtained this legally (AFAIK) from another person).
|