Trying to compile a VB6 DLL via command line using /cmd otion
Hi, I'm trying to compile a DLL via command line using the /cmd argument. I'd like to pass in a string which will be used in the DLL. The DLL does compile but it doesn't appear that the /cmd part...
View Articletext to display under Mouse Arrow on CommanBuuton1 while the mouse is hovering.
Hi, I need help in enabling a text to appear below the mouse when the mouse is hovering on CommandButton1 in the Excel. I tried using the above code in VB 6.5 Editor in Excel. The code didnt do any...
View Article[RESOLVED] vb6.0 SSTab control disappeared and took others with it
I've written a VB6.0 program with a lot of controls organized on frames. I moved all of the frames into tabs on the SSTab control. I was able to save the project and run it and everything was fine...
View Article[RESOLVED] Trying to compile a VB6 DLL via command line using /cmd otion
Hi, I'm trying to compile a DLL via command line using the /cmd argument. I'd like to pass in a string which will be used in the DLL. The DLL does compile but it doesn't appear that the /cmd part...
View ArticleMake Exe Problem
Hyy I am having problem while creating the EXE for my project. When I click the MAKE EXE from the file menu, VB6 asks for the destination path, and the EXE is created. But as soon as the EXE is...
View Articlejim an doogle 1 question packet flood detection
am short fused today:p need your suggestion how i will go around making a packet flood detection in chat 1 : do i restrict the amount of chars to be sent to server from client if server detects the...
View Article[RESOLVED] Object variable or With block variable not set
when 2 users login via client and 1 user logs out , then 2nd user logs out , then login both again it gives this error server Code: Private Sub AcceptedSocket_DataArrival(Index As Integer, ByVal...
View Article[RESOLVED] object already loaded
Code: Private Function GetAvailableSocketIndex() As Integer   Dim AvailIndex As Integer   Dim SocketElement As Variant     AvailIndex = 0     ' First check for available sockets...
View Article[RESOLVED] .SendData doesn't work in Form_Unload
I have this code in Form_Unload of Form2 Code: Private Sub Form_Unload(Cancel As Integer)  ClientSocket.SendData "605" & ClientUser  Cancel = True 'Let main Form (Form1) close this Form (Form2) End...
View ArticleProblem: Application only crashes ActiveX Controls and not the Main Form, oh...
Hello again, ThEiMp here!! I am looking at a problem that arises when the end-user clicks on a MenuBar that hasn't got any kind of ContextMenu attached to it when at the point of Complie Time, anyway....
View Article[RESOLVED] List1 ItemData value does not stay persistentent
In a line of code I put a value in List1.ItemData like this: List1.AddItem RoomName List1.ItemData(List1.NewIndex) = Index Ok, ItemData contains the value 2 at this time This is the only code line that...
View ArticleBulk Export from Access To Sql Server 2008
I'm developing on a uploader in vb6. In this I have to upload a huge data from Access To Sql Server 2008. Can anyone tell me a command to Bulk Upload Access Data to Sql Server at once. I tried...
View ArticleVb6 Dhtml not accepting Controls
:cry::cry::cry: "Pls I really Need ur Help Guyz........ My vb6 app doesn't accept controls on my Dhtml projects..... Can any of the Gurus in da House help me out. Thanks :thumb:
View ArticleDeleting records in database
when I click a record in the datagrid, the selected row on the datagrid was deleted but it is not reflecting in my database and pops up an error message "cannot delete from specified table" here is my...
View ArticleLoad Picture in datareport or CrystalReport??
How do save picture in the access and load the Datareport or CrystalRepoer?
View ArticleBest or Most effecient way to update data remotely
Hello, I am developing a software in which I need to update local data entered in my software to a remote MySQL database (when a PC is connected to internet). The amount of data generation is quite...
View ArticlePrint data report on non-default printer
I need to automatically print datareport on non-default printer. Mi default printer is 'Hp 1020' Datareporty need to print to a printer \\Tmk_print_serve\lp1 When I run my code so datareport default...
View ArticlePlanning on writing an emal server software, but need some help how it all works
Ok I understand a VERY BASIC system with SMTP for sending and POP3 for receiving, when the situation is that everyone is using the same service provider (said provider provides the SMTP and POP3 for...
View Articlevoice multi ip help
need to understand how i can use room voice have all user connected to voice so everybody can use mic:mad: in room:(:(:(:(:(:(:(:( 1: of course join room 2: just say 3 users in room 3: have all 3 user...
View ArticleVB keeps prompting me to save project
I write some code then I manually save what I have done. Then I click on X to get out and VB prompts me if I want to save my work. Doesn't it know that I just saved my project manually? Besides, it...
View Article