| Thread | Last Post | Replies |
|
| Passing a 'property' | 15 Jul 2004 20:51 GMT | 2 |
Pardon my ignorance of VB and object oriented programming but it seems that each time I learn something new, I learn at least two things I don't know (you don't know what you don't know until you know you don't know it)... Anyway,
|
| UserControl: Making a toolbar type control | 15 Jul 2004 20:21 GMT | 2 |
Im trying to make a toolbar type control which is supposed to move itself on the top left corner of the form and set it's width equal to the form's width.. and it remains there ie. just like the toolbar.. it 'sticks' to the top of the form and cannot be moved. i want to make
|
| Passing Command Line Parameters to My VB6 App | 15 Jul 2004 19:34 GMT | 11 |
I am trying to send command line parameters to my VB6 app. How can this be done? I am trying to use an INI file. The text of my INI file is: CmdLine = DebugVer This is not working though. When I type this in Start > Run it works. "C:\Program Files\My App\app.exe" "/V DebugVer"
|
| Can't install vb.net | 15 Jul 2004 18:40 GMT | 3 |
I am trying to install vb.net and I am getting the following: Windows Component Update Setup has detected that some of the windows components that are installed on your computer do not match the versions required for VB .Net. You must
|
| .frx file | 15 Jul 2004 18:29 GMT | 12 |
I want to ask, why when I create form (.frm) then automatically (sometime) there is also .frx file? What is the use of .frx file? When it will be created and why? Thanks
|
| get the font size of titlebar from a form | 15 Jul 2004 18:22 GMT | 1 |
t.kiesche@software-consult.de (TKI) wrote in message news:<fd257f83.0407150109.27770a6b@posting.google.com>...
> Hello > > I want to know the the fontsize of my titlebar. I need this to find |
| ByVal | 15 Jul 2004 18:18 GMT | 8 |
Help Me understand something. When I use this code I get the results I want: 1. hBITMAP = CreateDIBitmap(hDC_Screen, ByVal lpBMIH, _
|
| Exporting Access database to Excel | 15 Jul 2004 17:45 GMT | 1 |
I need to export ALL tables from an Access database into an Excel Spreadsheet. I can only export one table at a time to go into one sheet at a time. I need:
|
| How to save active form contents to JPG file format | 15 Jul 2004 17:40 GMT | 1 |
Can anyone suggest me the code how to capture active form contents (other than picture) and then save in JPG file format. Thanks Edwin
|
| What reference to set? | 15 Jul 2004 17:20 GMT | 2 |
I copied code from a post by Alex Ivanov to create a shortcut (http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=eTHUeflzDHA.3416%40 tk2msftngp13.phx.gbl). In trying to create the exe, though, the compiler will not get past the Dims:
|
| International settings | 15 Jul 2004 17:16 GMT | 4 |
How is possible to retrieve international Windows settings (for example date format)? Thanks W
|
| Need Treeview help | 15 Jul 2004 16:56 GMT | 2 |
I have this older code for populating a Treeview, that worked with an older version of the MS common controls: Dim Node(500) As Node Set Node(nodecount) = tv_system.Nodes.Add
|
| List All Function Calls | 15 Jul 2004 16:44 GMT | 3 |
As my program is running, I'd like to have a list of all functions that get called. But I don't want to go through the whole program adding debug.print statements in each function. Is there a good program (hopefully free) that can do this?
|
| MSI pops up after installing office | 15 Jul 2004 16:03 GMT | 2 |
Hi group. After installing office today the MSI (Microsoft Installer) pops up every now and then when I start my application (or even open a new form). Does anybody know why this happens? The application is not
|
| Microsoft Common Control Version | 15 Jul 2004 15:26 GMT | 3 |
I am trying to use a treeview in a project which I wrote on an XP machine. The target system is Win 2K so I set the component as the Microsoft Common Control Version 5.0. All works fine on my machine but it refuses to open the treeview on the target machine. No errors. It just stops ...
|