| Thread | Last Post | Replies |
|
| String to Date | 25 Feb 2006 20:40 GMT | 5 |
I need to find out what day of the week is the first day of the year. Like this you it would be 1. I have this but how can I convert the sting to a date? Dim thisyear As Date
|
| Event in VB raised more than once. | 25 Feb 2006 19:14 GMT | 15 |
I had a problem with an event in my code. I was raising an event. At the end of the event "Exit Sub" statement is executed. After the execution of that statement I was expecting the control to go to the function which has raised this event. But the control is going to event
|
| How can I end my program? | 25 Feb 2006 19:10 GMT | 9 |
I have a simple problem. I can't end my program. I have one form that has the following code: Private Sub Command1_Click() Unload Me
|
| emulate msgbox mouse behaviour | 25 Feb 2006 15:29 GMT | 6 |
How can I in a VB6 form emulate the behaviour of the mouse cursor with a MsgBox where it will change to the default cursor when over the form and moves back to the original cursor when out of the form? I have set the form's MousePointer to default, but it doesn't change to that
|
| Copying the frmBrowser contents to a picture box. | 25 Feb 2006 14:42 GMT | 1 |
In a VB6 program I create a web page file and then display it in a frmBrowser form. I am trying to copy the contents of this frmBrowser to the clipboard so that I can then paste it to a picture. I did a search on the
|
| API File Req. | 25 Feb 2006 11:13 GMT | 11 |
I need a link to this file so I can import it into my VB program please VB CD Mastering API Type Library
|
| Save to CD from Vb, Write to CD from Vb | 25 Feb 2006 11:10 GMT | 14 |
I want to backup an Access db to CD D drive, and then write to the CD to save the backup all within the same VB program is this possible
|
| String manipulation help | 25 Feb 2006 10:16 GMT | 2 |
Hello all. Need a function to help me out here... Say you have a string variable with the following data contained within: StrMyVay= "02/08, 02/09, 02/10, 02/13, 02/14, 02/15, 02/16, 02/17, 02/20"
|
| What is an advantage of using Function instead of Sub, when.... | 25 Feb 2006 10:10 GMT | 5 |
I am browsing through someone's else code and I came across strange thing. There are many calls to the different functions, but the calling code does not expect any return value carried by the function mechanism..
|
| Problem displaying a TIFF file | 25 Feb 2006 04:35 GMT | 9 |
I have a program that displays TIFF images. It has been working just fine. However, we got some TIFF files from a different source and they are making the program crash. Are there different types of TIFF files that will make the standard image control crash? Is there a
|
| TrueDB Grid display | 25 Feb 2006 04:35 GMT | 2 |
I am using TrueDB Grid in my Project. and I am binding it with XArray. I am getting the Rows loaded in the Grid in Form Load. But I am not getting the result Visible after Adding a New Entry or Editing an Old Entry, it is got displayed correctly if I scroll the Grid once or ...
|
| Textfile In Project | 25 Feb 2006 04:30 GMT | 2 |
If I add a textfile to a VB project, can I read that file from within the code? If so, how do I do it? I know how to add the file, just not how to access thereafter. TIA
|
| Keyboard vs. mouse | 25 Feb 2006 04:27 GMT | 8 |
In the code shown below, if I click on an item in List1 with the mouse, it fills List2, and no item in List2 is highlighted. If I start over and press "1" on the keyboard, it selects the first item in List1, fills List2, and highlights the first item in List2. If I press "3" on ...
|
| Attachment of email through the Vb Code | 25 Feb 2006 04:18 GMT | 1 |
How can i open any .eml file through vb Code.
|
| vb 6.0 Active Directory - folder permissions | 25 Feb 2006 03:48 GMT | 3 |
How would I set folder permissions on a users home folder, after it was created with mkdir(folderName)? I would like to have the code set the permissions from Modify to Write. Does anyone have any examples?
|