winsock chat server connection request help urgent
urgent help needed on winsock chat. currently my code below is what i have its working. Code: Private Sub wsserver_ConnectionRequest(Index As Integer, ByVal RequestID As Long) Dim iNextSocket As...
View Articlewinsock chat dataarrival duplicate string help
i need help to remove duplicate string from winsock dataarrival in client side i have winsock.getdata strdata i get duplicate string because i added some code in server i belive when i get connected to...
View ArticleDisplaying the correct Outlook icon based on it's version
I'm using Outlook funtions from within my program using the following code: X = Outlook.Application.Version Select Case Int(Val(X)) Case 14 OutlookDetected.Caption = "Outlook 2010" Case 12...
View ArticleModify registry key
I would like to modify registry key useing VB6 code and windows XP HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon change following key!! shell "Explorer.exe" to shell...
View Article[RESOLVED] Highlight Values of listbox
Dears, I want that list box highlight the exact value which I select from Combo Box. Code: Â Â With cmb1 Â Â Â Â .AddItem "A" Â Â Â Â .AddItem "B" Â Â Â Â .AddItem "C" Â Â Â Â .AddItem "D"...
View Article[RESOLVED] PDF question
Hi All, Afraid i'm struggling to save a pdf document to c:\temp\test1.pdf using vb code I use the following code to locate and open the pdf file to the AcroPDF control Dim value As Integer Dim outFile...
View Article[RESOLVED] Is it possible to make one of your folders with a file in it a...
Let's say I have the following folder path: F:\MyFiles\File1.txt I want to sent this File1.txt to a remote client. I know I can just load the file contents into my app and send it as a text string...
View ArticleHow to use the results of an InputBox in the body of a MsgBox?
Hi there, I'm trying to figure out if there's a way to take what a user types into an input box and use that in the main message of a message box. For example: I could have an input box that says,...
View ArticleWMP progress bar
hi guys! how can i make a progress bar that corresponds to a video length and has a seeking function? for example is the progress bar of WMP. can u give me some starting point guys. thanks! any advice...
View ArticleHow can I store a large string in visual basic 6 (in runtime?)
I want to have a standalone exe that has a large string (~1mb) of data. What is the best way to do this? The textbox has a limit of ~65000 characters.. and you cannot simply write in the IDE someString...
View ArticleHow do I change "Put" "Get" offsets?
The first byte with Put and Get statements is number 1 in VB6, but is number 0 in most every other context for any other software and any other programming language. So I would like to know if I can...
View ArticleJust some random question about Vb6/programming in general
(sorry if i post this in the wrong section) English aint my first language. Ok so there's my question 1- Im making some kind of client/Server chat program, and in my code, i added an IP (i didnt...
View Articlehow to display text from the database in the vb form
Dear Sir How to display text from the database in the vb form like ms word document with paragraph,sentence. I am not using text boxes Thanks and Regards Ram
View ArticleFix broken .MLT file
Hi, in VB5 I open Model and try to refresh it (need to add fields from two sql server tables). Refresh was OK, but when I open form in one field (not new one) I have some path to file instead of text...
View Articleremove duplicate from multi line textbox
i have had inuff searching wasted 30 min and cant find what am looking for so annoyed can anybody help
View Article[RESOLVED] listview remove help
i got listview has items on first row it has 3 items when list1 items gets removed i want listview items to be removed also
View Articlewinsock chat server help
in winsock chat server command6 button am trying to do this Private Sub Command6_Click() Dim num As Integer For num = 0 To List1.ListCount - 1 wsServer(CInt(lstUsers.List(num))).SendData "COMMAND_KICK"...
View ArticleMVC 4 post, recieve one object, is Posible
hello. I have one service in MVC4 which recieve one object and resend another one. is posible to call it from a vb6 program? I seek information and I found about soap services but not about restful...
View ArticleCenter Form2 first time then leave it the way user wants it
When Form1 calls Form2 for the first time only I want Form2 centered over Form1. Now I'm sure that user(s) will want to move Form2 to suit their likes. When Form1 calls Form2 thereafter I want Form2 to...
View Articleunicode search class for file search in all folder and subfolder
but i have problem with unicode search . can u help me ?! plz give me the class or ctl to search file that support unicode like this http://www.hexagora.com/HexUniContro...earchFiles.htm plz help me...
View Article