Click here to Skip to main content
16,021,293 members

Comments by durai.net (Top 6 by date)

durai.net 26-Jun-14 22:54pm View    
Vc++ console exe file is one of the third party application. If i double click that exe then working fine. i mean manually run that application. That application is used to update data to database. so, hard-coded path does't matter because i have read from config file

My problem : i have to develop c#.net application for run vc++ console exe(third party application). It is working but not update data to database.
durai.net 22-Oct-13 4:14am View    
hi i worked the above first link like "Disable Special Keys in Win App C#[^]". i got one error for running time. The error is .

CallbackOnCollectedDelegate was detected
Message: A callback was made on a garbage collected delegate of type 'AppsNet!AppsNet.frmMain+LowLevelKeyboardProc::Invoke'. This may cause application crashes, corruption and data loss. When passing delegates to unmanaged code, they must be kept alive by the managed application until it is guaranteed that they will never be called.
durai.net 20-Feb-13 22:49pm View    
broadcast is send message to all client at that time through client ip and port number..
i want only send the message to random of client
durai.net 18-Feb-13 3:29am View    
Hi, thank u for your reply, again i explain my problem... i have one server with ipaddress and port. The server running this location. But lot of client connect with this server.
for example when i connect to server that time i send message so, server listener getting that message and the write as stream(networkstream). Some case the server send message to client. (The server have one thread running and getting value from database)
more than one client connected with server..
"How to write the correct message with correct client... ) exmple
Database design
client 1 welcome c1
client 2 welcome c2
durai.net 18-Apr-12 8:27am View    
using only textchanged event becz...when user enter the value in text box then automatically change in amount in lable box. so, this is scenario not in use lostfocus event..