| Thread | Last Post | Replies |
|
| Multi Select, List Box, Modal Forms. | 15 Apr 2006 16:07 GMT | 4 |
I am Working on a database application. Sort of a contact Management system for potential workers to be matched with employers requests. Some fields in the database are multi select. I.E. a worker can have many skills.
|
| VB4.0 - Trouble with MDB, Visdata, Datman | 15 Apr 2006 12:10 GMT | 1 |
VB4.0 - Trouble with MDB, Visdata, Datman Need to be able to; Convert data files from text, dBASE 3, .XLS (4.0, 5.0) to MDB file Using JetEngine version (2.5, 3.0) compatible with VB 4.0 Professional Version
|
| Setting Container of a Text Box | 15 Apr 2006 09:57 GMT | 7 |
I have a very simple form that has a frame, and inside the frame is a text box. Both the frame and Text box have an index of 0 (control array loaded at runtime). At runtime i have the following code:
|
| Vb6 large text file read / arrays performance issues | 15 Apr 2006 07:56 GMT | 14 |
I have 2 types of large text file; (1) Single word of 8 chars on each line, typical no. of lines = 5,000,000 (2) CSV;Single word of 8 chars plus 72 chars text , typical no. of
|
| How to extract a character from string | 15 Apr 2006 07:01 GMT | 5 |
I have a field with String type. The format is like that e.g 12345a 23456b or 12345 . The last english character of the field is optional. Now I need to determine whether the last english character exist, if it exist, then I need to extract the last english character.
|
| How to write a diff in VB6 for comparing two xml files? | 15 Apr 2006 03:27 GMT | 37 |
I've created two separate xml files with the following method: MyRecordset.Save "FileName.xml", adPersistXML They are "recordset1.xml" and "recordset2.xml". Can anyone advise me on how to write a small program in VB6 to see if
|
| How to extract EXIF data from image file | 15 Apr 2006 02:51 GMT | 1 |
How do you use vb.net to extract image file extended summary which stores camera information such as Equipment Make, Camera Model, Shutter Speed, etc? Thanks JY
|
| Place to initialialize globals in an OCX? | 14 Apr 2006 23:59 GMT | 18 |
Given that option explicit is on and that there are global variables defined in an OCX, is there some safe place, event or method where these global variables can be initialized before they are used? The reason I ask is because I just ran into a situation where this OCX was ...
|
| Keydown problem in Mplayer | 14 Apr 2006 22:57 GMT | 3 |
Pressing arrowkeys, doesn't activate the keydown event in MediaPlayer. What should I do? Thank you
|
| Fso.getFile & fso.Copy VS FileCopy ?? | 14 Apr 2006 22:30 GMT | 2 |
I need to know the difference in the following sequence - advantages? With the 2 step process (get then copy) - every once in a while get a runtime error 70 about read only text. Also - very rarely and with larger databases (access) The source database corrupts. This only ...
|
| SysInfo1 not defined | 14 Apr 2006 19:19 GMT | 2 |
In order to use SysInfo1 is there somewhere that I have to include the SysInfoLib? I have copied a bit of code to find the OS version from another VB 6 project to the MDIForm_Load( ) Sub of a MDI form. The compiler does not
|
| login to https using vb webbrowser | 14 Apr 2006 19:03 GMT | 2 |
Still no solution to my problem so I'm trying again. I want to login to a https website using the webbrowser in VB. When I normally login using IE I have to type a userid and password and then a cookie
|
| BorderStyle doesn't change at RunTime | 14 Apr 2006 18:17 GMT | 8 |
(in VB6:) I have set the BorderStyle of my "form2" into "Fixed Sizable", but I want it to change into "None" when the form gets DblClicked, but it doesn't. The borderstyle changes into "0", but its appearance doesn't change. (I still
|
| Mplayer: click event has a conflict with DblClick | 14 Apr 2006 17:45 GMT | 2 |
I have a MediaPlayer object in my program. I want that mediaPlayer not to stop when we click on it, so I turned off its "ClickToPlay" property. Then I defined a click event for it in order to show 'Form1' in front of it, when it gets clicked. I also declared a DblClick event, to ...
|
| Function | 14 Apr 2006 17:21 GMT | 4 |
VB6 SP6 I have public function with some variables it receives is there a way to make one or more of the variables optional? Public Function syssettings(paction As String, pera As String, pvalue As
|