Click here to Skip to main content
15,915,600 members
Home / Discussions / C#
   

C#

 
AnswerRe: Doubt on C# virtual functions Pin
Robert Rohde9-Dec-06 2:48
Robert Rohde9-Dec-06 2:48 
GeneralRe: Doubt on C# virtual functions Pin
jithus9-Dec-06 3:35
jithus9-Dec-06 3:35 
GeneralRe: Doubt on C# virtual functions Pin
Robert Rohde9-Dec-06 4:22
Robert Rohde9-Dec-06 4:22 
GeneralRe: Doubt on C# virtual functions Pin
jithus9-Dec-06 6:08
jithus9-Dec-06 6:08 
GeneralRe: Doubt on C# virtual functions Pin
Robert Rohde9-Dec-06 9:16
Robert Rohde9-Dec-06 9:16 
GeneralRe: Doubt on C# virtual functions Pin
jithus10-Dec-06 3:22
jithus10-Dec-06 3:22 
AnswerRe: Doubt on C# virtual functions Pin
karam chandrabose9-Dec-06 9:23
karam chandrabose9-Dec-06 9:23 
Questionserial communication Pin
George_Lucian9-Dec-06 2:01
George_Lucian9-Dec-06 2:01 
... i have a problem communicating on the serial port(COM1 or COM2).Here's the code:

private void Form1_Load(object sender, EventArgs e)
{
if (!serialPort1.IsOpen)
serialPort1.Open();
serialPort1.DtrEnable = true;
}

private void serialPort1_DataReceived(object sender,
System.IO.Ports.SerialDataReceivedEventArgs e
{
MessageBox.Show(serialPort1.ReadExisting()+"geo");
textBox1.Invoke(new EventHandler(delegate { textBox1.Text +=
serialPort1.ReadExisting();}));
}
...if I connect pin2 with pin3 of the serial port(RX,TX),and i try to transmit something on the serial port, it works(the serialPort1_DataReceived event is raised and i get the data i have sent)...but when i connect a sensor(for a remote control) on the serial port and a push a button on the remote nothing happens. the sensor works because i have tested it with a special program named GIRDER(when i push a button on the remote it shows the code of the button on the screen). If someone could help i would appreciate it.
AnswerRe: serial communication Pin
Squeaker9-Dec-06 2:58
Squeaker9-Dec-06 2:58 
QuestionI want to backup SQL SERVER 2000 database and zip it using .NET 1.1 . The application must be connect remote system by using windows authentification is there any website to produce the code in .NET 1.1 in any language(c#.net or vb.net) Pin
haneef19-Dec-06 1:33
haneef19-Dec-06 1:33 
QuestionI have problem vith vs2003 editor when press F5 for output c# with asp web application it returns dialog box like Error while trying to run a project: Unable to start debugging on webserver.you do not have permissions to debug the server. verify you Pin
haneef19-Dec-06 1:25
haneef19-Dec-06 1:25 
QuestionAdding Images Pin
Lakshmi Kiran Reddy9-Dec-06 0:59
Lakshmi Kiran Reddy9-Dec-06 0:59 
JokeBILL AND THE PEARLY GATES Pin
Muammar©9-Dec-06 0:57
Muammar©9-Dec-06 0:57 
Questiondesktop access Pin
amgag9-Dec-06 0:30
amgag9-Dec-06 0:30 
QuestionC++ vs. C#: Developing a highly scalable IOCP server Pin
zulat9-Dec-06 0:29
zulat9-Dec-06 0:29 
Questionnightmare updating the data source:( Pin
Muammar©9-Dec-06 0:26
Muammar©9-Dec-06 0:26 
QuestionBind nested object property in DataGridView [modified] Pin
MBursill8-Dec-06 23:27
MBursill8-Dec-06 23:27 
Questionstooopid problem with my connection:( Pin
Muammar©8-Dec-06 23:26
Muammar©8-Dec-06 23:26 
QuestionMDI - Question Pin
h@s@n8-Dec-06 21:10
h@s@n8-Dec-06 21:10 
AnswerRe: MDI - Question Pin
Muammar©8-Dec-06 21:26
Muammar©8-Dec-06 21:26 
QuestionClasses of .NET Framework Pin
wanlim08178-Dec-06 20:50
wanlim08178-Dec-06 20:50 
AnswerRe: Classes of .NET Framework Pin
Michael P Butler8-Dec-06 21:02
Michael P Butler8-Dec-06 21:02 
GeneralRe: Classes of .NET Framework Pin
wanlim08178-Dec-06 21:51
wanlim08178-Dec-06 21:51 
GeneralRe: Classes of .NET Framework Pin
Michael P Butler8-Dec-06 22:10
Michael P Butler8-Dec-06 22:10 
QuestionHow To Move Record Pointer Of DataGridView Using Code In C# Pin
Sonal Satpute8-Dec-06 19:54
Sonal Satpute8-Dec-06 19:54 

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.