| Thread | Last Post | Replies |
|
| Accessing "Page Order" and "Print on Both Sides" properties in Printer Common Dialog box | 18 Nov 2004 19:35 GMT | 1 |
Dear VB Experts, We are working in VB6 and also using FarPoint Spread control. While sending print from the application, printer common dialog box is first displayed allowing the user to define/set print properties.
|
| cnc programs | 18 Nov 2004 18:53 GMT | 4 |
Does anyone out there write cnc programs in vb? Reston
|
| contol of text box input and deletion | 18 Nov 2004 18:03 GMT | 10 |
I have a text box which updates a simple calculation as users enter data in the text box ie as soon as a number is entered the calculation is performed and the answer displayed in a label. As the next number is entered the calculation is performed again based on both numbers.
|
| How to globalize a variable | 18 Nov 2004 17:01 GMT | 5 |
Hi all.. I'm wondering how I would have someone log into my application with a username and password, it would set a UserID variable that would be accessed by all the forms in the application.
|
| I/O | 18 Nov 2004 16:17 GMT | 1 |
Hope someone can help with a file problem. If I have a comma deliited file and before using it I want to delete from the file any rows containing ",,,,,,,,,,,," or any rows that end with ",,,,".
|
| Getwindow / Getpixel | 18 Nov 2004 15:12 GMT | 2 |
I was wondering how/if I could get the color of a pixel in a form that is hidden in the background or even minimized? I thought that perhaps I could use Getpixel to retrieve the color value after having got the form's hdc using Getwindow, but guess what... I can't
|
| Setting The Height Of My ActiveX Combo Control With Respect To Font Size | 18 Nov 2004 10:37 GMT | 1 |
I Have Made My ActiveX Combo Control Box, So That I Can Keep The Scroll Bar Width As Per My Requirements, Since The Control Is Going To Be Used On A Touch Screen Application User Wants The Scroll Bar Width As Well As The Combo Button Width To Be Quiet Sizeable So That It Is
|
| Unload modal form | 18 Nov 2004 09:31 GMT | 8 |
What is the correct way to ensure that a modal form is unloaded. The startup object of my app is Sub Main in which I display my login screen e.g. frmLogin.Show vbModal
|
| hyperlink (VBA) | 18 Nov 2004 05:37 GMT | 2 |
I have ms-word document that contains a table. If there is an hyperlink in a row, I want to add new row below it. I know how to find the hyplerlink(For Each aHyperlink In ActiveDocument.Hyperlinks)
|
| Forms question | 18 Nov 2004 03:23 GMT | 4 |
I have a program written in VB6 that has a main form with a menu bar. Depending on the action of the user other forms can be loaded on top of the main form ( for user input and info, etc.) leaving the menu bar visible. How can I make the loaded forms follow the main form when the ...
|
| problem sending commands to a pop3 server | 18 Nov 2004 00:09 GMT | 1 |
I'm having some problems creating a very simple pop3 client. The only thing this client is supposed to do is poll the pop3 server for new messages. The client will connect (which it does successfully), provide a username via the USER command, provide a password via the PASS ...
|
| FileCopy | 17 Nov 2004 23:57 GMT | 4 |
Help Anyone: I want a small simple VB6 routine in a program to copy a file from one directory to another. The program line Filecopy "F:\A50WD\Detail.vti", "F:\A2004T\Detail.vti" does not seem to work. Can anyone tell me why???
|
| MDI child question | 17 Nov 2004 21:07 GMT | 1 |
After receiving help from you guys I have converted a small program to use a MDIform. My problem now is when I unload a child form to update it and then re-display it, it seems to rachet down and to the right in relation to the MDIform. I would like to unload or otherwise refresh ...
|
| close sub main after forms closed | 17 Nov 2004 21:04 GMT | 8 |
I'm having difficulty closing out of a program which begins with sub main and then opens various forms. After the last form is closed the program appears to be closed but Windows Task manager reveals it is still running. How can I exit sub main from a form unload event?
|
| Runtime error -2147417848 | 17 Nov 2004 18:33 GMT | 3 |
Have an application which end user installed on Windows 2000 machine with administrative privileges. Works fine at long as logged on as administrator. When logged on as a user, receive that error message. Their IT department reports they set permissions after they installed the ...
|