Click here to Skip to main content
15,922,894 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionManaged DirectX 2.0 Beta Removed Pin
wout de zeeuw23-Oct-06 17:14
wout de zeeuw23-Oct-06 17:14 
Questionthread problem Pin
Tauseef A20-Oct-06 23:08
Tauseef A20-Oct-06 23:08 
AnswerRe: thread problem Pin
indianet23-Oct-06 5:24
indianet23-Oct-06 5:24 
Questionhi Com port communication Pin
Tauseef A18-Oct-06 21:06
Tauseef A18-Oct-06 21:06 
Questionhi help me plz Pin
Tauseef A18-Oct-06 21:00
Tauseef A18-Oct-06 21:00 
AnswerRe: hi help me plz Pin
Christian Graus19-Oct-06 5:41
protectorChristian Graus19-Oct-06 5:41 
AnswerRe: hi help me plz Pin
Mike Dimmick19-Oct-06 6:45
Mike Dimmick19-Oct-06 6:45 
QuestionRe: hi help me plz Pin
Tauseef A19-Oct-06 7:07
Tauseef A19-Oct-06 7:07 
Thanks i have got that and now i can access the function from this dll, and can open, close and get values from the comm but only using the functions in this dll..
but now the problem is i cannot fire datareceived event on the com port which i assign
to open method of this dll,,

int hc = OpenCommPort("COM1", 9600);///method from dll which open the com1
int rtt = ReadValue(hc);///mehtod from dll

now i do the following

sp = new SerialPort("COM1",9600);
sp.DataReceived += new SerialDataReceivedEventHandler(method);
if (sp.isopen);
{
show ("Open");//but here it shows that com port is closed ,, so i cannot manage
data received event handler for this com port ,,
}

please tell me in the scenario what shud i do ?
void method()

{
// this method shud be called when the ( int rtt = ReadValue(hc)
is called...but it does not , even i get an error when i try to open
sp using sp.open();
aftehr when i have called the dll function
int hc = OpenCommPort("COM1", 9600)

so please tell me how to create a handler for the situation ,, means the port which
i assign to the dll method opencommport there shud be a handler for that

thakns in advance



hello

QuestionActivedocument error - word addin problem Pin
K edar V18-Oct-06 20:08
K edar V18-Oct-06 20:08 
AnswerRe: Activedocument error - word addin problem Pin
Dave Sexton18-Oct-06 20:19
Dave Sexton18-Oct-06 20:19 
GeneralRe: Activedocument error - word addin problem Pin
K edar V18-Oct-06 20:22
K edar V18-Oct-06 20:22 
Question.NET WebMethods - Serialization Pin
Simon P Stevens18-Oct-06 5:58
Simon P Stevens18-Oct-06 5:58 
QuestionSQL Server 2000 Notification Services and .NET 2.0 Pin
asasov17-Oct-06 21:01
asasov17-Oct-06 21:01 
AnswerRe: SQL Server 2000 Notification Services and .NET 2.0 Pin
The Man from U.N.C.L.E.19-Oct-06 7:28
The Man from U.N.C.L.E.19-Oct-06 7:28 
GeneralRe: SQL Server 2000 Notification Services and .NET 2.0 Pin
asasov23-Oct-06 1:52
asasov23-Oct-06 1:52 
QuestionProblem in starting Windows Service written in .Net Pin
Renukapadhamanaban17-Oct-06 19:25
Renukapadhamanaban17-Oct-06 19:25 
AnswerRe: Problem in starting Windows Service written in .Net Pin
User 58385217-Oct-06 20:27
User 58385217-Oct-06 20:27 
AnswerRe: Problem in starting Windows Service written in .Net Pin
Mike Dimmick18-Oct-06 0:35
Mike Dimmick18-Oct-06 0:35 
GeneralRe: Problem in starting Windows Service written in .Net Pin
Renukapadhamanaban18-Oct-06 16:01
Renukapadhamanaban18-Oct-06 16:01 
QuestionDDE in .NET Pin
HakunaMatada17-Oct-06 19:22
HakunaMatada17-Oct-06 19:22 
AnswerRe: DDE in .NET Pin
Mike Dimmick18-Oct-06 0:40
Mike Dimmick18-Oct-06 0:40 
QuestionWindows service requires large memory allocation Pin
Luis C17-Oct-06 5:15
Luis C17-Oct-06 5:15 
AnswerRe: Windows service requires large memory allocation Pin
Dave Kreskowiak17-Oct-06 6:07
mveDave Kreskowiak17-Oct-06 6:07 
GeneralRe: Windows service requires large memory allocation Pin
Luis C17-Oct-06 6:46
Luis C17-Oct-06 6:46 
QuestionComm Dll Pin
Tauseef A16-Oct-06 23:22
Tauseef A16-Oct-06 23:22 

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.