| Thread | Last Post | Replies |
|
| ok i am having problems | 02 Jun 2006 23:38 GMT | 8 |
ok i am having problems i have vb6 source code and need to change it to .net however this code is for a win32@mm virus i do not intend to use this i'm am just using this code to show someone
|
| killing a process from VB | 02 Jun 2006 22:18 GMT | 1 |
Public Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long Public Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
|
| Problem with Animation control and avi file | 02 Jun 2006 19:17 GMT | 1 |
Problem with Animation control and avi file I need to play avi file in Animation control. Avi file looks like progress bar in vb and when played shows the incremented progress. I have used windows movie creator which comes with XP to create this
|
| Insert issue | 02 Jun 2006 15:01 GMT | 13 |
I am trying to use the following insert statement and I am getting an error when I try to use getstring('qty'). I would appreciate if someone show me how to get integer quantity. Thanks
|
| Concurrent programming with Active Exes | 02 Jun 2006 12:01 GMT | 1 |
My app needs to download from several different servers. In order to improve the performance, I was planning to have all the download code in a class within an out of process server in a ActiveX Exe. It would raise events to comunicate with my app asynchronously.
|
| VB6 SQL | 02 Jun 2006 11:17 GMT | 6 |
I have a VB6 application with the ADO and M$ Jet database. I want to create a SQL statement which encompasses two dates. The statement is below and when I paste it into the SQL window of the Data Manager, it bombs saying Syntax Error (missing operator). What is wrong?
|
| saving circle,line like graphics in a form and open it next time | 02 Jun 2006 11:15 GMT | 1 |
I have 1 doubt in drawing ,saving and displaying some graphical objects such as lie,circle. can i use picturebox for the above purpose.?how Anyother method for doing the same? Please help me
|
| Xml files | 02 Jun 2006 08:52 GMT | 1 |
I looking for create and read Xml file. I try to found some sample of code to learn the format Best Regards Steve
|
| C DLL calls using VB | 02 Jun 2006 06:58 GMT | 1 |
I have a FindCity.dll written in C. I am trying to call routines from it using VB, but I keep getting "Can't find DLL entry point" errors. Here is what the docs say:
|
| Simple KeyPress Help | 01 Jun 2006 19:35 GMT | 7 |
OK, I looked for a long time and I think here is the only place I can find this: Firstly I am looking for a way when I run my vb program to asign some shortcut keys. I mean, I want to press "K" on my keyboard and that will
|
| AES?? | 01 Jun 2006 10:57 GMT | 2 |
Please help me out ..I have download several AES Alorithm free.. al some some bug cannt decrpyt more that 600 mb Please if anyone know from where can i get AES Code Free.... in Vb or DLL ..pls reply
|