blah blah blah is here! blah blah » Close

0
votes
1 answers

Making an Installer for FTDI from CSharp

Dear All, Is it possible to make a csharp program that can install ftdi drivers? I ve been looking the internet for some hours and can't find something useful :( please help. I am making an installer. Best Regards, E

1
votes
1 answers

Noob question about date and time in c sharp

Dear all, for getting a current time in c sharp, a [code]DateTime[/code] class is used and by using [code]DateTime.Now[/code] as its implementation. The question is I have [code]int[7][/code] and I want to put every info inside the [c ...

1
votes
1 answers

Question In Using System.Threading.Timer

Dear All, I am new in c sharp. My application needs a timer, which interval is 200ms to trigger a datatransmission through the serial port. I used forms.timer and timers.timer, but it says that system.threading.timer is better. For fo ...

0
votes
3 answers

Which one come first when 2 even happen?

Dear all, I want to make a button click event which write and read through the serial port. In the other side, I also have a timer tick event which also write and read through the same port. My question is, if the button click and tim ...

1
votes
1 answers

Really simple question about text box

Dear All, I have a question about textbox in c sharp. I want to add a "-" after I type 2 characters inside a text box, the thing is if I use textBox1.Text += "-", the type pointer returns to the beginning. Any idea on ...

0
votes
1 answers

Adding Patch to update my application

Dear All, Does anybody knows how to simply update my application by installing a patch or manual update? I did some project with ClickOnce Deployment and it is useful for updating the application inside the PC where the code is being ...

1
votes
1 answers

Adding a new items to form 1

Dear All, I am beginner in c sharp and now I am confused. Usually I just add an item to form 1 (or the main form) just by dragging and dropping from the toolbox. I realized that I want to make a button, lets say the name is status but ...

2
votes
1 answers

Making a Help File

Dear All, I wonder on how to make a help file for C# 2010? I have tried the HelpLite but it doesnt seems to work good (it couldnt build and said something was missing with my C#2010). Any good idea? Especially freeware. Thankx. E

0
votes
2 answers

Masked Text Box for Hexadecimals

Dear All, Is it possible to make a masked text box for hexadecimal. It means that it is between 0 - 9 and A - F. How also to limit/set the length of char to put inside a textbox. For example there are a trackbar with numbers, if we selct ...

1
votes
1 answers

Duplicating the TabPage, How?

Dear All, Another GUI Question. My form is like the picture below. There is a tabcontrol component with buttons and textbox. Each buttons has code inside. Below, there are 2 components, textbox and button. When the textbox is filled w ...

1
votes
1 answers

Popping Up a TrackBar

Dear All, I am still new in C#. Is it possible to pop up a form with a trackbar and some textboxes? From this pop up, I want to obtain some data. Kindest Regards, E

1
votes
2 answers

Accuracy of Timer in C#

Dear All, Anybody knows how much is the accuracy of the timer component in the C# toolbox? It says it is 1ms. From what I did is I am using 2 timers. Timer1 and Timer2. Timer1 is 1ms each tick, and Timer2 is 1000ms or 1 sec. Each tick of ...

0
votes
1 answers

PDA Programming C#

Dear All, Is it possible to use Visual C# for application that will run inside a PDA? The PDA of course will have windows CE/windows mobile operating system. Or even is there any visual c# for PDA that we can develop our code in it? I ve ...

1
votes
4 answers

Resizing Form1 Size

Dear All, Is it possible that with a click of a button, the form can resize (bigger and smaller) and some buttons/textboxes will appear? [img]http://i693.photobucket.com/albums/vv295/fajarelektro/resize.jpg[/img] Thank you in adva ...

0
votes
2 answers

MessageBox with inputs

Dear All, Is it possible to make messagebox with text boxes and buttons (more than 1) so that we can receive inputs from the user with it? Kindest Regards, E

Feedback