| Thread | Last Post | Replies |
|
| Accidental NTFS-made Vb database things read only | 26 Sep 2006 11:22 GMT | 1 |
Hi Group Crashing and reinstallation of WindowsXP is a routine thing, but lasttime when that happened it simply didnt give the dialog 'format using FAT32 or NTFS'. It showed NTFS only. So I had to take it.
|
| Generate SHA1 Hash with VB6 | 26 Sep 2006 10:55 GMT | 2 |
Can anyone recommend a VB6 sample code that generates SHA-1 hash codes. Regards Peter
|
| problem using winsock sockets | 26 Sep 2006 09:22 GMT | 5 |
HI all, I am writing a program in VB6, which uses sockets to communicate with a java server. The problem is, when i call connect, it does'nt connect straight away, it
|
| Cosmetic question | 26 Sep 2006 09:05 GMT | 1 |
Is there a way when I use the checkbox in the grapic style to prevent the down color from looking grainy?
|
| VB runtime error | 26 Sep 2006 02:07 GMT | 4 |
Win2k sp4 If this is the wrong group please advise of the appropriate one, thanks An application from a developer, is falling over at one point on my PC with the following error (From Dependency Walker)
|
| To Vb or not to VB | 26 Sep 2006 02:03 GMT | 25 |
I am looking for a few recomendations on the future of VB. I am currently using VB5.0 and I understand both it an 6.0 are no longer going to be supported. With this in mind what would be the best platform to migrate to with these criteria::
|
| vb6 sp6 /Windows XP - problems during debug | 26 Sep 2006 01:17 GMT | 1 |
I've noticed since upgrading to Windows XP when debugging a program, we lose the ability to use our cursor in the program. We can use the mouse, but not the up/down errors, page up/down, or find, for example. Anyone else have this and any idea what is causing this and how to ...
|
| VB guru explain than to me please ... | 25 Sep 2006 20:51 GMT | 1 |
How can this work ? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fsystemwindowsformsdragactionclasstopic.asp In Vbasic( see code below) e is pass ByVal so a copy is put on the stack when the handler is called and it is not suppose to have side ...
|
| How to Load 2 Help files same project?? | 25 Sep 2006 19:18 GMT | 4 |
I'm just about ready for distribution of app. The app has 2 help files one help file is loaded via the "Project" properties menu the other is loaded when the user selects Help on the program via this call CommonDialog1.HelpFile = "C:\\ToolkitFV.hlp" understandibly when the user
|
| Listview - insert rows into Sql Server table | 25 Sep 2006 19:05 GMT | 14 |
I have rows in a listview control that I need to insert into a table. Is it possible to do this and if so, does anyone have an example? Any help will be greatly appreciated! Sandy
|
| DVD Programming | 25 Sep 2006 18:50 GMT | 1 |
I need to know where I can find a software that can work with VB6(maybe an Active X) and allowis me to program the DVD itself (not just burning it), somenthing that allows me to select dvd buttons, assing a bitmap to them etc. Thank you.
|
| easy question | 25 Sep 2006 16:45 GMT | 1 |
Hello, I'm just starting programming eith VB, I know a lot about VBA but not VB6, I have a for with a text space and a button, when the button is presed I'ld like to the program run the following macro writed in VBA for word: Sub Macro1()
|
| write som tet and press the submit button | 25 Sep 2006 16:44 GMT | 1 |
Can you give me a general idea of how I can wirte some text in a textbox in my browser and press a button using VB6 please thanks
|
| Error when closing out of VB 6.0 | 25 Sep 2006 16:40 GMT | 5 |
I have VB 6.0 and VB .Net installed on my PC. When I open VB 6.0 and close it without being in an application or in an application, I get the following error: Visual Basic has encountered a problem and needs to close.
|
| Help on rename a file name in dos command in VB program | 25 Sep 2006 15:53 GMT | 6 |
In my VB program, there one task is to rename the file name first with datetime stamp, then do the rest of functions. But since dos only take 8 characters filename and 3 characters in extension, is there any other way I can do this? Or I need to change my code.
|