Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~13.0K People Reached
Favorite Forums
Favorite Tags
Member Avatar for manugm_1987

Hello Can anyone please help me out in how to get or read two values from single textbox. i.e when i read the first value it should be stored in string str1 , when i click button the textbox shld be cleared and shld wait to accept second value.The second …

Member Avatar for rproffitt
0
972
Member Avatar for destruct0

Hello, I would like to create event handler for capture when some folder is opening. Can somebody help me with some idea or some way??? :( Thanks in advance!!!

Member Avatar for ddanbe
0
57
Member Avatar for destruct0

Hi! I try to show Windows Form but the form is showing for a moment and after that closes itself. Is Someone can help me???

Member Avatar for sknake
0
156
Member Avatar for destruct0

Hi !!! If any one can help me I'll be pleased! I have one TextBox. I entering some text in the Text Property. After that I pressing the "Enter" button and the cursor position it's going of the next line. I would like to go back the carret at the …

Member Avatar for Momerath
0
264
Member Avatar for Mitja Bonca

I would like to do the simple card game which can many people play at the same time, but not only one game, there can ne n games running. Recently I was learning how to do server-client coding, using TcpListener and TcpClient network services. But the main difference between the …

Member Avatar for l3l4c7_h4t
0
423
Member Avatar for destruct0

Hi !!! I have two Windows forms. In second form I have two TextBoxes. I wish when the user enter some data in any TextBox, the data to be show in the first Windows Form Label.Text Property. How ??? Thanks in advance!!!

Member Avatar for nmaillet
0
57
Member Avatar for destruct0

Hi !!! I have a table with two columns. The first column is called 'Login', the second column is called 'Password'. I wish with help of some query to extract how many rŠµcords I have in this columns. I use 'SELECT COUNT(*) FROM TableName WHERE Login = @login AND Password …

Member Avatar for destruct0
0
139
Member Avatar for destruct0

Hi !!! I wish to use multi dimensional List<T> is this possible? Can i do this somehow? Thanks in Advance !!!

Member Avatar for croker10
0
94
Member Avatar for destruct0

Hi!!! I create my own custom control and everything is perfect except this event. I don't understand it. When i add my custom control to Window Form i add MouseDoubleClick event to this control. And when i start Application and try to double click on it is nothing happen. I'm …

Member Avatar for acheo
0
3K
Member Avatar for destruct0

Hi !!! I have two Windows Forms. In First Windows Form i have one Text Box and one Button. In the Second Windows Form i wish to call First Windows Form and get the value of Text Box. Is this is possible? When i create a object of the First …

Member Avatar for ashishkumar008
0
414
Member Avatar for destruct0

Hi !!! I have problem with Refreshing or Redrawing my Window Form. I have one Rich Text Box on my Form and i have a list of title of books on it. I wish when I add a new title book to Rich Text Box to Refresh/Redraw the all Windows …

Member Avatar for hassan12345
0
3K
Member Avatar for sakurayana

hye fren...i'm using asp.net and sql express 2005 right now.....my problem is how i want to select 2 table from the database because i'm using a gridview......?anyone?thanks in advance.....

Member Avatar for hassan12345
0
133
Member Avatar for sjn21682

hi everyone!!! need help here, how can i pass a string to a class? i have two forms and a class, my 1st form is the main form and the other form is used for assigning to a keyer, this form has a combobox where i will select the keyer …

Member Avatar for destruct0
0
983
Member Avatar for destruct0

Hi !!! I have two Windows Forms. First Windows Form contain one Panel Control. This Panel Control contain other 5 child Label Controls. I wish from Second Windows Form get the number of child controls in Panel Control in First Windows Form and there Location? [CODE] // First Windows Form …

Member Avatar for destruct0
0
1K
Member Avatar for sakurayana

hye friends..... i need your help.....does anyone know how to select 2 databases simultaneously?i want to select certain data from database 1 and database 2.please help me for this....thanks in advance....

Member Avatar for destruct0
0
81
Member Avatar for destruct0

Hi ! I have one Windows Form. On it i put 4 labels and every label it have Click event. I need to understand who of labels is Clicked ? Example: [CODE]label1.Click += new EventHandler(label_Click); label2.Click += new EventHandler(label_Click); label3.Click += new EventHandler(label_Click); label4.Click += new EventHandler(label_Click); private void label_Click(object …

Member Avatar for destruct0
0
97
Member Avatar for destruct0

Hi !!! I have one problem! I use StreamWriter to send (object) stream to server (not string). But how to read this object with StreamReader ??? The server who send stream (object): [CODE]private void SomeMethod(SqlDataReader reader) { string column = "ColumnName"; object stream = ReadFromDB(reader, column); SendStream(stream); } public object …

Member Avatar for destruct0
0
2K
Member Avatar for destruct0

Hello! I have a problem when I try to do some interrupt in assembly program. When I try to execute, executable file i get this message "Segmentation fault.". Please help? I have this problem almost all interrupts. Sorry for my bad English.

Member Avatar for destruct0
0
108
Member Avatar for enginer

I am completely new to assembler and I am starting to write in assembler 8086-8088 with tasm. I have the beginning correctly. I need only the coding for reading two digit numbers. So far I know that you have to multiply the first by 10 and add the second. Please …

Member Avatar for peachville
0
79
Member Avatar for destruct0

Hello!!! I would like to ask anybody can help me with "interrupt 10h". I do everything correct but every time I get a message "Segmentation fault". My code is: section .text global _start _start: mov ah,00h mov al,45h int 10h When I compile the file into executable file and run …

Member Avatar for destruct0
0
150
Member Avatar for destruct0

Hi!!! I have little problem. When i try to execute my program: section .data section .text global _start _start: mov ah,00h mov al,45h ;('45h' is just example) int 10h I get the message "Segmentation fault". I suppose I get this message because my video card it's new model. Ati Radeon …

0
77