Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Annex

Hi. I need TextBox in which user can input only numbers. I found some examples about it, but can't do them. For example in the following code Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress If Not (e.KeyChar.IsDigit(e.KeyChar)) And _ e.KeyChar <> ChrW(Keys.Back) Then e.Handles = …

Member Avatar for risingsunankur
0
558
Member Avatar for itzkanaga
Member Avatar for drew.haley

I am having trouble defining the get/set for an array in a class I have created.... how do you get/set arrays within classes? basically I have an array with x and y as width/height for a map i am creating, and i want each x/y point to have the "walkable" …

Member Avatar for selvaganapathy
0
1K
Member Avatar for c++ prog

does anyone know the game about saddam being shot in miniclip in flash? I have been working on a game but I dont know How to make saddam apper on the screen...example...on a desk he will rise up then will go down...then he will rise again beside a computer then …

Member Avatar for c++ prog
0
78
Member Avatar for ITech

i am trying to do a project using vb.net and Access...i know access but dont kno vb ..tell me some where i can learn vb in short time..video tutorials, e-books etc...

Member Avatar for Jx_Man
0
87
Member Avatar for mannuvashishta

VB.NET takes the input from user like network address and port number and check it check it, the entered IP address and port number are valid or not as well as check the enter digit how many digits are entered in input box. Some one who knows please reply me. …

Member Avatar for bector
0
104
Member Avatar for rhinocort23

how can i make it so you can type a paragram in one textbox then press a button and it codes all the letters to another thing that you preset so it shows in another textbox? also how can i make a list of names randomize and have a certain …

Member Avatar for rhinocort23
0
81
Member Avatar for Cecilia_notes

I have a very interesting question here. DataGridView1 is for data input and display, I set its editmode to onkeystroke. When the current cell is NOT in edit mode, click mouse right button will bring up a contextmenustrip. If the menu shows up and you don't choose any menu item, …

Member Avatar for Cecilia_notes
0
114
Member Avatar for drew.haley

Can anyone give me an idea of how to run a console app and a windows form at the same time? Basically it's a game I'm creating and I want the console window to be the main game screen and the form for the map/game options/shortcuts. Thanks in advance, Drew

Member Avatar for drew.haley
0
68
Member Avatar for drew.haley

Is there a way to accept keystrokes through c# in a console app? Basically I want to apply macros/the f-keys to my program, thanks.

Member Avatar for InfiNate
0
117
Member Avatar for drew.haley

Is this possible in a console app? I know how to do it on a form but not really sure in a console app.

0
61