Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
5
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~4K People Reached
About Me

Basically from Microcontroller or Embedded Systems Field. Initially it was tough to gather windows concepts. But now I am confident that if Forums like this do exists I will be a good windows programmer even after 2012!

Interests
HAM Radio, 'Contradicting' theories about human origins
PC Specs
Windows XP
Favorite Forums
Favorite Tags
Member Avatar for RoyMicro

Hai In visual studio 2008 designer, the buttons tab controls etc are having smooth corners. But when we run the application the corners are sharp and edges are not smooth. Is there any property in controls to smooth edges and corners? Thank you

Member Avatar for xpentor
0
246
Member Avatar for RoyMicro

My USB device is communicating with my C# application once in 500ms and exchanging data(Using a timer and interrupt transfer.) So far seems Ok. If my device is abruptly removed,(I think)windows 'device removal' message arrives only after removal is complete. But my application tries to write to my device in …

Member Avatar for RoyMicro
0
92
Member Avatar for RoyMicro

I have a USB device and a C# application communicating with it. Presently I am using a connect button to connect with the device from my application. This is a HID device and on Connect I will register for change notifications and from then onwards my application can display 'DEVICE …

Member Avatar for RoyMicro
0
1K
Member Avatar for RoyMicro

Hai I have to provide icons for my C# application (just like any other application!) But what is the optimum size of these icons used for different purposes? GUI has a icon, menu has got images etc. I got downloads in which different sizes of icons and even images in …

Member Avatar for lee.j.baxter
0
485
Member Avatar for RoyMicro

hai I am planning to use some instrumentation controls available [URL="http://www.codeproject.com/KB/cs/Industrial_Controls2.aspx?msg=3340682#_top"]here[/URL] as far As i understand that project can create a dll file and it cn be used in our projects. but when I added as reference this dll file into my project those controls are not available in tool …

Member Avatar for sknake
0
304
Member Avatar for RoyMicro

My application is being developed in VS2008. Target frame work is .Net 2.0 This is a Desktop application. My application collects some information from User, Name of company address etc. Those are to be included in the report I am generating. I need to save these information and some other …

Member Avatar for sknake
0
170
Member Avatar for RoyMicro

Hello My application creates and reads files from the same folder. So I am using appliaction.startuppath property to get the current path so far. Now I have included a open file dialog box to browse and load another file from other folder. But after this dialog loads the file from …

Member Avatar for sknake
0
496
Member Avatar for RoyMicro

I have a microsoft report viewer generated report with tables and all. I have images also in the report. I have to load a image control with a image at the time of report generation. embedded images seems to be from design time. I found some posts to this subject …

Member Avatar for kvprajapati
0
162
Member Avatar for RoyMicro

I have a class which is used as a object for my reportviewer control in C#. The Datatable in that class is used by the control to show a table. I have two issues. 1 How to create a varibale in that class that can be accessed by the reportviewer? …

Member Avatar for kvprajapati
0
109
Member Avatar for epicasian

Ok...i know a little bit of C++ (basics, like cout, cin, a little bit of classes ect) and realized something after watching a video from Chris Pirrilo... I dived into C++ without researching other languages first. My question to you is...should i stay w/ C++ or switch to C#? Can …

Member Avatar for RoyMicro
0
173
Member Avatar for RoyMicro

Hello I am creating the windows application for reading, calculating and printing the data logged by my USB device in c#. I am basically a Microcontroller programmer but now learning C#. I have already succeeded in collecting data from my system via USB (Code from [URL="http://lvr.com/"]Jan Axelson[/URL]) and created graphs …

Member Avatar for RoyMicro
0
162
Member Avatar for RoyMicro

Hai May be too simple but I was not able to locate info on this.. My main form will have a button, when I click on it another form should appear. I can do it. I need the parent form there( no .hide) but it should not be 'click-able'. It …

Member Avatar for RoyMicro
0
104
Member Avatar for RoyMicro

Suppose in my one particular piece of code, I am avoiding loops. ie instead of providing 'for' loop to do the task , I am copying and pasting a part three or four times to make it simple (?)to code. In this case what are the consequences of my action? …

Member Avatar for RoyMicro
2
85
Member Avatar for RoyMicro

Hello There seems to be different methods to create a text file in C#. I am getting a byte array from USB device. I need to store this as text file which is to be read, updated, and saved for future usage. The data comes in different packets not in …

Member Avatar for Geekitygeek
2
183