| Thread | Last Post | Replies |
|
| I did not know I was sup-post to cross-post not multi-post, sorry | 16 Feb 2005 15:02 GMT | 1 |
I did not know I was sup-post to cross-post not multi-post, sorry I will cross from now on! thanks for the tips guys and girls! newbie Adam
|
| newbie - how to resize column MSFlexGrid | 16 Feb 2005 14:53 GMT | 9 |
newbie - how to resize column MSFlexGrid I do not see in properties, maybe I am blind, how to change column width. I would like to set it to just resize automatically to widest field of the column, of corse.
|
| Key Combo's | 16 Feb 2005 14:10 GMT | 1 |
I have made a keylogger for a friend but i need to make it so when a spacific charachters are typed in the correct order a password box appears and once that is passed through the plane text is viewable.... i just cannot find how to do the source code for it.
|
| Change Event of a form? | 16 Feb 2005 14:08 GMT | 4 |
I have a form which has an SStab on it, within the tab is a frame which has some text boxes and combo boxes placed on it. Is it possible to catch if the user adds anything into any of the text boxes or changes any of the values in the combo boxes? Reason being is that I need to ...
|
| VB Toolbar/StatusBar blank out | 16 Feb 2005 13:36 GMT | 1 |
I've an app which uses VBs own statusbar and toolbar. I'm doing some processing and I've noticed that both these go blank while processing is happening and then re-paint when it has finished. All the other controls on the form are fine.
|
| Can't edit module. | 16 Feb 2005 09:29 GMT | 2 |
I had this problem long time ago and, of course, had lost the solution. And Google search did nothing :( I have many Forms in my app, and own some of them (the rest are in Vault - used to be Source Save). Now when I
|
| Mappoint and addin | 16 Feb 2005 07:19 GMT | 2 |
I want to make an addin for MapPoint. I have had several years experience with VB but never written an addin before. I would like to put a menu in MapPoint that brings up my addin. What I need is some tutorial website or something where I can learn about this. Does anyone ...
|
| How do I generate a "Change" event from a user control? | 16 Feb 2005 01:14 GMT | 2 |
List: I need to encorporate a user control for "look and feel" reasons. How do I ensure that the control generates "Changed" events? Does that happen all by itself, or do I need to explicitly assert the event when I
|
| Load listbox with file names | 16 Feb 2005 00:57 GMT | 5 |
I would like to load a list box with every tenth file. Please look at the code below. How can I accomplish this. Thank you. Private Sub Command1_Click() Dim fso As New FileSystemObject
|
| Converting from JET database to a true C/S Database | 15 Feb 2005 23:03 GMT | 10 |
I have an application for a user that I started about 8 years ago. Since then we have added functionality and the database has really grown. At the time even though it had serious limitations I went with JET, mostly because I didn't know what else to recommend and a real
|
| newbie needs help - cannot run.exe on machine - missing file | 15 Feb 2005 22:57 GMT | 4 |
I am new at making exe to run on a machine. My exe uses the MS hierarchical Flex grid. So, natuaraaly I get the error when I try to run this exe on a differennt machine (windwos 2000).
|
| Combo box drop down | 15 Feb 2005 22:11 GMT | 2 |
Is there something I can do to make a combo box drop down to show its choices when it gets the focus. I could not find a DropDown property. Thanks. David
|
| How to access parent form's App object? | 15 Feb 2005 22:10 GMT | 1 |
I'm designing a simple activex control which saves it's state to the registry when it shuts down and returns to it's former state when the program is run again. I want to store the information at: HKEY_LOCAL_MACHINE\Software\App.CompanyName\App.ProductName\App.Major\UserControl ...
|
| file system writing binary data - kinda multiposted | 15 Feb 2005 21:30 GMT | 2 |
Hi. I have a SQL server database with a table that has a data type if "image." I want to read the binary data in the field and write it to the file system so I can confirm that it is bmp data. I do not know how to write binary data to a file, only text. Can someone point me in ...
|
| Help!! Newbie here under the gun and need advice | 15 Feb 2005 21:24 GMT | 2 |
I am trying to find out if there is a way to either through a script or program that would look across a network for a process and when it doesn't see it for a certain amount of time perform a certain task i.e. start the app locally?
|