- Upvotes Received
- 5
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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
14 Posted Topics
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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? … | |
Re: [QUOTE=Ryshad;1055908] As stated, which language you use depends on what you want to code.[/QUOTE] This implies that C# is good for some type of work and C++ for something else. Could you give some details about in which area each language is more powerful? Thank you | |
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 … | |
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 … | |
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? … | |
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 … |
The End.