| Thread | Last Post | Replies |
|
| What does it do? | 17 Mar 2006 03:40 GMT | 2 |
When using the class builder for collections there appears the following in the code window Public Property Get NewEnum() As IUnknown Set NewEnum = mCol.[_NewEnum]
|
| use the MAPI controls to send email question | 16 Mar 2006 16:46 GMT | 1 |
Please Help, I am trying to use the MAPI controls to send emails from my program. Outlook express dialog pops onto screen with its sending email dialog. I dont want this. I am using windows 98 and VB6
|
| Retrieve data from a url(website) to my VB application | 16 Mar 2006 15:15 GMT | 1 |
I have joined recently as i heard very impressing statements abt this grp I have data in my VB textboxes & want to send data to the respective textboxes to a html page.For exm i have 3 textboxes in vb named as
|
| webbrowser help | 16 Mar 2006 15:02 GMT | 2 |
being quite new to programming in vb ,i need some help suppose i add to my program two webbrowsers named wb1 and wb2. lets say i open xyz.com in wb1 when i click on a link on xyz.com in wb1 i want that link to open in
|
| passing command line arguments in VB6 | 16 Mar 2006 12:50 GMT | 2 |
We hav to pass command line arguments to exe file in vb6 by reference... What we hav done to invoke vb project's .exe file is /*******************************************/
|
| VB6 to suggest end of entry | 16 Mar 2006 04:40 GMT | 7 |
I am beginning a new project in which I will have a form for each entry. I have used this before, but now want to add a new twist (for me) to it. The following is what I would like to be able to do if someone can get me started. The user begins typing into a text box the letter ...
|
| String manipulation | 16 Mar 2006 03:35 GMT | 2 |
I'm just starting out with Visual Basic .Net, and I'm have trouble using the help files to learn how to do simple string manipulations (the help files seem to cover commands that do everything BUT what I want).
|
| Making a form 'appear' full-screen | 16 Mar 2006 01:29 GMT | 7 |
I'm looking for a way to make a form 'appear' to be full-screen just by re-sizing and re-positioning the form on the screen. I know there's a proper way to make a form go 'truly' full-screen, but having looked at some of the long code examples that some have provided, I was ...
|
| Using icons in Visual Basic for a tool bar | 16 Mar 2006 00:07 GMT | 1 |
I'm a newbie who's starting out with a simple project in Visual Basic .Net. I'm using the book "Beginning VB .Net 2003" for examples of what I want to do. One of the examples is for creating a toolbar, and the book talks about using icons that are supposed to be in a
|
| Printer Driver in VB5? | 15 Mar 2006 06:36 GMT | 2 |
This may sound odd, but I'm hoping to be able to write a text-only printer driver in VB5. (I do have VB & VC++ 2005 Express as well, but I want to be able to work on this project both on my Win2k system at work and my Win98SE system at home.)
|
| How to save a Date to the registry? | 15 Mar 2006 03:09 GMT | 7 |
How can I save a Date, such as the return value of Now() to the registry? Thanks
|
| Generating an email from VB | 15 Mar 2006 01:18 GMT | 7 |
I would like my application to be able to automatically generate an email when the user clicks a button. The user will have filled in his name, email address and details
|
| Win32ShutdownTracker error | 14 Mar 2006 17:27 GMT | 2 |
I'm writing a utility to shut down remote workstations. In order to send a message to the user, I'd like to use the Win32ShutdownTracker method. However, I receive this error message: "This method is not implemented in any class."
|
| Visual Basic reversed engineering | 14 Mar 2006 15:15 GMT | 4 |
I have an application (.exe) build in Visual Basic 6. The code (and programmer) are gone. The program doesn't work because it looks for a ms access file (.mdb) in an unknown directory. I need to figure out which directory this is. Is there anyway to do this? The direcory is probably
|
| Windows error pop-up - Component not Responding | 14 Mar 2006 09:14 GMT | 1 |
I have a VB6 Application that opens a powerpoint and exports all the slides to jpg. While the powerpoint is exectuing this command, if you click on the original VB application window, a Windows Error Message pops up that says the following:
|