Whiteboard/Chat App - Make A Desktop App That Will Be Similar To The Doodle Function In Yahoo Messenger?
Jul 28, 2009
Im looking to make a desktop app that will be similar to the doodle function in yahoo messenger but with a loaded background image to draw on. I was thinking of using a P2P/IP chat on the side.Im just starting with vb most of my coding has come from actionscript
View 3 Replies
ADVERTISEMENT
Aug 22, 2009
Im am completely bored and wanted to make my own version of the palringo chat messenger (just to log into the palringo servers tho) and i have what i believe EVERY bit of the server info i need. [code]...
View 7 Replies
Oct 3, 2011
How can I make a LAN Messenger via IPv4 to chat with computers between in a Workgroup?
View 4 Replies
May 5, 2012
Is it possible to make a chalboard/whieboard with the aid of vb.net? if not, may you suggest a programming language that will make me do it.
View 5 Replies
Jul 2, 2010
I am trying to essentially convert an Excel spreadsheet into a Windows Form. On the first worksheet I have setup an IF statement to work as a search function =IF(C10="","",VLOOKUP(C10,'Price List'!$A$2:$D$40008,2,FALSE)) to read a price list on a separate worksheet. It works by taking a partnumber then puts the description in the next column (description column) and then the price in the "price each" column then finally totalling the row based of the quantity selected (see below).[code]...
View 11 Replies
Feb 8, 2010
If I'm not mistaken PHP crypt() function use DES-based encryption algorithm. So I've search DES Encryption code and all that I found is code that similar to the one in this post http://www.vbforums.com/showthread.php?t=471798
But with those codes I must enter 8 character lenght salt. Less then that the code wouldn't succeed. In the other hand. The PHP crypt() function only could use 2 character length salt. If you enter more than that, it seems it only use the first 2 character..[URL]
View 1 Replies
Jan 17, 2009
I have a simple chat program i have made, it works but with a few errors.
1st if it can't find the physical pc it is trying to connect to it crashes.
2nd if it finds the physical server but not the program (server) running it says "the computer actively refused the connection on IP/Port" and then crashes.
Code for connect button:
IP = txtboxip.Text
Port = txtboxport.Text
[CODE].....................
View 11 Replies
Feb 6, 2011
Is there a way to accomplish a messenger of that style:The application has a listbox, a textbox, and a button Every user with the program on his pc can type something in the textbox, press the button and this appears on his listbox but also on every other listbox of people that have opened the program.Is there also a way to get another listbox with the nicknames of the people that are in the program?
View 11 Replies
Feb 6, 2010
Im trying to make a custom Yahoo Invisible Detector. But im having problems getting the submit button to click. I can enter the text no problem. have a look at the source on this website to see if they can get it to work ?
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("http://www.yahoostatus.org/")
End Sub
[code]....
It shows the id as <input id="submit" and the value as value="Check" but its not working.
View 1 Replies
May 17, 2009
I'm working on one of my applications and I'm trying to find a way to use the "Go To Desktop" function that goes directly to the desktop without minimizing any window (This can be achieved by clicking on the Win + D buttons or on the desktop icon in the quick launch toolbar), but how can I activate it using vb? I thought about sending keys but I guess there is more offical ways to do it.
View 10 Replies
Feb 2, 2012
In Visual Basic I used to use the Mid function to loop through a string and examine each character, i.e. like this:
[Code]...
Question is, how would I go about doing something similar using Java?
View 3 Replies
Oct 16, 2009
Ive created an email sender but ive run into a problem. It will only send mails to hotmail. How can i alter the code to make it send to all emails , yahoo , msn , gmail etc.? [code]
View 15 Replies
Jun 22, 2012
een using excel extensively. In excel I use vlookup function to connect and retrieve data from other workbooks. I want to know how I can do it in VB. So far I have created a form.The form has say three text boxes viz (i) A unique Number (ii) Name (iii) Address. I want that when I write the unique number in the text box for unique number the other two text boxes i.e. of Name and of Address should be auto populated. I have also established and tested the connection with the access database file using ADO.NET. I do not know whether I need to write an SQL or LINQ query for this purpose or I should write some codes. What should i do it and how should i do it?
View 5 Replies
Sep 6, 2010
Lets say I have function returns an object and that object has 10 properties. for example
myStudent.ID
myStudent.Name
myStudent.Surname
[code].....
View 10 Replies
May 17, 2010
Is there a way to make the border edge round like Windows Live Messenger?
View 9 Replies
Jun 5, 2009
I'm trying to make a LAN IM client using the net send command and I was wondering if there is any way to capture the text of the messages received through net send and display them in a label.
View 6 Replies
Jun 3, 2011
Basically I'm trying to make a file browser similar to what XBMC has, a file browser that you navigate with your arrow keys.This is the custom UserControl I made:
The small box on the left will be an icon, I will have a custom icon for directories/files. The label box that says title will be the name of the directory/file.
What I need to know is How to get the name of the directory/file so I can change the Title labelbox text to match the name.How to distinguish whether it's a file or a directory so I can set the picturebox to the right icon.How to create a new UserControl for each directory/file
View 1 Replies
Sep 14, 2011
I'm wondering if it's possible in VB.NET to make similar properties call one generic one?A sentence doesn't explain it well so here's a code example.I have a bit field defined like this:
<Flags()> _
Enum E_Operation As Integer
Upload = 1
[code]....
View 1 Replies
Mar 20, 2010
I would like to make a image in the form representing the icon and a label below it to represent name but is there a easy way to do this.
View 2 Replies
Mar 26, 2012
im trying to make a chat program.im already done with the chat but i dont have any idea now to make the video.
For the chat i used this :(url)
View 4 Replies
Jan 19, 2010
There are a series of web requests, database handling using php as well as using mysql connector. There are at most 5 timers in one window. some window has 3 or 2 timers as needed.Among some features there is a feature for chat. and I'm doing it with Remote mysql connection using mysql data connector.I'm not much familiar with VB.NET coding environment as well as with optimization issues. However made that app running with some problem, that is, when chatting, sometimes its not working smoothly sometimes stops for 4-5 secs then again responding. I'm not sure if this is happening because of timers. However a chat window has 2 timers of 1sec each.
View 2 Replies
Jun 9, 2011
Is there anyone here know how to make a chat bot with video?
View 2 Replies
Jul 14, 2010
i wanne make a program (a client and a Server) oke you run the server and get a window you enter your ip and the name of your Chat server and type a password, than you click start server and the server windows goes down, you give the ip and the name from the server on a friend and he gots a client he types your ip in a window and the name of the server, he connects and we can chat
View 2 Replies
Jan 13, 2011
I wanna make a chat program over the internet NOT OVER LAN i found alot of examples but it's all about LAN networks chatting but i want a chat program for the internet chat
View 3 Replies
Oct 30, 2009
i wanted to try make a chat program using ftp, im not sure how it will work, i imagined some txt documents in the ftp using winsock etc.
View 4 Replies
May 7, 2012
I'm making a seat booking system in vb.net (WinForms) and I need the user to be able to select the seat they wish to use and for it to change colour (so they can tell that it selected).
I began to try using buttons, but 480 buttons seriously slowed down the load time for the form. I then tried a data grid view with buttons in the rows/columns, but couldnt make that work properly.
Would it be worth trying to use 480 picture boxes and change their background colour? Or would that just slow the form down the same way as 480 buttons?
View 2 Replies
Dec 14, 2010
I'm trying to make a chat application in Vb what uses MySQL database.
Here is the code for the UpdateChat()sub
Public Sub UpdateChat()
' MySQL Adapter
Dim MySQLAdapter As New MySqlDataAdapter
[Code]....
Now it gives me there error that a connection is allready open with the Datareader (I havea timer running this sub once in a while).
View 21 Replies
May 16, 2012
I have been trying to make a chat application that can go out the local network for quite some time, but all I seem to find is chat applications for in local networks?
View 7 Replies
Mar 14, 2010
From all the chat applications I successfully made each and every one of them required me to port forward my router so that the data can be received. Now my question is how can I make my chat program work on computers that have routers with most of the ports blocked, how do traditional chat programs do it? Perhaps The chat program intercepts packets then sends it to a known port such as 80?
View 17 Replies
Jul 10, 2009
i want to make my own Chat Client but i cant find any TUT'S i can only find them in vb6 so if anyone can point me to a tut.
View 2 Replies