| Thread | Last Post | Replies |
|
| visual basic <-> google earth | 14 Feb 2008 14:56 GMT | 2 |
Does anyone know how to link visual basic to google earth? I've studied basics of VB but I wouldn't know where to start from. I need a VB program able to open google earth with the coordinates that I'll be giving into the VB application. My teacher suggested to
|
| Project | 13 Feb 2008 21:26 GMT | 5 |
|
| use form.show() in windows services | 13 Feb 2008 16:31 GMT | 3 |
i have design a windows service and set it open the form in start. code: Protected Overrides Sub OnStart(ByVal args() As String) Dim f As New Form1
|
| 4 BITS RLE IN BMP | 08 Feb 2008 09:56 GMT | 1 |
I need BI_RLE4 bit BMP image for testing. How can we create 4 bits RLE BMP image. Which tool can be used to create 4 bits RLE BMP image. If you know please tell me or give me reference . Regards:-
|
| buying VB6 | 05 Feb 2008 10:09 GMT | 9 |
I need a copy of VB6 Enterprise ed. - any good suggestions? I'm not looking for warez download links, but a proper dealership with the product in stock. I know it's a a few years too late, and I should get on the Visual Studio Wagon, and in fact I have two licenses for that one... ...
|
| How to stop an application in the IDE | 04 Feb 2008 03:29 GMT | 6 |
I tried me.close and application.exit. Neither work. Tried clicking the big red X and the form closed but the app kept running and producing debug.print output. How does one definitely stop an app while in the IDE? Well, one could
|
| Can tthese appear anywhere? Declare, Const, Enum, Type, Property... | 02 Feb 2008 08:05 GMT | 4 |
When I write code, I keep my Declare statements together followed by my Const statements, example: '----------------------------------------- Private Declare Function DeleteObject Lib "gdi32" (ByVal hObject As Long) As
|
| Changing a disk's serial number? | 02 Feb 2008 06:42 GMT | 6 |
Is any kind soul here able to help me (show me?) how to convert the following C code to Visual Basic 5 please? I'll be your friend! http://www.codeproject.com/KB/system/change_drive_sn.aspx I have no idea how to do it. :(
|
| Synchronize Setting Button Does Not Work | 01 Feb 2008 22:45 GMT | 1 |
The MSDN documentation for Synchronize (Framework 3.5 - http://msdn2.microsoft.com/en-us/library/a65txexh.aspx) states: ------------------------ The values of any user-scoped settings that the user changes at run time
|
| VP API Question | 01 Feb 2008 20:16 GMT | 3 |
Im trying to API a data grid type object. I need to rip the data out of the object. Its a tabular display data grid. Looks kind of like an MS Access table. I have successfully API'ed the rest of the program, but Im having a hard time accessing the values contained in
|
| Ending a program? | 01 Feb 2008 15:06 GMT | 2 |
Thanks, guys for the tips in my other threads. When I went to see if I still had the spare copy of VB5, I discovered that I had a tutorial CD that came with VB5 that explained some of it in simple terms.
|