Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
1
Downvoting Members
4
2 Commented Posts
0 Endorsements
~7K People Reached
Favorite Forums
Member Avatar for dilansankalpa

I am currently doing a project and am a novice to c#. I have a problem where i receive serial 'dataframes', each consisting of two 8-bit values (the high byte and the low byte), which have to be constructed to get a 16-bit value. This assembled value is already in …

Member Avatar for RazaBukhariShah
0
6K
Member Avatar for dilansankalpa

Hi i have an active x application and i need to add it to a windows form application. First i installed the active x control set up and in the installed location in shows a .exe. Then i tried to add it to Visual Studio Tool Box. (right click on …

0
75
Member Avatar for dilansankalpa

I have a text file containing 10000s records. records are deliminated with comma ','. I read all the data into a string and i need to split the string at every 1000th comma. Example:- If i had 10000 records then the splitted string array will have 10 records. Is there …

Member Avatar for thines01
0
250
Member Avatar for dilansankalpa

Hi, I need that user to type a date in a text box in yyyy/MM/dd format and then popup a calendar from the typed date. But to parse the date into calendar the whole date should be typed.otherwise it gives date conversion error. I need as an example;- * if …

Member Avatar for Mitja Bonca
0
244
Member Avatar for dilansankalpa

Hi, i need to validate some text in a text box and restrict entering invalid characters. So i thought to use Key_Pressed event. But this event doesn't fire when i paste some text directly in the text box. what event can be used for paste text in a text box …

Member Avatar for dilansankalpa
0
103
Member Avatar for dilansankalpa

I have entered a Check box Column to a [B]DataGridView[/B]. When the program runs , we should double click on check boxes in the column ti get it selected. I have add the properties [B]EditOnKeyStroke [/B]and [B]FullRowSelect[/B]. Even after i get this problem. I'm using visual studio 2008. Can anyone …

Member Avatar for jaffar_ramnad
0
89
Member Avatar for dilansankalpa

I have written a program to receive data from the serial port. I am doing some calculations using those data and writing results to 4 richTestBoxes real time.I have two buttons to open and close the serial port. Some times when the close button is pressed, the form get stucked.This …

Member Avatar for dilansankalpa
0
71
Member Avatar for dilansankalpa

hey thanx...!!! I found a graph plot library from [url]www.codeproject.com[/url] [url]http://www.codeproject.com/KB/miscct...hPlotting.aspx[/url] then i started my own project. i add the graphlib library to my project.. then I add the object PlotterDisplayEx into my project. but i cant add those start, pause, stop buttons and scroll bars to adjust speed and …

Member Avatar for dilansankalpa
-4
84
Member Avatar for dilansankalpa

i am writing a c# programming to receive data through serial port. Data receiving is going fine. But first to enable data flow i have to type "[B]datafrm f1a4[/B]" and then press "[B]Enter[/B]" key in the hyperterminal. then i have to run the c# program. Can I get this done …

Member Avatar for Phil2:3
0
137
Member Avatar for dilansankalpa

I need to generate a chart using MSchart in c#. Im using visual studio 2008. the values of an array of 16 bit signed intigers (Int16) needed to be plotted against the array index. Please can anyone reply with an example.......

Member Avatar for ddanbe
0
79