Answer Questions
gdp2000 How to Open Another application form as MDI client.
Hi. In one of my project it is require to interect with 2 applicaitons. Both the applicaiton are standard exe. and are written in c#. One applicaiton is MDI application and Another is a simple form application. MDI application populates its menu items through ...Show All
Jonathan McGee - MSFT signout with enter key press in any text box
hello friends i am facing a problem that whenever i press enter button when the control or focus is on the textbox, all the session goes off, and the connection sign out. what ,may be the casue for this. waiting for reply thanks ...Show All
Masta_Splinta Select Row in the DataGridView
Hello... I know just the key value and want to select the row in the DataGridView using that value. I tried to use the TypedDataSet and DataGridView. But, I don't know the row index in the DataGridView. The job what I want is as below... int liIndex = xxxxxxxxxxxxxxxxxxxx; dgWindow.FirstDisplayedScrollingRowIndex = liIndex; dgWindow.Rows[liIndex].Selected = true; dgWindow.CurrentCell = dgMenu[0, liIndex]; And, "liIndex" is what I ...Show All
peteb1959 DataGrid Paging Problem. Please help
Hi All, I have to using 2 radiobuttons to control 2 datagrid summay and detail representively. when I click detail radionbutton, there are 10 pages records. when I click summary radiobutton, I select 3rd pages it display the following error. In the ...Show All
Vitalie Ciobanu Identity problem in inserting data into master and detail tables
I'm using the TableAdapters to insert rows into the master and detail tables. I would like to know what's the best practise to handle the identity column which is a auto-generate number. As I'm required to insert all rows in a single transaction, I don't have the id no in the master table when I'm inserting data into the detail table. What's the simpliest way, or the best way, to insert these rows into the tables I've already setup the relati ...Show All
Simon Scott Using Word templates to construct document dynamically
I need to write a Word document dynamically by adding Word templates that consists of formfields that need to be replaced with data from a dataset. The problem is is that it doesn't seem to be possible to add the contents of the template,with&n ...Show All
Gr&#233&#59;gory Leandro Creating an application running within IE.
Hello all, Could anyone point me out to some tutorial on how to create and deploy a cab file which will run a .NET app within IE Thanks, M. I am not sure if you are doing the same as I am. I am trying to expose&nb ...Show All
Rob Bazinet How to change the tooltip displayed for close button
Hi All Is thr way to change the tooltips displayed for the buttons in the Titlebar I just want to change the tooltip text associated with the close button in the Title bar of the window. thanks in advance, Joy ...Show All
Ueslei Find Values in a DataTable
I am trying to create a log-on form for my application. I have two textboxes, one for UserID (txtUserID) and Password (txtPassword). I need the application to search through rows in a datatable and find the txtUserID.text and txtPassword.text values in the same row. If the application cannot find the values in the same row, then it should not continue to the next form. If anyone could help me, that would b ...Show All
Jeff Brown Binding data to label, textbox and a combobox
I have a dataset which always has 31 datarows with three columns. I want to databind the first column to a label, second column to a textbox and third to a combobox. I don't know how to do it... but what I need is I must be ...Show All
Jetpac1 ToolStripControlHost with custom dropdown
The typical samples for ToolStripControlHost show how to host a MonthCalendar control, but adding this new control to your toolbar has the effect of increasing the height of the toolbar to an unreasonable size. Let's say for example I would like just the date to show as a label, and when the control is clicked, the calendar would appear/dropdown. All my attempts to design such a toolstrip item cause the toolbar/container to grow when my control ...Show All
Richard Hein listview autoscrolling problem in dotnet
I have another problem with the listview: The view is set to largeicon and when I fill up the list dynamically with items it scrolls always to the last clicked item. I can drag the scrollbar down but after releasing it jumps right back to the item I clicked and puts it on top. The wierd thing is this only happens while adding items to the view. After completion it behaves normal and I can scroll up and down regardless of the item I cli ...Show All
TimeLord MS Access Forms functionality in VB.Net ??
First off all sorry for my english… I'm experienced user of MS Access. I'm trying to use VB.Net instead of MS Access to build some database front-ends. I must show to a user a database which consists of our contracts. The problem is that ...Show All
raymuirhead Anything WoW you lately
just interested in the boundries of the system and what they can do. some interesting ideas if anyone's willing to share some trait secrets. Also when calling the Scan() frunction I'm detecting non existent Organisms. My guys will just start attaching or  ...Show All
Ron K. Getting problem if showing form through asynchronously.
Hi, I m getting problem when i m opening my win form asynchronously. private delegate Form AsyncDelegate (); in button click event have below two line code and opening second form. AsyncDelegate dlgt = new AsyncDelegate(LoadForm); IAsyncResult ar = dlgt.BeginInvoke(new AsyncCallback(CallbackMethod),dlgt); private Form LoadForm( ) { Form newForm = new System.Windows.Forms.Form() ; return newForm; } ...Show All
