[RESOLVED] Moving text from a text box into an array
Hi I´m writing into a text box just a few words like 1 to 20 words. Then I´m using textitilbuinn = Trim(Text6) Textinn = Split(textitilbuinn, Space(1)) In this case textinn is the name of the array....
View Articleproblem ->vb6 winsock UDP protocol , send UDP packets to PC from microcontroller
hello forum , I am trying to send an empty UDP packet from my microcontroller to VB6 winsock wireshark "sees" the packets going IP frame and checksum is ok I set UDP checksum field to 0x0 sender and...
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 Articleobject 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 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 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 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 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 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 Article[RESOLVED] Print 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 Article