| Thread | Last Post | Replies |
|
| newby question - wrapping exe's? | 29 Aug 2004 21:30 GMT | 1 |
Hi all, wondering if some one could help. I already have an exe file that I want to have an option window pop up and provide some buttons. I was thinking if it was possible to use vb to create a form with the buttons and kind of wrap this new vb exe aroiund the existing exe to
|
| Weird form behavior | 29 Aug 2004 14:58 GMT | 14 |
When I close my app's form the FormLoad event (yes, LOAD) fires right after the Terminate event. It only does this in the executeable, not in project/debug mode. Any explanations?
|
| VB Picture Objec | 29 Aug 2004 14:36 GMT | 1 |
I'm trying to follow an example in the VB help file under "Picture Object" -> "Using Picture Object". There I find: ..................................................... The Picture object is similar in some respects to the
|
| Full Screen / Kiosk Mode in VB6 | 28 Aug 2004 22:47 GMT | 6 |
Does anyone know how to make a program run in full screen mode like iexplore.exe -k does? I need it to not have a title bar and all buttons would be in the program itself. Also I would like to know if anyone knows how to make a program appear
|
| Reporting | 28 Aug 2004 22:37 GMT | 1 |
Is there a way to easy create a report out of data on random file?
|
| VB5 Compile problem | 28 Aug 2004 22:18 GMT | 9 |
I've just come into possession of Visual Basic 5.0 and I'm trying to get an application to compile. When I load the project in everything seems to operate normally. I can "run" the application from the VB5 development environment but when I try to create an executable the
|
| Run-Time error 3633 | 28 Aug 2004 20:51 GMT | 1 |
I have VB6 Entr with SP6, OS Win XP Profi. My application used ODBC interface for access to database on MS SQL server. I deploy package assisted Package & Deployment Wizard - all OK After instalation (Win XP profi CZ) on a PC without Visual Basic yourself
|
| Cristal Report | 28 Aug 2004 20:03 GMT | 4 |
Anyone know where can I download a copy of crystal report?
|
| Icons with ExtractIconEx to Listview? | 28 Aug 2004 19:01 GMT | 3 |
I'm a newbie with API and I'm only beginning to understand the principle a little bit. I found some useful code on the internet which I could use to extract the 32x32 and 16x16 icons from a file and show it in a picturebox. But what I
|
| Setup.exe Visual Basic problem | 28 Aug 2004 16:20 GMT | 2 |
Hello All i have created a app for AIM and WIN combined but the program will not run right unless u have a certain .ocx does anyone know how to make a setup file to where it will install the program and add that certain componet
|
| Dim XX as menu | 28 Aug 2004 15:15 GMT | 2 |
Hello. I'm looking for an example of using Dim as Menu in VB6. Any help would be appreciated. Thanks !
|
| Tabs is VIsual basic | 28 Aug 2004 09:02 GMT | 5 |
How do you create tabs in visual basic
 Signature Frank R. Jr.
|
| Problem in executing Exe from Visual Basic. | 28 Aug 2004 02:44 GMT | 2 |
I'm trying to execute a GUI application from visual basic (named PathProx.exe). this pathprox.exe is linked to different files that are present in the same directory as pathprox. when i'm trying execute pathprox.exe directly, i could run the application without any errors,
|
| visual basic.net | 28 Aug 2004 00:35 GMT | 2 |
sorry about this naive question, but is visual basic.net a language that is compilable and able to be used in interactive web pages? what i need is a language thats fast and able to be embedded somehow in web pages
|
| Enumerating Properties of an Object | 28 Aug 2004 00:30 GMT | 2 |
Is there a way to list the properties and methods of an unknown object? If you did something like: Dim obj As Object Set obj = CreateObject("SomeRandomObject")
|