Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: image loop in vb.net Pin
Henry Minute7-Jun-09 1:05
Henry Minute7-Jun-09 1:05 
GeneralRe: image loop in vb.net Pin
riced7-Jun-09 1:14
riced7-Jun-09 1:14 
GeneralRe: image loop in vb.net Pin
Henry Minute7-Jun-09 1:22
Henry Minute7-Jun-09 1:22 
GeneralRe: image loop in vb.net Pin
riced7-Jun-09 1:30
riced7-Jun-09 1:30 
AnswerRe: image loop in vb.net Pin
bapu28897-Jun-09 2:29
bapu28897-Jun-09 2:29 
GeneralRe: image loop in vb.net Pin
Henry Minute7-Jun-09 4:45
Henry Minute7-Jun-09 4:45 
QuestionCommunicating over LAN in VB Net Pin
Jon11226-Jun-09 11:05
Jon11226-Jun-09 11:05 
AnswerRe: Communicating over LAN in VB Net Pin
Moreno Airoldi7-Jun-09 1:41
Moreno Airoldi7-Jun-09 1:41 
Unluckily, there is no easy and straight answer to what you ask. Inter-process commuications can be done in many different ways, all of which have their pros and cons, and all of which require study. Sending data from a "webpage" to an application can be even more complicated.

My best suggestion is you start having a Google at inter-process communications or tcp communications with VB.NET, and that might get you started for your first issue.

For the second issue, you need something more complicated, like SOAP or similar. If your website and the application reside on the same machine, then you might make it simpler by thinking about some kind of "local" inter-process communication between your server-side code (php or whatever) and the application.

I know I'm not of much help here, but it's really a wide subject we're talking about. Poke tongue | ;-P

2+2=5 for very large amounts of 2
(always loved that one hehe!)

AnswerWebservice Pin
David Mujica8-Jun-09 3:29
David Mujica8-Jun-09 3:29 
AnswerRe: Communicating over LAN in VB Net Pin
Jon11229-Jun-09 10:53
Jon11229-Jun-09 10:53 
AnswerRe: Communicating over LAN in VB Net Pin
Jon112212-Jun-09 20:27
Jon112212-Jun-09 20:27 
QuestionThe problem of my form does not respond, The problem of my form does not respond [modified] Pin
pobre126-Jun-09 9:52
pobre126-Jun-09 9:52 
AnswerRe: The problem of my form does not respond, The problem of my form does not respond Pin
Dave Kreskowiak6-Jun-09 10:01
mveDave Kreskowiak6-Jun-09 10:01 
GeneralRe: The problem of my form does not respond, The problem of my form does not respond [modified] Pin
pobre126-Jun-09 10:11
pobre126-Jun-09 10:11 
GeneralRe: The problem of my form does not respond, The problem of my form does not respond Pin
Christian Graus6-Jun-09 12:53
protectorChristian Graus6-Jun-09 12:53 
QuestionVB 2008 express example Pin
A Wyatt6-Jun-09 4:28
A Wyatt6-Jun-09 4:28 
AnswerRe: VB 2008 express example Pin
Dave Kreskowiak6-Jun-09 4:48
mveDave Kreskowiak6-Jun-09 4:48 
QuestionProblem creating ForeignKey between DataTables Pin
carrigart6-Jun-09 2:50
carrigart6-Jun-09 2:50 
AnswerRe: Problem creating ForeignKey between DataTables Pin
Dave Kreskowiak6-Jun-09 4:46
mveDave Kreskowiak6-Jun-09 4:46 
GeneralRe: Problem creating ForeignKey between DataTables Pin
carrigart6-Jun-09 4:50
carrigart6-Jun-09 4:50 
GeneralRe: Problem creating ForeignKey between DataTables Pin
Henry Minute6-Jun-09 9:41
Henry Minute6-Jun-09 9:41 
GeneralRe: Problem creating ForeignKey between DataTables Pin
Dave Kreskowiak6-Jun-09 9:52
mveDave Kreskowiak6-Jun-09 9:52 
QuestionCalculator Pin
keymoney6-Jun-09 2:41
keymoney6-Jun-09 2:41 
AnswerRe: Calculator Pin
Dave Kreskowiak6-Jun-09 4:44
mveDave Kreskowiak6-Jun-09 4:44 
AnswerRe: Calculator Pin
molesworth6-Jun-09 7:28
molesworth6-Jun-09 7:28 

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.