- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
21 Posted Topics
Re: 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 … | |
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!!! | |
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??? | |
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 … | |
Re: 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 … | |
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!!! | |
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 … | |
Hi !!! I wish to use multi dimensional List<T> is this possible? Can i do this somehow? Thanks in Advance !!! | |
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 … | |
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 … | |
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 … | |
Re: 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] | |
Re: If I`m correct you can look this [URL="http://www.daniweb.com/code/snippet298708.html"]http://www.daniweb.com/code/snippet298708.html[/URL]. | |
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 … | |
Re: Try this: [url]http://www.w3schools.com/sql/sql_select.asp[/url] | |
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 … | |
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 … | |
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. | |
Re: Please explain again because I don't understand you? | |
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 … | |
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 … |
The End.