| Thread | Last Post | Replies |
|
| Shortcut not responding in VS Installer | 28 Nov 2006 00:07 GMT | 1 |
I have created a msi through VS Installer, and I created a shortcut to my program. After the install, when I double click the shortcut of the program/system, it doesn't load visually, but when you check the task manager, it is running. So what I did is I add the path to the "Start
|
| Merge Module warning messages with VS6 Installer | 27 Nov 2006 23:31 GMT | 1 |
Importing my VB6 program into VS6 Installer and building gives me two warning messages. How do I resolve this? One or more files in MSVCRT.MST have different versions than those installed on this machine.
|
| How to Call a private sub from another form? | 27 Nov 2006 23:15 GMT | 8 |
Newbie VB6 On my Form2, I want to call a private sub "Command1_Click" which is on my Form1. How should I write the code? I tried Call Form1.Command1_Click but it did not work.
|
| Newbie question here | 27 Nov 2006 22:42 GMT | 3 |
Hi, just messing around and trying to get my feet wet with VB Express and some code.... I've got this little program, and I am trying to figure out how to call a function that is setup as a button (without pressing the button, just run the function:
|
| Resizing column width in ListView | 27 Nov 2006 22:32 GMT | 12 |
I am trying to develop a 'magic formula' to change ListView ColumnsHeaders.Width proportionally with the ListView width (form width). My code is close but I need to change the number of columns dynamically and need to find out how to calculate that constant, which I have found
|
| running .net code in vb 6 | 27 Nov 2006 21:37 GMT | 1 |
Dear, I have written a program in .net that will search a file on all the drives in my comuter and show its name in message box. If this exe file is supposed to be runned on other pc .net framework 1 or more is required. I
|
| Constants, Variables, data types, and intrinsic functions?? | 27 Nov 2006 21:36 GMT | 14 |
Could somebody please explain these to me in a simple way? I'm very confused and I really need help. (It's for school)
|
| Google VB Code Group | 27 Nov 2006 20:44 GMT | 3 |
Google VB Code Group Group name: VB Code Group home page: http://groups-beta.google.com/group/vb-code?hl=en Group email address vb-code@googlegroups.com
|
| VB6, HTMLHelp, and IE 7 | 27 Nov 2006 20:42 GMT | 9 |
My HtmlHelp no longer works in my VB6 app after IE 7 is installed. I'm using the standard htmlhelp api (hhctrl.ocx). Any ideas? pete
|
| More Internet Explorer 7 (IE7) and WebBrowser Control problems. | 27 Nov 2006 20:36 GMT | 1 |
So today my machine pops up a nice little balloon that updates are available for my computer. Turns out it's Internet Explorer 7. I install it, restart my computer and have a look at it. Hmmmm, looks a lot like Firefox to me - but that's a whole different discussion.
|
| Beta 1->Beta 2->release changes... | 27 Nov 2006 17:37 GMT | 4 |
I've been trying to make a piece of example code from vbdotnetheaven.com that apparently were created under Beta 1 or something, compile under the release VS 2005/VB.NET and I've been finding dozens and dozens of things that worked once but don't anymore,
|
| An error occurs in a sub/function which is not called | 27 Nov 2006 16:43 GMT | 16 |
Something strange is happening in the VBA code of my ArcGIS project: an error occurs in a sub/function which is not called. Every sub/function/property has an call to an errorhandler sub (except those in which an error can't occur, form/class Terminate event subs
|
| VB GUI source code for developing please see below web site. | 27 Nov 2006 15:01 GMT | 1 |
VB GUI source code for developing please see below web site. GUI Ver. 1.0 Is a very fancy pull down menu, toolbar multi tabbed GUI menu interface for any version of Visual Basic should run and compile from versions VB 1 to V6 (VB 1, VB2, VB3, VB4, VB5, VB6), Has pull down
|
| How do you detect a mouse click in the text portion of a vb6 combo | 27 Nov 2006 15:00 GMT | 2 |
There is no "MouseDown" or "MouseUp" event for a vb6 Combobox, and the click event only fires if you click on an item in the combobox list. How can you detect when somebody has just clicked into the textbox portion of a combobox?
|
| Setting the Caption of a Tab object in a Tabstrip control | 27 Nov 2006 14:48 GMT | 11 |
How do I set/change the caption of a Tab object in a Tabstrip control during runtime? From the help I have managed to understand how to do it when the tab is created.
|