[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 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 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 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[RESOLVED] Help me with this please
Hi :) How are you all ? Well, I'm new ere as I was facing a problem that could be an easy one to so many of you . I am working with VB6 and designing my reports using Crystal report 4.6 . I have set my...
View ArticleMSCOMCTL.OCX registration problem
I know this is an old issue but I cannot fix it. I have spent days and days on this. I am using VB6 with SP6 (yes, I know I should upgrade to .NET) on Windows 7 running the OS at 64 bit. With the...
View Article[RESOLVED] split help
need help splitting this Code: |friendzz||*^|friendzz||*^|@Text1#!ag the code above i need to extract jemma to text1.text and ag to text2.text in form please help split this into 2 boxes:(
View Articlewinsock chat status help
from client side check 1:if friends are online or offline 2:check server status , not sure if winsock state 7 will do the job for this
View Articlelistbox limation question urgent
please tell me what i can do to bypass the limit on list1 on server in winsock chat , because when lots of users get connected list1 will get filled up heavyly and in advanced i wish to do something...
View ArticleHandwriting signature
i'm making a program and i want to add a (handwriting) signature. All the information is placed in a database, i want to give an overview off the information on the screen and on the bottom i want to...
View Article[HELP] Finding longest word and count how much it repeated
Hi to everyone I need help about finding longest word in .doc document, i loaded .doc document with one problem, speed. But that is not reason for opening this topic, i need help with finding longest...
View Article