Communications :: Make A Chatbox In Application?

Apr 14, 2011

I have an application with many things in it, and I have space left for a chatbox. I also have a server which I will be able to use to run the chatroom on.

My problem is: the code I do not know what codes I need to make a chatbox in my application (normal Windows form).

View 1 Replies


ADVERTISEMENT

Communications :: Make A Remote Desktop Program?

Aug 5, 2009

Lately, ive been using winsock quite a lot. I made a chat application, and now i want to make a remote desktop program. I dont want a half asses one, where u can press buttons that send info to the server, but i want to have a client server relationship where you see the screen, have control to the keyboard, and the mouse. Any tips on how i can go about this?

View 1 Replies

Question ChatBox In .NET 2008?

Oct 18, 2010

i dont know if this is the right place to post this thread so..Ok my real problem is that i want to make a chatbox in VB.NET 2008 (Framework 3.5) which should over a LAN network. And i dont have any clue how to make it coz I'm a newbie to vb.net So if anyone has any idea about it please tell me about it. then please let me know.

View 3 Replies

Which Form Controls To Use For A Chatbox (.net)

Mar 13, 2009

as I am doing a small chat application in vb.net (windows form), I'm having problem for the design of my chatbox. I would like text messages to be selectable so user can copy(ctrl+v) it but not usernames which displays who sent the message. What form controls should I use in order to accomplish this and what properties to change from it?

View 4 Replies

Communications :: Download An Application That Uses .net Remoting

May 26, 2011

I have downloaded an application that uses .net remoting.

The problem is that I don't know how to configure it to communicate over the internet.

From the blog [url] says to set the tcp 192.168.1.100 . As far as I know this is the intranet IP. My external IP is different. Do I need a server or a Static IP from my provider?

View 1 Replies

Communications :: How ToI Implement Ajax In Asp.net 2.0 Application

Aug 16, 2008

How can I implement Ajax in asp.net 2.0 application.

View 1 Replies

Communications :: TCP Request Freezing Application

Nov 4, 2008

I have a Data Acquisition and Control application that controls at 10 Hz and logs at 1 Hz. Both of those timers call a separate. I recently added a feature to the program to request 6 characters from a server for the barometric pressure. (29.206, etc) It works for the most part, but two weeks ago a computer froze, last week another one froze, and two froze this morning. I have not had freezing problems in the nearly three years this program has been running 24/7. Turns out they disconnected the server this morning, so that explains the simultaneous freezes in two test cells. I used a try catch statement, but apparently that wasn't good enough. how I can make this code more robust?

[Code]...

View 2 Replies

Chatbox Won't Work - Won't Let Me Connect To My Friends

Nov 25, 2009

My Chatbox won't work, I got a p2p pack. I put in the Network, and the chat box. But It won't let me connect to my friends, The Network is usually Test. with the password Test...They Put in the Network name and Password name. But i can't see what they say.

View 4 Replies

Creating A Chatbox \ Ban A User Through IP Address?

Aug 27, 2009

Im making a chatbox using VB.Net and MySQL nothing complicated alli need to do is create another border in my database something like:

Database:
| ID Banned |
| 1 192.0...|

[code].....

View 7 Replies

Sedkeys.Send - Binds To Work In Chatbox?

Sep 6, 2009

If i have small keybinds program, then i dont want binds to work in chatbox. Binds are numbers 0-9 Private Declare Function GetAsyncKeyState Lib "User32" (ByVal vkey As Long) As Integer.Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim hotkey As Boolean

[Code]...

View 1 Replies

Communications :: Create An Application That Can Receive/send SMS Using GSM Modem

Apr 9, 2010

I have to create an application that can receive/send SMS using GSM Modem.

View 4 Replies

Communications :: Application That Perform Actions On A Web Page - Open A Certain Link

Mar 2, 2010

I want to ask how to i do this :

1. Make my application to go to a webpage .

2. Open a certain link .

3. Find & Select an element(mostly element ID or div ID) on a web page like buttons etc.

4. Then extract data from a webpage . Like there's a word for example "Yellow" word in the web page . I need it to find it and copy it then paste into a textbox in my application.

Extra details : I am using Visual Basic 2008.

View 1 Replies

Communications :: Make A Code Which Will Navigate To Website And Find If There's A Newer Version Of Launcher?

Apr 8, 2009

I`m making a program.I`d like to know how to make a code which will navigate to my website and find if there's a newer version of my launcher..I`ll search some codes now, If I find some interesting codes i`ll post here so u can upgrade or tell me how to correctly use them for my auto-update.I cannot publish my Launcher unless I`ve an Auto-Update in my Launcher.

View 1 Replies

Communications :: Send A Command Via RS232 Communications

Jan 26, 2009

I am using VB2008 Express and am curious how to send a command via RS232 communications. The string that I need to send is 02h PON 03h. The start and end bits are 02h and 03h.

How can I convert 02h and 03h to its ascii form. In hyperterminal, I use the sequence {(hold)ALT 0 0 2} on the number pad to send the start bit.

I am using this code currently without the start and end bits

Code:

View 8 Replies

VB 2008 Create A Program That Intercepts The Traffic Going Into And Out Of The Game Including Whats Writen In The Chatbox?

Aug 30, 2010

I have a game which has a chatbox in it and was wondering if its possible to create a program that intercepts the traffic going into and out of the game including whats writen in the chatbox.I am the host of the game.Basicly I want the information to be displayed in something like a richtextbox?

View 1 Replies

API's In The Microsoft Flight Simulator X SDK About Multiplayer Chatbox Or Any Multiplayer Functions

Jun 2, 2011

