Click here to Skip to main content
15,893,588 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: About the the .dll version I include in my application Pin
albeeeta22-Oct-07 20:24
albeeeta22-Oct-07 20:24 
AnswerRe: About the the .dll version I include in my application Pin
Dave Kreskowiak23-Oct-07 1:50
mveDave Kreskowiak23-Oct-07 1:50 
AnswerRe: About the the .dll version I include in my application Pin
Dave Kreskowiak23-Oct-07 2:02
mveDave Kreskowiak23-Oct-07 2:02 
AnswerRe: About the the .dll version I include in my application Pin
AliAmjad22-Oct-07 23:09
AliAmjad22-Oct-07 23:09 
QuestionRe: About the the .dll version I include in my application Pin
albeeeta23-Oct-07 0:49
albeeeta23-Oct-07 0:49 
AnswerRe: About the the .dll version I include in my application Pin
AliAmjad23-Oct-07 1:16
AliAmjad23-Oct-07 1:16 
AnswerRe: About the the .dll version I include in my application Pin
albeeeta24-Oct-07 20:37
albeeeta24-Oct-07 20:37 
QuestionNeed some suggestions. Pin
BubbaGeeNH22-Oct-07 6:17
BubbaGeeNH22-Oct-07 6:17 
Currently have a VB6.0 program that is used to monitor/control a device via a serial connection. It is constantly polling the device to keep data up to date and to keep the communication link active.

My problem is finding a reliable way to access the data via an external program (written in C++)(ProgC++). The previous programmer has been using "SendMessage" to send information to the VB6.0 program(ProgVB) and setup portions of device but his way of addressing getting information back from the program doesn't work. He was trying to use a similiar "SendMessage" approach but didn't take into account that the SendMessage from ProgC++ until the SendMessage from ProgVB finishes and that will only finish once ProgC++ reads it and acts on it. So it gets stuck in a cycle where neither program will run until the other finishes. Thought of using PostMessage but run into the issue where the data may not be valid in time for me to use it since PostMessage never reports when the message has been handled like SendMessage does. Is there a way to build external subroutines into VB6.0 that I can access from outside of the program?

Thanks,
George
AnswerRe: Need some suggestions. Pin
Dave Kreskowiak22-Oct-07 9:48
mveDave Kreskowiak22-Oct-07 9:48 
GeneralRe: Need some suggestions. Pin
Christian Graus22-Oct-07 12:15
protectorChristian Graus22-Oct-07 12:15 
Questionvisual Basic + Excel Pin
rpimpley22-Oct-07 2:40
rpimpley22-Oct-07 2:40 
AnswerRe: visual Basic + Excel Pin
Onisan200022-Oct-07 3:49
Onisan200022-Oct-07 3:49 
GeneralRe: visual Basic + Excel Pin
rpimpley22-Oct-07 18:13
rpimpley22-Oct-07 18:13 
GeneralRe: visual Basic + Excel Pin
Onisan200024-Oct-07 1:18
Onisan200024-Oct-07 1:18 
QuestionHow to insert a background image to a webbrowser control? Pin
King of Kingz22-Oct-07 2:05
King of Kingz22-Oct-07 2:05 
AnswerRe: How to insert a background image to a webbrowser control? Pin
Vasudevan Deepak Kumar22-Oct-07 4:22
Vasudevan Deepak Kumar22-Oct-07 4:22 
QuestionReg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 1:15
Satish_S22-Oct-07 1:15 
AnswerRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Christian Graus22-Oct-07 1:30
protectorChristian Graus22-Oct-07 1:30 
QuestionRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 18:21
Satish_S22-Oct-07 18:21 
AnswerRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 1:31
professionalTom Deketelaere22-Oct-07 1:31 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Christian Graus22-Oct-07 1:44
protectorChristian Graus22-Oct-07 1:44 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 2:02
professionalTom Deketelaere22-Oct-07 2:02 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 3:06
Satish_S22-Oct-07 3:06 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 1:55
Satish_S22-Oct-07 1:55 
GeneralRe: Reg:Image Data retrival Form SQL SERVER 2000 Pin
Tom Deketelaere22-Oct-07 2:05
professionalTom Deketelaere22-Oct-07 2:05 

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.