blah blah blah is here! blah blah » Close

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
2 answers

where do i start

i want to make iphone/ipod touch apps and i have downloaded visual studio 2008 and am equipped with "c# .NET Illuminated" by ART GITTLEMAN an old textbook copyrighted in 2005 i picked up from a college where do i begin to learn ho ...

0
votes
2 answers

Help with C# Gui -- Beginner

I am a newbie to C# and I am getting error messages because of a simple if statement. I am trying out my skills with a simple alarm clock, and I have 3 nested If Statments and it is giving me an error. here is the code I am using. It is m ...

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 ...

0
votes
2 answers

WINDOWS ULTIMATE

I AM USING WINDOWS ULTIMATE 32 BIT. I NEED TO DOWNLOAD AQL SERVER STANDARD. IS IT AVAILABLE FOR DOWNLOAD? IF SO ANYBODY KNOWS THE LINK?

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 ...

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

Advice on the best way to learn python?

salman
473

So I want to branch out and from my M$ background and get into python (it seems to be all the rage these days). I basically want to branch out into lamp a little, and python really seems to have picked up some [url=http://www.joestump.ne ...

Feedback