blah blah blah is here! blah blah » Close

0
votes
0 answers

C# virtual serial port

Hi.I have a Perseus SDR (software defined radio).It doesn't have a serial port.So i created a virtual port and i need to send command and save the receiving data to text file.The code i wrote (it is very simple) can manage the device but i ...

0
votes
1 answers

C# how to copy the image on a panel to WORD document

there is a panel and on this panel, i drew a chart with Xceed.how can i copy this picture to word.Here is my code.The only thing which should be added to this code is copying the pic to word.i mean there is no mistake in this code.Thanks ...

0
votes
1 answers

C# and Xceed

Can you help me about 3d graphics by using Xceed.i can't find any sample codes.the basic problem i couldn't understand is how a 3d chart is drawn according to my values.3d means that there are 3 variables and when i write these values, the ...

0
votes
1 answers

reading floating number from an array

Hi friends.In alcuk.txt, there are floating numbers in array, i want to read them but i can't. The numbers are seperated with dot.how can i do.In addition columns are seperated with "|". static void Main() { st ...

0
votes
2 answers

c# pls help for "for loop" variables

Problem is very easy, i think, but i couldn't solve.I gave the codes.I can't use i and j for another loop as integer.I want to use them as limiter in the last for statement. static void Main() { . . . ... ...

0
votes
0 answers

c# pls help for "for loop" variables

Problem is very easy, i think, but i couldn't solve.I gave the codes.I can't use i and j for another loop as integer.I want to use them as limiter in the last for statement. static void Main() { . . . ... ...

0
votes
3 answers

c# reading a line and a column that i want from a text file

hi.my homework is the subject that was written in the title.But i couldn't read the column whatever i did.i want to read the line and column.But i am just reading the lines.in fact, i am not sure that i must use the arraylist for this subj ...

Feedback