I am making a program for Microsoft Flight Simulator X, and When you are in Multiplayer in most games there is a Chat room, or Chat Box. Do you think that there is any way I can reach maybe an API or possibly monitor the Screen so If someone types !Help in the chat box my bot would Respond like "Software by (whoever) other commands" stuff like that. But I cant seem to find any info about API's in the Microsoft Flight Simulator X SDK about Multiplayer Chatbox or any multiplayer functions in that matter.

View 2 Replies

VS 2008 Make One Application Send A Task To Another Application / Receive Result From That Secondary App?

Apr 26, 2010

is it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?

View 11 Replies

Make A Hidden Application - Close Unwanted Application?

Dec 5, 2009

I want to make a Hidden Application,my application Block Unwanted software or Application

View 13 Replies

Make An External Application 'child' Of Main .Net Application

Jan 23, 2010

I use SetParent to make an external application a "child" of my Main .Net application. This works fine.What I need to know is why can't I use Me.MDIChildren(0)I thought that using SetParent would increase the number of children by 1, thus allowing me to reference it with the above code, but it shows there are no children in the array.I have been trying, without luck, for 2 days to try to maximize an external app being displayed in my app. I can get it to display, but I would love it if it could Dock to the same size as its container (a panel)

View 3 Replies

Make The Application Adaptable To The Other Computers After Making Exe Application

Dec 14, 2009

I am making a exe application and i am using mysql as my database. So the thing is, when i change to a new computer, i need to change the file path for the database connection string to that computer.

like below:

Dim connectionString As String = "Data Source=----------SQLEXPRESS;Initial Catalog=Flexlink;" & "Integrated Security=SSPI;"

i need to change the data source = --------------- SQLEXPRESS to the computer name that i am using for my project.

May i ask is there any method such that the user dont have to go in to the source code to change the computer's name like those normal installer?

Just install and the application will run according like any exe file that we buy.

View 1 Replies

MD5 Verifier - Make An Windows Application Or Just A Console Application

Aug 11, 2009

Okay so basically I want to see if I can make an windows application or just a console application in VB.NET that will verify an MD5 Checksum. I have no idea how to start this out, but I have the ideas of what I'd like to make it.

[Code]...

View 14 Replies

Reference Application.ThreadException In Application To Make An Addhandler?

Mar 22, 2011

I have been trying to reference Application.ThreadException in my application to make an addhandler, but I also am using imports growl.connector which has a growl.connector.application method. When I create my addhandler:AddHandler Application.ThreadException, AddressOf ThreadExceptionHandler

And I get "ThreadExecption is not an event of 'growl.connector.application'"

View 2 Replies

Skype4COM - Make A Skype Application Using VB - Application That I Call You?

Aug 27, 2010

I'm going to make a Skype application using Visual Basic, I use them "Skype4COM.

Below is a link on the page somewhere in the middle Skype4COM. It is the DLL that I use.

But my question is, how can I in my application that I call you? Not that you're on the phone but if someone phoned you before you've pressed record.

View 2 Replies

Make Application Working Better And Never Freeze / Make Application Working With Any Count For Loop Without Freeze

Jan 19, 2012

I'm using loop to read data from sql and then make some calculations then save it again to another table but when application loop for 3 or 4 times it's freeze but the job is done but if loop = 10 or more then it is freeze and hangup for long time .i need to learn how to make my application working better and never freeze and make application working with any count for loop without freeze .

View 7 Replies

Make A Code That Sends One Application Or Program In 1 Core And Other Application In Other Core?

Jan 29, 2010

I'm using VB 2008, and I have a dual core computer.Is it possible to make a code that sends one application or program in 1 core, and other application in the other core?

View 1 Replies

How To Make VB Application

Aug 11, 2011

I am trying to build an application on VB.There are two different .txt files.

Example:
ListA.txt
1

[code].....

View 2 Replies

Make A Vb Application Use Another Vb Application?

Sep 16, 2010

I have this application that deals with a database, adds, deletes, uploads... let's call it: app1 I have created another one app2. in which i deal with 3 tables from a db. and basically i have to set different types of access for different users. like 0 for no access, 1 for read only, 2 for write.but now i have to put these two togeter.in app1 i have to take the windows username: i will do this with windowsIdentity, and see what kind of rights that username has and so to dizable different controls.

View 11 Replies

.net - Make A VB-dll And Load It In C++ Application?

Jun 8, 2012

I have a problem I've been struggeling with for a full week now, and I'm not able to solve it by myself. I've been googeling, and searching in all kind of forums.I have found lots of "this might work", tried it, but no, no success. If anyone have any clue,I'v got, from an external source, lots of classes and functions written in VB that I need to be able to use from a C++ application. My first though was: no problem, I turn the VB code into a dll, and load it from my C++-program. This was though harder than I ever could imagine. My C++-program is not written in Visual Studio, but for simplicity I started with trying to load my VB dll (written in Visual Studio 2010) from a Visual Studio C++ application. This is my code so far:

[Code]...

I looked at the link with the tutorial, but there is a small problem: there are no such thing as "ActiveX DLL" to choose among all the project types. And yes, I do have Visual Studio 2010 Professional (a trial version, but still).

View 2 Replies

C# - Make A Composite Application?

Jun 27, 2012

I'm trying to make a composite application.Lets say there are two regions with a view in each that interact with each other via drag and drop, view A contains a list of tasks that view b (which contains a list of People) doesn't really know about.When I select some tasks in the list from view a and drop it to another list maintained by view b which module should know what happened? does the module that maintains the tasks need to know about the module that maintains the people, or vice-versa? Where should I start?

View 4 Replies

How To Make Application Look Nicer

Nov 9, 2007

How can I make my .net application look more presentable and interesting from a visual point of view?

View 19 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved