| Thread | Last Post | Replies |
|
| Problem With MS DataGrid | 09 Sep 2003 08:55 GMT | 1 |
Greetings to the fellow freeware grid sufferers... I'm using the built in MS Data grid in VB6 (SP5). in one of my VB forms, Its bound to an SQL Server 2000 table via ADO. two of the columns are of the date type. In our Locale, we use the
|
| Registry Values | 08 Sep 2003 22:03 GMT | 1 |
How do you save settings in the registry in a custom location? I have used the SavSetting function but it saves the values in a default location which isn't my preferred place. I would like to be able to save my registry values under HKLM/Software/MyProgramName...
|
| How to detect clicks outside a flexgrid | 08 Sep 2003 19:32 GMT | 2 |
In VB6 Pro SP5, I have a form that contains an MSFlexGrid and a few other textboxes and comboboxes. I am using the technique from MSDN article Q241355, which describes how to tab and edit in a flexgrid. Briefly, the technique is to overlay the cell to be edited with
|
| Invalid use of new keyword????? | 08 Sep 2003 15:53 GMT | 1 |
This is my class i get the above error message when i try to compile???? I have added MSINT.OCX as a component Private WithEvents InetConnection As InetCtlsObjects.Inet Private Sub DownloadFTPFileAndSave(LocalFile As String, _
|
| webcam | 08 Sep 2003 15:08 GMT | 1 |
how to have a connectivity of webcam with the vb application
|
| VFP 6 To VB 6 | 08 Sep 2003 02:57 GMT | 4 |
I'd a software written in Visual Foxpro 6 and now in the process of converting the source codes into VB 6. I made use lots of subclassed controls in my software, like embedding a Checkbox, Command Button, Image or Combo Box into some columns of a Data Grid. Is there a way to ...
|
| Encrypting a text file | 07 Sep 2003 23:51 GMT | 3 |
I am trying to encrypt the data sent to a text file. How do I do this and how do I unencrypt it? Or can someone point me in the right direction. Any help would be welcome.
|
| deploy ocx in cab(hurry) | 07 Sep 2003 18:15 GMT | 3 |
I created a ocx(VB active control).The ocx depends on dll A (VC dll that doesn't belong to com dll).Dll A needs dll B. (also VC dll that doesn't belong to com dll). I use "Package & Deployment Wizard" to package 3 files
|
| Text to mathematical expression | 07 Sep 2003 03:41 GMT | 1 |
can anybody tell me how to convert text from text box to mathematical expression? thanks Jan
|
| Media Player 9 Full screen problem | 05 Sep 2003 21:55 GMT | 1 |
I have added the WindowsMediaPlayer control to my form. With in the properties window I have set Fullscreen to True. The first time the player plays everything is working great. When a second video is played the WMplayer
|
| DataGrid "how to remove (Null)" and give column Header name Visualy | 05 Sep 2003 21:44 GMT | 1 |
Thanks in advaance I'm using vs.net professional, how is possible to give column header text visualy, i used tablestyle but the datacrid take automaticly the names of column in the
|
| Need Help with Memory Leak (I Think) when Viewing TreeView Node while Dragging | 05 Sep 2003 18:03 GMT | 1 |
A long time VB hacker here. This code is actually working with the first 7 drag and drops but stops working properly on the 8th attempt. This is the least amount of code I've been able to find to:
|
| highlight the text using tab hits | 05 Sep 2003 17:54 GMT | 1 |
can anyone tell me if i have two text control and when i go thorugh the text controls using tabs , can i highlight the text contents of the text control /pras
|
| Ocx could not be loaded | 05 Sep 2003 17:40 GMT | 1 |
I have a developed a custom ocx which I use in one of my applications... works fine. I create an installation package using the VB6 Package and Deployment wizard which again works fine, the application including the ocx
|
| Some treenodes unchecked - is it possible? | 05 Sep 2003 16:50 GMT | 2 |
anyone know if it is possible to have a treeview with only SOME of the nodes having checkboxes...? thanks ahead of time
|