blah blah blah is here! blah blah » Close

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

0
votes
4 answers

Using Table in C#

Dear All, Does C# has a table? I want to display my value in several rows and columns. Any idea how? Thank you in advance :) Kindest Regards, E

0
votes
2 answers

Syntax Checker

Dear All, My application runs with input from a text file. So it parse the text file, and then use the value inside to do several things. But last time, a typo occured, and the application shows and error. Lucky I put exception to th ...

0
votes
2 answers

Visual C# operating system compatibility

Dear All, Can we run Microsoft Visual C# executable within linux and mac ? Or do we need something to be able to do that. I am new in C#, I was just wondering is C# like java that can be run in any operating systems. Kindest Regards, ...

1
votes
1 answers

An Event to Click a button 5 times

Dear all, I am new in CS, and what I know is basically an event is triggered when we click a button or do something in the form. I have a button, called [b]number[/b] that will generate random number. Lets call it number_btn. I want t ...

1
votes
1 answers

Binary Files

Dear All, Anybody know what is binary files? And How to write them in C#. I have been using streamreader and streamwriter to work with a text file but I have no idea of the binary file. Kindest Regards, E

Feedback