| Thread | Last Post | Replies |
|
| vb iis application | 01 Aug 2006 12:38 GMT | 2 |
I need to maintain an old vb iis application in vb 6.0. I just found I got error when I run the application. Even I create a simple vb iis application, when I debug in IDE, I got this error:
|
| Record Audio from Output and Microphone Input | 01 Aug 2006 09:44 GMT | 1 |
I am trying to make a VB6 app for Windows 2000, XP which can record/save the audio been played through the speaker and also record/save the input from the microphone to a single .wav file. actually i want to make a VOIP phone recording app.
|
| Finding strings in ide enviroment | 01 Aug 2006 08:52 GMT | 3 |
is there a way to find and extract (or select) strings in Visual Studio? for example, I would like to make an addin to extract msgbox text in VB IDE and save it to a file. I would like to do this in order to
|
| What's the difference between MessageBox & MsgBox? | 01 Aug 2006 03:44 GMT | 11 |
I have VB6 Learning Edition. What's the difference between MessageBox & MsgBox? The Help doesn't help much. Are they interchangeable? Thank you. David
|
| VB Activating Microsoft Mappoint | 01 Aug 2006 02:43 GMT | 1 |
Does anyone know how to test for Mappoint application being installed on PC through a VB6 application? My VB6 application runs Mappoint functions for location displays of Address and Lat/Lon information. I would like a clean way through my application to
|
| Form size - pixels/twips and working area | 01 Aug 2006 01:43 GMT | 28 |
I am designing sort of a GDI. I need to be able to set the working area of the main form, without the menu bar, status bar and side borders to a certain number of pixels. I know the code for setting a form to say, 640 x 480 pixels but that sets the onter limits of the form. What I ...
|