Answer Questions
_SteveH_ What is "application framework"?
I tried creating a new Windows Forms app and had a hell of time just getting it to run. The trick was turning off something called "application framework". Can anyone explain what this is Or point me to some articles about&nb ...Show All
madwinchester Add Method to MDIParen or Child?
I want to add a method to save data associated with a child form. Should this be done in the child or parent form The way I see it, it is easiest done in the child and feels logical, but does that mean that several copies of the code are in memory when several forms are instansiated If so, doing it in the parent means less code in memory. Where can I read some guidelines in this regard Thanks, that exacltly answers my question. ...Show All
Eileen Torrens edit box
how do you set an edit box to read only when a checkbox is enabled(checked) how do you clear the edit box after the values enterd are used by the application and you want to reenter the values Thanks I am a little confused; I dont recognize the methods you are calling. Is this managed C++ code I tried this it did not work void CDSPropPage_PageA0::OnCheck1() { if (m_Check1==TRUE) GetDlgItem(IDC_ ...Show All
Kujp Sucisv How to sort groups in ListView
Using the ListView in VB.NET 2.0, is there any way to sort the order of the Groups collection other than figuring out the proper index when adding them ...Show All
Vítor DataBinding to a ListBox at runtime?
Is there a way to change the <i>displayed</i> data in a ListBox at runtime, say thru a button click I have a ListBox which I load with 200 records from a database on Form_Load. On a button click, I want to retrieve the next 20 ...Show All
skinned_knuckles access database... access...
Hi, I'm accessing an Access db from my app... now, what is better: load all the data I will need for my app in the beginning, or just load it when I need it Thanks If you think most of the data will be used and&nb ...Show All
dnilepharaoh ListView doesn't display icon
Hello to everyone, My application uses a listview with a largeimagelist associated. Sometimes listview doesn't display images, but only a gray border. I'm sure that Image object that I passed to the control are valid, because if I try to save them to a file, I get a correct image. Anyone can help me Thanks you Rizzi, in Form's code window open region named " Windows Form Designer generated code " and search inside this section where w ...Show All
oaix TreeView XP style
I have managed to get XP Styles in my app (its taken a long time to figure it out) but now the treeview doesn't seem to look right. It starts off with a Win98 style scroll bar and once I resize it the scroll bar turns ...Show All
hoangha Being able to acces the data connections of the server explorer from a Custom Wizard
I'd like to know if there's a way to access the data connections of the server explorer from a Custom Wizard Im developing, I know I have to manipulate the DTE object, but I dont know how... Any help will be thanked. Co ...Show All
Scratchc0der how to group items in the listview?
i want it to look this way group 1 item 1 item 2 item 3 group 2 item 1 i've tried the msdn sample but i get errors, Items.Item anyone i can't find a simple example. ...Show All
Tony Ayoub How do I assign icons to a toolstrip?
Sorry if this was asked before, but your forum search engine was broken ("an error occured that has been logged"). As simple as it may seem, I can't figure out how to assign icons to a toolstrip in the designer I'm talking about icons litterally -- .ico files, not jpg's, etc. If I click on the "Image" property, and try to import an image, it just gives me options like jpg, gif, and other *image* formats Is there no way to import an *icon* in t ...Show All
TheShiner OFFICIAL SURVEY about your usage of the .NET Framework documentation!
Hello - I'm conducting an official survey about your usage of the .NET Framework documentation. In particular, what programming languages do you filter on. Your answers will be used to help improve the documentation viewing experience. When reading the surv ...Show All
Aggelos Petropoulos Howto paint DGVCheckBoxColumn for certain rows as something else
Hi, I hv a problem to completely disable or not to paint as checkbox cell inside a DataGridViewCheckBoxColumn. The reason to disable depends on the values for a specified column for each row in DGV. For now, I'm using CellPainting event handling and the code is something given below: private void dgvMobile_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { foreach (DataGridViewRow dr in dgvMobile.Row ...Show All
Roberto H. ClickOnce, Proxies, Firewalls
Will ClickOnce work if I have proxies and firewalls in my network Will it allow COM wrappers, unmanaged MFC libraries, Content files, resource files, etc to be downloaded Thanks, Kunal Kunal, As long as your network environment permits downloading of these files without any kind of user prompting ClickOnce should download them just fine. ClickOnce does not block any spe ...Show All
Philippe A. Office 2003 Icons
Hi I want to Create News Windows Application But I am very poor for Icons !!! Can any one refer me to good web site content good quality Icons Like Icons of Office 2003 And thanks with my best regarding Fraas It's hard to  ...Show All
