| Thread | Last Post | Replies |
|
| multiple-Form Application. | 17 Jan 2005 13:44 GMT | 4 |
I need to synchronize the contents of 2 textboxes that are on different forms. When I change the contents of the textbox on Form1, the contents of the textbox on Form2 should be changed to show the same contents as
|
| Multiple MDI Child Icons and Control Boxes Why?? | 17 Jan 2005 13:23 GMT | 7 |
I have an MDI application that uses a generic "ShowPage" routine in a module that is called when I want to display a child form. The basic idea is that in the module I have declared each form as follows: Friend F0 As frmMain Friend F1 As frmStart Friend F2 As frmSearch
|
| current possition | 17 Jan 2005 13:03 GMT | 3 |
one of my form have 3 text boxes and 1 button i want to trap my cursor on which text box please help me regards with thanks
|
| System.Security.Permissions.SecurityPermission | 17 Jan 2005 12:44 GMT | 4 |
I'm trying to write an ActiveX replacement in VB.Net the following link was my starting point. http://www.vbdotnetheaven.com/Code/Jun2003/2067.asp All was going well until I tried accessing a com object local on the PC (the
|
| Open a form using a string | 17 Jan 2005 12:03 GMT | 1 |
is there any way to open a form (create an instance) when its name is stored in a string variable? By the way, in other post, someone wrote that datagrid is mostly used with datasets/datatables rather than arraylists. My question is, in either cases I
|
| IDE dies during compile | 17 Jan 2005 10:17 GMT | 5 |
I work for a large web company, and we are in the process of converting our old .asp pages to .aspx with VB code-behind. The solution includes 8 projects, all of which are very interwoven. The problem is that when I first open the IDE and load my solution, if I try
|
| Calling Unkown WebService | 17 Jan 2005 09:59 GMT | 2 |
I am writting a window service that call a webserice at a specified time. Basically I'm try to create a task sceduler for several webservices. I don't want to add the webservice to the project of course, I prefer to store the webservice url and webmethod to invoke in a XML file.
|
| getting fresh data on the screen | 17 Jan 2005 09:58 GMT | 2 |
after inserting some new data , I don't succeed in seeing these immediately on the srceen . Although the data are in the database, I don't get them on the next form without closing the application first. What do I forget? Dim dc As New OleDb.OleDbCommand("insert into tblAankoop ...
|
| maintaining relation ships of tables at run time | 17 Jan 2005 09:14 GMT | 1 |
Hello Sir, I have created database(ms access) and tables at runtime how to maintain relation ships between the tables. by using vb.net. Thanking u sir.
|
| Attaching a text-file to a datagrid | 17 Jan 2005 07:36 GMT | 2 |
Is there a possibility to directly show data from a textfile (comma seperated or tab seperated) in a datagrid? A simple question for a simple solution???? Regards,
|
| Windows Service Question | 17 Jan 2005 07:19 GMT | 2 |
Im writing a windows service app that accepts some remote control commands and reports to a database server. One command i would like to use is basically remote execution. When i start a program from the windows service it appears to launch under another user other than who is ...
|
| Restart Computer (Windows XP) from VB.Net Program | 16 Jan 2005 23:37 GMT | 5 |
What is the best way to close my program gracefully and have the computer restart on a Windows XP system?
|
| Help Understanding CheckedListBox | 16 Jan 2005 22:56 GMT | 1 |
Hello and thank you for taking the time to look. I Have a form that asks for options. I need the user to click any of the options listed. I'd like to use the CheckedListBox for this but I need to know how it works.
|
| Cross Threading error???? | 16 Jan 2005 22:53 GMT | 7 |
I run this code: Private Sub p_recv(ByVal sender As Object, ByVal e As SerialReceivedEventArgs) Handles p.ReceivedEvent txtRecv.Text += p.ReadExisting
|
| How to detect a remote socket termination? | 16 Jan 2005 22:30 GMT | 6 |
I have my socket program working...I can send & receive data, I can terminate the connection, etc. But I can't figure out how to tell if the remote client has disconnected. I tried using Socket.Connected but it continues to return TRUE even when the
|