| Thread | Last Post | Replies |
|
| not equal to | 24 Feb 2006 00:33 GMT | 8 |
Sorry this may sound like a stupid question but I was wondering what the syntax is for "not equal to" ?
|
| MAPI | 24 Feb 2006 00:00 GMT | 2 |
The code below works fine with EmailAddresses being a string variable storing the email addresses for the message to be sent to. MAPISession1.SignOn MAPIMessages1.SessionID = MAPISession1.SessionID
|
| VB6 Crash all the way | 23 Feb 2006 23:17 GMT | 4 |
It's some days that I got this problem: I open VB6 SP5 on WinXP. I put a label on a new form. If I do F5 VB crashes. If I save the project VB crashes.
|
| loop to display contents in a label | 23 Feb 2006 23:16 GMT | 2 |
Can someone tell me why the code below may not work. I have done all the variable declarations and if they are needed then I will post them. I want Label1 to display all the peoples' names followed by a common and a space, for example, "John, Jack, Tom, Sue"
|
| MouseDown Coordinates | 23 Feb 2006 20:11 GMT | 1 |
I need to place 5 points in a picture box and populate 5 textboxes with the different coordinates. I can do the first textbox but I cannot figure out how to go to the next textbox. Any suggestions? Thanks,
|
| Help. Make exe is greyed out! | 23 Feb 2006 19:18 GMT | 13 |
After debugging one of my applications I wanted to make a new exe. However the line 'Make exe' in the File menu is greyed out! I tried other projects, but had the same problem. I restarted my PC but that also didn't work.
|
| Using VB6 to modify styles in Word | 23 Feb 2006 16:14 GMT | 2 |
I am writing a program to get styles from one Word document and add them to another. The whole problem would be easier to solve if I could import Word collections, objects and properties. Is there a component or add-in which I
|
| open form from different project | 23 Feb 2006 15:46 GMT | 1 |
as mentioned above i want to open a form from a different project. this means. project1 project2.frmtest.show
|
| Impossible? | 23 Feb 2006 11:25 GMT | 1 |
I want to be able click-select a .doc file from a VB6 filelist box so that it can be sent to the printer from word. Is this impossible? Don
|
| Listbox reverse order? | 23 Feb 2006 09:06 GMT | 7 |
As the sorting property in a listbox seems to be a read-only feature, is there a way to display the list in reverse order? I presently have Sorted=True and this does not disable if I try to code Sorted=False. Help appreciated.
|
| search in csv file | 23 Feb 2006 08:03 GMT | 13 |
i've following situation: i want to search in a csv file according a pattern. if the pattern matches the cell in the csv file the complete string of the cell should be displayed in a listbox (form).
|
| Current Running Proc | 23 Feb 2006 05:36 GMT | 2 |
I'm curious. Is there already some variable that you can read from within your VB app that holds the currently running Proc() from within your project? I ask only because I'm about to create one for use in my logger routines and rather not
|
| Sorting Grid by Column with SQL... | 23 Feb 2006 03:53 GMT | 7 |
I have a grid with several columns. When I click on the head of a column, it sorts the grid according to the data in that column. The grid is bound to a mdb file. The code looks like this: sFLDNAME = Me.Data1.Recordset.Fields(ColIndex).Name
|
| Application Logging | 22 Feb 2006 16:48 GMT | 7 |
Now that I'm getting strange problems reported by my testors that I cannot seem to duplicate (such as "the program does not start but shows up in the task manager"), I'm thinking I should start adding some code to log various events within my code.
|
| File querry | 22 Feb 2006 16:19 GMT | 15 |
Good day, How does one check for the existance of a file in a specific folder? Thanks, Nick
|