| Thread | Last Post | Replies |
|
| Create Image | 11 Feb 2007 21:33 GMT | 1 |
I need a help urgently..I am using a biometric Finger print device.In that device while iam enrolling the finger iam getting the fingerprint template.when iam trying to
|
| Best Autocomplete ComboBox Function? | 11 Feb 2007 17:47 GMT | 1 |
Hi again people, I'm looking for code to autocomplete a combobox. There are many functions out there, but I can't weed one out that supports the following:
|
| creating folders in vb 6 based on the current date | 11 Feb 2007 14:59 GMT | 7 |
does anyone know how to create a folder based to the current date in vb 6?
|
| only last line in (Rich) Text box saving | 11 Feb 2007 06:03 GMT | 9 |
I'm writing a program which a user can use in part to save HTML code and later retrieve it. Blocks of this reusable code are saved in files named, CodeBlock1.txt, CodeBlock2.txt, and so forth. Unfortunately, only the last line is getting saved. For example, if I
|
| C string array problems (again) | 11 Feb 2007 04:46 GMT | 15 |
I've got another problem with C string arrays that I'm hoping someome might shed some light on. Attempting to create a CAB file with cabinet.dll, the in parameter for the file list is:
|
| Simple DBMS in VB | 11 Feb 2007 04:26 GMT | 24 |
Purely as a learning experience I am thinking of writing a simple DBMS in VB. I do not want anything fancy just a simple engine that would store and retrieve data to a single disk file. The data should be able to be relational (parent child relationships). The engine should
|
| Working With A Range In A Word Document | 11 Feb 2007 03:57 GMT | 3 |
I am trying to insert text into a Word document and then apply a style to the paragraph I just wrote. My problem is that the range stays set to the entire document and I can't figure out how to reset it to the end of the document so whatever style I apply applies to just the last ...
|
| Why does MS Auto up date IE 7 'crash' my browser? | 11 Feb 2007 00:28 GMT | 4 |
I am running IE 7 Version 7.0.5700.61S (Product ID: 55736-OEM-0760663-04848) When MS automatic updates my computer with latest IE 7 and I try to install it, my browser 'crashes' and I get error message "IE 7 could not be installed".
|
| Print browser content | 10 Feb 2007 20:43 GMT | 2 |
could not find appropriate category for this question. can someone help? how do i print content that shows up in the browser? also, how do i copy and save for later printing content that is displayed in the browser? thanks
|
| How Can I Find My VB Source Code On My Computer? | 10 Feb 2007 19:55 GMT | 13 |
I just completed my first VB project and wanted to save all the source files on a CD, but I can't find them! I'm using VB version 4 and Windows XP. In C:\Program Files\Microsoft Visual Basic I find only a shortcut to the project file. I did a Windows search for the project
|
| Is it possible to modify an applications toolbar right click context menu? | 10 Feb 2007 19:22 GMT | 7 |
The one that pops up when you right click the toolbar entry for a minimized window or application? The one that reads Restore, maximize, close etc. tyia.
|
| Stopping MSFlexgrid from intercepting direction keys | 10 Feb 2007 12:34 GMT | 1 |
MSFlexgrid apparently intercepts all 4 direction keys the keyup, keydown, keypress events do not execute for any of these 4 keys while the focus is on the Flexgrid my objective is to move to another control when the arrow keys are pressed
|
| Format currency | 10 Feb 2007 09:38 GMT | 10 |
Using Format("Currency", ThisString). This gives two decimal places. Would like to omit those and go for round dollars. Is the only way FormatCurrency(ThisString,0)? or have I got the wrong end of the stick (as ever!)
|
| Cross-thread operation not valid (Visual Basic 2005) | 09 Feb 2007 21:34 GMT | 2 |
I have encountered a "Cross-thread operation not valid" error in a test program I created and although I have came up with a solution I didn't like the performance of the program. I hope perhaps some experts here can help in out.
|
| Context menu | 09 Feb 2007 19:59 GMT | 2 |
I am using VB6. When clicking on a picture (or image) on the form, I want the app to display a popup menu near the mouse cursor. How can I do that?
|