| Thread | Last Post | Replies |
|
| weird eof marker in text file? | 11 Dec 2004 00:34 GMT | 30 |
most of the time the following function works ok (it is only called against text files) they don't always have .txt as an extension however(don't think that should matter)
|
| Return the File Date | 10 Dec 2004 23:45 GMT | 3 |
What i am tring to do is? Get the file date from a *.txt or *.dot file Reason is I want to compare the the date of the master file and if the master is newer than the current local file over write the older
|
| Array problems | 10 Dec 2004 22:43 GMT | 13 |
I have code below : I have problem with data in the array , when i read item one items then the next one time from RFID Reader , everything are OK . But when i read two items data then read the next one item , the data
|
| help urgent | 10 Dec 2004 21:39 GMT | 2 |
VB.NeT Declare a structure with two members to store each record from the input file The First member should be a date and the second a single precision number. Declare a dynamic array of stuctures.
|
| VB6 code organization OOP | 10 Dec 2004 20:47 GMT | 1 |
Sort of a strange question to ask after programming in VB for so many years but it doesn't seem obvious to me so here it is. Are there recommendations for organizing and maintaining reusable code in Visual Basic 6?
|
| VB6 and ActiveReports IDE problem | 10 Dec 2004 19:11 GMT | 1 |
We have been using ActiveReports for VB (not DotNet) since it first came out. We have not designed a form for several years and now are finding out that when creating a new form/designer there is no ActiveReports toolbar to add items to a report.
|
| Service Pack versions | 10 Dec 2004 18:47 GMT | 2 |
Does anyone know of a listing of what versions of what files are installed in each service pack? I'm primarily interested in the runtime. I've got a number of different machines where an exe is acting differently and I'm finding that they have a different versions of some of the ...
|
| Bit manipulation from byte array to double | 10 Dec 2004 17:52 GMT | 3 |
Does anyone have a clue how to take 8 bytes out of an array and place them into a double. I have the bytes in the IEEE format, I just don't know how to plug them into there proper spot. Or barring that the method to derive the number from the 8 bytes.
|
| File Search | 10 Dec 2004 16:00 GMT | 3 |
Please help me out in a file search.The code should search a particular drive to find the file.The drive and the file name are given by the user. Thanks in advance.
|
| decimal separator | 10 Dec 2004 15:42 GMT | 6 |
In VB, where can I find the current setting in Windows for the decimal separator
|
| VB6 communicationg with Java or C# | 10 Dec 2004 15:27 GMT | 1 |
i'm developing a pda software....i'm not sure on how to communicate with the server software whihc runs on VB6 on winsock.....i have the source for it as well but i donnu how to make C# or Java communicate with VB6...i only have to send string to each other...
|
| ArrayList Puzzlement | 10 Dec 2004 15:21 GMT | 9 |
While writing this plea for help, I think I solved my dilemma, but I don't know why the statement that solved the problem is necessary. The inspiration for the statement came from an undocumented VB example I found on
|
| Merge Recordsets | 10 Dec 2004 15:04 GMT | 5 |
Hi, hope somebody can help... I have two disconnected, read only recordsets (ADO 2.6). The format of the recodsets match (field orders, names, types etc). I am trying to merge the two recordsets into one, at the moment the only way i've found to do this is
|
| Get Event from Vc++ Dll ?.. | 10 Dec 2004 13:28 GMT | 1 |
hi.. I would like to build File Transfer Program with VB & Vc++ VC ++ produces .DLL .. And VB get the DLL and Call Functions in VC+ DLL..
|
| Treeview control: Key is known, need Index | 10 Dec 2004 12:10 GMT | 11 |
If I know the Key of a Treeview Node, is there any way to grab the node's Index or Text properties? Thanks.
|