Click here to Skip to main content
15,905,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Concatenating to perform an action Pin
Gideon Engelberth3-Oct-08 15:59
Gideon Engelberth3-Oct-08 15:59 
QuestionDesign Tips Needed Pin
nlarson113-Oct-08 3:52
nlarson113-Oct-08 3:52 
AnswerMDI ? Pin
David Mujica3-Oct-08 5:43
David Mujica3-Oct-08 5:43 
GeneralRe: MDI ? Pin
nlarson113-Oct-08 8:03
nlarson113-Oct-08 8:03 
QuestionDatabase Design Pin
Gagan.203-Oct-08 2:03
Gagan.203-Oct-08 2:03 
AnswerRe: Database Design Pin
Ashfield3-Oct-08 2:11
Ashfield3-Oct-08 2:11 
QuestionApplication Communication Pin
Gagan.203-Oct-08 1:57
Gagan.203-Oct-08 1:57 
AnswerRe: Application Communication Pin
Levisvv15-Oct-08 8:40
Levisvv15-Oct-08 8:40 
It all depends on what the application is.

If you want it to be available on ANY PC without needing to install a client on the remote PC's then a web application is best. However a basic client/server type application is probably easier and faster to create.

Simply create a project and add the Winsock.dll to it.
You can find lots of articles on using Winsock in client/server applications just by Google'ing it.

I have created a vast application suite that has a server and several different clients connect to it to send alarm messages and the server dispatches alarm notifications to any client that should get it. Another easy one to make is a simple client/server based chat program.

Hope this helps! Wink | ;)
Questionvb programming Pin
THOBANI3-Oct-08 1:56
THOBANI3-Oct-08 1:56 
AnswerRe: vb programming Pin
Rajesh Anuhya3-Oct-08 2:20
professionalRajesh Anuhya3-Oct-08 2:20 
QuestionHow to change the width of Details section in crystal report Pin
mamatha97anju3-Oct-08 0:29
mamatha97anju3-Oct-08 0:29 
AnswerRe: How to change the width of Details section in crystal report Pin
ChandraRam3-Oct-08 1:28
ChandraRam3-Oct-08 1:28 
Questionnested gridviews without postback Pin
vsangeetha2-Oct-08 23:44
vsangeetha2-Oct-08 23:44 
AnswerRe: nested gridviews without postback Pin
Dave Kreskowiak3-Oct-08 1:47
mveDave Kreskowiak3-Oct-08 1:47 
QuestionWhere Can i find a VB.Net Employee Starter Kit Pin
kmathebula2-Oct-08 20:39
kmathebula2-Oct-08 20:39 
AnswerRe: Where Can i find a VB.Net Employee Starter Kit Pin
Ashfield2-Oct-08 21:14
Ashfield2-Oct-08 21:14 
AnswerRe: Where Can i find a VB.Net Employee Starter Kit Pin
Dave Kreskowiak3-Oct-08 1:45
mveDave Kreskowiak3-Oct-08 1:45 
GeneralRe: Where Can i find a VB.Net Employee Starter Kit Pin
MidwestLimey3-Oct-08 8:29
professionalMidwestLimey3-Oct-08 8:29 
Questionambiuous namespace Pin
George Mathew2-Oct-08 16:21
George Mathew2-Oct-08 16:21 
AnswerRe: ambiuous namespace Pin
HemJoshi2-Oct-08 20:16
HemJoshi2-Oct-08 20:16 
AnswerRe: ambiuous namespace Pin
Dave Kreskowiak3-Oct-08 1:42
mveDave Kreskowiak3-Oct-08 1:42 
QuestionHow to read and write Encrypted file by vb 6.0 Pin
ejaz_pk2-Oct-08 10:50
ejaz_pk2-Oct-08 10:50 
QuestionPostponing Close until all application windows are closed Pin
JudyV2-Oct-08 5:37
JudyV2-Oct-08 5:37 
AnswerRe: Postponing Close until all application windows are closed Pin
jzonthemtn2-Oct-08 5:58
jzonthemtn2-Oct-08 5:58 
GeneralRe: Postponing Close until all application windows are closed Pin
JudyV2-Oct-08 6:08
JudyV2-Oct-08 6:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.