| Thread | Last Post | Replies |
|
| Has anyone ever used the Sony FIU SDK 600 with Visual Basic | 17 Feb 2004 15:40 GMT | 2 |
I am having a problem with the following code: nReturn = FIUAcquireDevice(lhDC, FIU_PORT_USB, 0&, 0) This returns the value 20005 (Public Const FIU_ERROR_ENCRYPTION_OFF As Long = &H20005)
|
| if<>1 | 17 Feb 2004 14:57 GMT | 4 |
Public Function cigma3numbers(num1 As Double, num2 As Double, num3 As Double) As Double Dim schum As Double cigma3numbers = True
|
| how to split the string? | 17 Feb 2004 13:50 GMT | 3 |
I have a variable 't' with the value which looks like "2700 - 2704" where the numbers keep changing. I want to split this string in the variable 't' to two different strings, say t1 and t2, where t1 gets assigned to the first number, i.e, 2700, and t2 gets the second number
|
| Advice: Reading records from text file | 17 Feb 2004 09:45 GMT | 5 |
For my application i have a file (4 Kb) with two fields and 170 records (text file = tab separated file) What is the fastest way to read this file and find a specific record? Now it's a separate file, can I create a resource file from this file with
|
| How can objects on different threads communicate with one another ? | 17 Feb 2004 09:23 GMT | 2 |
|
| exit vb and log off as xp user | 17 Feb 2004 05:37 GMT | 2 |
I'm using VB6 and Windows XP. For an user on my computer (my 3 year old daughter) I wrote a program in VB. For reasons of security the program automaticly starts as she logs in on her user-account. Now I'm wondering if it's possible to automaticly log off at the moment the
|
| App crashing when using timeSetEvent, but not in IDE. | 17 Feb 2004 03:43 GMT | 11 |
I wanted to try using the timeSetEvent api to make a timed event occur every 5-8ms or so, so the built in timer wasnt good enough. Anyway, I made a test app to mess around with it, and in the IDE it works fine, but once its compiled it crashes when the timer expires. Heres the
|
| SP ... Result Set ... FROM VB | 17 Feb 2004 03:06 GMT | 2 |
Hiii Gurus ... I am executing a stored procedure(SP) which takes three input parameters through VB6. SP will return a recordset and in the VB program, I use COMMAND object to
|
| Can VB tell me the name of a file given a folder that contains it? | 16 Feb 2004 23:51 GMT | 1 |
Suppose I have the name of a folder on my c: or d: drive. Can I find out the name of a file that it contains? If so, how? Can I find out the name of a subfolder too? Thanks,
|
| ListView RowColor | 16 Feb 2004 18:36 GMT | 1 |
I am trying to color every even and odd row in the listview as items are added from my treeview. I am using the following code which doesnt work but it doesnt return any errors either. ----------------------BEGIN----------------------------
|
| Whacked Identity column return problem | 16 Feb 2004 17:12 GMT | 4 |
Did a google search, trying everything I can find, still not working.... I am using sql server 2000. I do an addnew to a table with an Identity column. I can't seem to get the column ID back. Here is my code... s = "select * from <table>"
|
| Problems reading Long datatype from Oracle | 16 Feb 2004 16:58 GMT | 3 |
hi, i'm working with VB6 and Oracle and keep getting a "Multiple-step OLE DB operation generated errors Oracle" error trying to access a field in Oracle of type LONG, here is the loop i'm using:
|
| Type library and it's purpose | 16 Feb 2004 15:51 GMT | 1 |
|
| Analyzing Unknown Objects... | 16 Feb 2004 15:50 GMT | 2 |
Does anyone know of a way within VB to analyze an instantiated object and extract a list of all it available properties and methods? This would be extremely helpful with poorly
|
| MDI Child and PictureBox Object | 16 Feb 2004 15:14 GMT | 1 |
This problem is driving me insane. I create even the sympliest project and the behavior occur. I create a MDI Project with a toolbar button on the MDIMain that when you press a button it show a child form(Easy). I then
|