[RESOLVED] winsock general question
have a chat made by winsock wonder if it can handle clients over 1000 or more ? but all in diferent rooms.
View Article[RESOLVED] winsock chat listbox question
i got 1 idia and i will try executing what i have in mind but i am not sure if it will work so this is why am making this tread ahead before i starting coding into my project here it goes. i have multi...
View Articlehow to change the shape of command buttons in vb 6.0
Anybody have any idea about changing the shape of command buttons in vb 6.0? i searched and got LaVolpe Buttonss. Can any one tell me how to use it in my project?
View ArticleQuestions Regarding Excel Spreadsheet vs. VB6
I am wondering, how do I add entries to an Excel Spreadsheet using a VB6 application? Also, how do I sort by high number, then by date, then by name? And how do I retrieve an entry from an Excel...
View ArticleSSL based HTTP Proxy Server in Vb6
Hello again, I am creating one project in which i need to create a Proxy server. I'v searched and found few working example on Pscode. But there's nothing related to SSL Proxy server. At last I came to...
View ArticleHow to open a file in VB6 using app.Path?
When the button is clicked, I want the file to be opened. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the file using "app.Path". Any solutions?
View ArticleHow to open an .xps file in VB6 using app.Path?
When the button is clicked, I want the file (it's a XPS document) to be opened in windows. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the...
View Article[RESOLVED] Setting a variable to a Form
Dim Messages As Form Then in the code: Set Messages = frmMessages Why can I not use this Messages.lstMessages AddItem Message
View Article[RESOLVED] Removing all Empty Rows from a FlexGrid
I m trying to remove all empty rows from a flexgrid, but it is giving error Subscript out of range, my code is as under Code: Dim dRow As Integer   For dRow = 1 To fgData.Rows - 1 '' ERROR...
View ArticleHi need some help on how to use an Agent
Hi, I have this program my friend made and im trying get it to work, his on vocation, so I cant ask him but what I have is an agent that talks, and when I load the project it asked me for Tl.dll, im...
View Article[RESOLVED] chat general question
topic about winsock chat. i want to make a filter to ban certain abusive words if that gets detected then shown in chat as ****** how may i go around doing this, your expert help will help me move on...
View Article[RESOLVED] doogle 1 more thing left out
in that chat client server when user leaves the room counter not going down forgot to add that code kindly fix help fix that sir thank you once again.
View Articlehow to listen on port from external IP in VB6
Hi, I need help. I have some external device which send some alarm status over IP on some port. I need to listen to this port and read this status. could someone help me? thanks Tomas
View Article[RESOLVED] invoke send button on 3rd party application
what is the button click send even in buyluxe messenger here is my code Code: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" _ (ByVal lpClassName As String, ByVal lpWindowName As...
View ArticleSearch in VB6 / VB.net from excel
Hi ppl!!! Merry Christmas! I'm trying to do an app in VB6, a search in a textbox in Change event I have to do a search in a textbox and returns the result in a Listbox, I've done in VBA from Excel and...
View ArticleHow to use special chars in SendKeys from a textbox ?
Hi ! I have made a program that may look like a spammer, but its really not.It re-types what you have typed into a textbox.However when i type ( or some other special characters it crashes.I know that...
View Articleops in winsock chat
well i am posting this because i got no idea making ops i need suggestion , help please how to make ops from server thanks.
View ArticleHow to connect to oracle forms with vb6
Hi,, I am ahmad , i developed an application with vb6 , it's connect to weight indicator with RS232 , the application catch numbers from the indicator to text box and success. I am user on oracle...
View Articlecreating a save button
can anyone help me how to create a save button in vb?any codings will do..thanks
View ArticleHow to sent text with double quotes in textbox to commandline
hi guys, as in the title i want my program should run an app with the commandline arguements the user mentions in a text box. now the arguments are like Quote: -d "C:\" -f "*.doc" -o...
View Article