Answer Questions
Richard Berg MSFT Hierarchical DataGridView?
Hello. I have two sample tables: company company_id(pk) name location employee employee_id(pk) &nbs ...Show All
Kapil Aggarwal Fotovision Enhancement
I to everyone i've just (quite) finished a little mod on fotovision. I've added the possibility to use accounts to access different website. It's now possibile to manage more that one website. So, let's say you have www.yourisite.com/friends and www.yoursite.com/parent ...Show All
Allen Noakes cannot edit DataGrid columns when dataSource is DataTable
Hi All, I'm creating a dataGrid and assign a data table as a source. I'm able to view the data but i'm not able to edit it. Regards, Bajoo I'm confused by this part dataGrid.DataSource = dataTable.DefaultView; Why isn't it like datagrid.datas ...Show All
Muralidharan Binding to Radio Buttons
Can someone point me in the right direction for binding to Radio Buttons I am trying to find some sample code or tutorials but haven't found much. I've been able to figure out TextBoxes,DateTimePickers,ComboBoxes,CheckBoxes,DataGrids - but I can't see ...Show All
Ben Jackson33513 Logging into MDI Application
First off, I'm just starting to learn to program in VB.NET. I am trying to create a login for a MDI application! My problem is once i get a user authenticated I want to open up the main MDI window and then close the login& ...Show All
aetor Double Click between Datagrid Columns to Expand Column
How does the datagrid know to expand the width of the column to the length of the content (text) in the column. I would like to programmatically mimic this behavior. My app allows the user to select the column that they would like&n ...Show All
golu MaskedTextBox allow "Null" Values - inconsistent bahaviour
I want the user to be able to clear or remove the masked value without an error... What can I do starting with no value i can click into the maskedtexbox and then leave this control without problems but: if i just type just one "allowed" key and "remove/delete" it then afterwards i can't leave the control anymore... Any suggestions Peter should I switch back to textbox or can i ...Show All
hallem AutoGenerateColumns
Hello, I have a problem of response time with my datagridview (with predefined columns) when I set the AutoGenerateColumn to false . DataGridView1.AutoGenerateColumns = False DataGridView1.DataSource = myDataSource //(from oracle) DataGridView1.DataMember = "My_table" //(+- 130 rows) If I delete the first line, the response time is good, but my predefined columns are disapered. Thanks in advance. Salvatore. ...Show All
jonpfl Remoting using Config file
Hello friends, I m trying to Create remote server -client using Config file. My application is 3-tyer application. and Businesslayer will be call through remoting . Businesslayer has several classes. now i have write the server config file as below <service> <activated& ...Show All
soundboy72 Hierarchical Listview
How can I show hierarchical data in List view, I know I can use the treeview control, however I want columns as well, something like the "locals" or "debug" window in VS.NET Regards :) Hi, Have You find an answer on&nbs ...Show All
Manuel9999 Problem creating and display new instance of label class
I have this code to display a simple messege at the left top of the window. Dim simpleMsg As New Label() simpleMsg.Text = "New Message" simpleMsg.BackColor = BackColor.Beige simpleMsg.BorderStyle = BorderStyle.FixedSingle 'To establish location and size simpleMsg.SetBounds(1, 1, 200 ...Show All
skinny need help in progressbar...
i really no idea how to use a progressbar... i have a button which when i click it, it will download the html page .....because the file i going to download is big, so i want to use progressbar to show tat the downloading is in progress....how can i do tat help is appreciated... This: progressBar.Value = 0; progressBar.Maximum = pageSize; // the size of the HTML page you're downloading should be placed ...Show All
tweduk This is my question
Ya it is good but they could have saved the blank space at bottom of each space which is Hard Coded I Guess. Any takers to solve the issue Locking this thread. Future discussions about this should take place in the site feedback forum. http://forums.microsoft.com/forums/default.aspx ForumGroupID=14 Solution: Remove this topic!!! Cheers Javier Luna http://guydotnetxmlwebservices.blogspot.com/ ...Show All
My Vizai Resolution Independent
anyone has any idea how do i make my application to be resolution independent. means, it can run on different screen solutions and it will auto resize the textboxes and etc. thank you Or you can monitor the changes of screen resolution by attaching an eventhandler to SystemEvents's DisplaySettingsChanged: Microsoft.Win32.SystemEvents.DisplaySettingsChanged -chris hi , please give any small cod ...Show All
venky_m Pasting Code in these Forums
A Try-Catch block in 'OnThreadException' does not execute the 'Catch'. Instead an unhandled exception 'Send Report' dialog pops up. What am I missing or doing wrong The code looks like this: static void OnThreadException( object sender, ThreadExceptionEventArgs t){ try { Exception e = t.Exception; string message = e.Message; if (e.InnerException != null ) message += Environment .NewLine + Environment .NewLine; ...Show All
