Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
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.3K People Reached
Favorite Forums
Favorite Tags

21 Posted Topics

Member Avatar for manugm_1987

If it`s a simple calculator way you need only one TextBox for the values? If You wish to take two values from one TextBox you need some char to separate the values for example char '+': Example: If the user enter "5 + 5" in the TextBox you can use …

Member Avatar for rproffitt
0
980
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
59
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
162
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
390
Member Avatar for Mitja Bonca

Yes you need to use Threads. But you need to learn them first, after that you can use it in your game. I think the using of TcpClient and TcpListener is`t wrong. Look this links: [URL="http://www.albahari.com/threading/"]http://www.albahari.com/threading/[/URL] and definitely [URL="http://msdn.microsoft.com/en-us/library/aa645740%28VS.71%29.aspx"]http://msdn.microsoft.com/en-us/library/aa645740%28VS.71%29.aspx[/URL]. If this links don`t help you please write me. Sorry for …

Member Avatar for l3l4c7_h4t
0
429
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
58
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
143
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
96
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
427
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

I try to help but I`m not guru. You can use two SELECT request when you Click on current Button, the first will be something like this: SELECT * FROM penempahan; Second request can be: SELECT * FROM barangTempahan; You can look and this [URL="http://www.w3schools.com/sql/sql_select.asp"]http://www.w3schools.com/sql/sql_select.asp[/URL]

Member Avatar for hassan12345
0
135
Member Avatar for sjn21682

If I`m correct you can look this [URL="http://www.daniweb.com/code/snippet298708.html"]http://www.daniweb.com/code/snippet298708.html[/URL].

Member Avatar for destruct0
0
1K
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
Member Avatar for destruct0
0
84
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
104
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
109
Member Avatar for enginer
Member Avatar for peachville
0
83
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
156
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
79

The End.