| Thread | Last Post | Replies |
|
| Lanciare un eseguibile | 04 Sep 2003 01:08 GMT | 1 |
Vorrei sapere come è possibile in un form, cliccando un pulsante, lanciare un applicazione tipo internet explorer. Grazie --
|
| MousePointer from WebBrowser control to VB form | 03 Sep 2003 21:09 GMT | 1 |
I have two child forms in a VB MDI. One child form contains a web browser control. In the web browser control, there is a 'Search' button. During search, the cursor in the web browser control will turn into hourglass. However, when the cursor is moved out of the web
|
| Terminating program | 03 Sep 2003 18:05 GMT | 4 |
This should be another very simple question for you VB gurus: how to close my program? I have a button and when clicking on it I want my program to be terminated safely. Greetings,
|
| changing font type in RTB | 03 Sep 2003 17:58 GMT | 3 |
I know now how to change the font name of a RTF file in a RTB control using, for example: RTextBox1.SelFontName = cmbFonts.Text I have a RTF file -created with Word- displayed in a RTB control. Whenever I
|
| Enumerating the elements of a user-defined type | 03 Sep 2003 16:00 GMT | 1 |
I have a user-defined type for which I'd like to enumerate the elements. Something like the For...Each construct for a collection or an array. Is this possible? Thanks.
|
| VB 6 statement question | 03 Sep 2003 15:13 GMT | 4 |
I'm trying to write a statement in VB 6 that will give me the overtime pay. It needs to compute the first 40 hours at the normal pay rate, then any hours over 40 at rate * 1.5, then add those amount into a Datagrid field named "Gross". I can't get it to work correctly. I was ...
|
| Load Resource | 03 Sep 2003 14:40 GMT | 5 |
G'day All, I just know this is one of those can't see for looking problems, but sorry I can't, been to google, ms & every other place I know. Added a htm file to a resource file using the editor, then:
|
| ***** Vb3 spread 2.0 custom control ******** | 03 Sep 2003 14:20 GMT | 2 |
Does anyone out there know where I can get copy of this old VB3 spreadsheet custom control (design version - not just the vbx). It's called spread 2.0 but is no longer for sale. I have a VB3 project that requires it that was developed in the late 90's.
|
| Connecting to MS-Access database through visual basic | 03 Sep 2003 12:33 GMT | 1 |
I am trying to browse a recordset using bound controls using VB 6.0. I am using Windows XP operating system. to this end i created a form in vb and try to link it to MS-Access
|
| "Out of Memory" in compiled app | 03 Sep 2003 12:33 GMT | 3 |
I'm getting an "Out of Memory" error in a compiled application after the the program is used continuously for at least an hour. Any ideas on what is causing this? The application is actually compiled from VB version 3. The OS is Win98 and
|
| dynamic arrays | 03 Sep 2003 08:04 GMT | 3 |
sorry for so many questions but I got to learn VB as quick as possible! Ok, how to deal with dynamic arrays? Most articles on internet say to use "redim" but the problem is that my visual basic 6.0 doesn't have that. I can use dim but only with constants. So if I try
|
| Question about ADODB | 02 Sep 2003 22:43 GMT | 5 |
Greetings all, How can I use ADODB to return all tables in an access DB chosen by the user? I'm able so far to select the DB file and build up my connect string,
|
| sub-main messing things up | 02 Sep 2003 22:05 GMT | 3 |
I have a sub-form (dialog) with controls that will update items on the main form no problemo IF the main form is the startup object. With the project properties set for a startup object sub main, the sub-form (dialog) will not update things on the main form.
|
| P&D Wizard error | 02 Sep 2003 21:16 GMT | 1 |
I cannot use package& deployment wizard, at the end of the wizard, after all steps, when it's ready to prepare the package, the wizard immediately shuts off and nothing is created, why? I've checked the references and control many times...
|
| access violation error in vb application | 02 Sep 2003 01:18 GMT | 1 |
I have created a vb application (standard exe type), it uses activeX control. I am using vb6 service pack 5 and OS windows 2003. During running of the application, I don't face any vb error, but I get error only after closing the application. I found that it is not possible to
|