Answer Questions
Yaniv1 How can I reach the Tag of a checkedListBox-Item??
Hi! I created a CheckedListBox. Every contained item got an unique Tag: ListViewItem baItem = new ListViewItem(bauabschnitt.BA_Bezeichnung); baItem.Tag = bauabschnitt.BA_ID; listBA.Items.Add(baItem.Text); Now I want to loop through the selectedItems and retrieve the Tag of each item. But I only can do something like this: foreach (int indexBA in listBA.CheckedIndices) { string baBez = (string)listboxBAS.Items[indexBA]; ... } Isn' ...Show All
AWIcurrent Gant/scheduling control
Requesting a gant/Schedule control similar to that found in MSproject a databound control with Tasks Listed vertically with a graphical display of assigned Dates and ability to change views by day Month QTR and year Colin "This isn't the& ...Show All
jceddy How to share MDIParent Client Area
I am building an application which shares a good deal with Windows IDEs in that it is an MDI text editor, but needs to reserve some parts of the main form client area for other displays. For example, I need a treeview or list control& ...Show All
gmitchell7 flickering form on resize with a background image.
Hi, I have a background image to the form. The form is divided into two horizontal split containers the top container is fixed and both the containers are made transperent. i have a listview docked to fill in the container. when i resize the form i have a flickering issue and i see that the background image of form is being displayed during the time duration when the listview gets to the resized position of form resulting in a flickering. I h ...Show All
Sachin Pune Terrarium 1.2 not showing any text on buttons?
I just installed Terrarium 1.2 and noticed there is no text on the buttons. Is this a known problem Is it because I've ClearType enabled --Dion ClearType shouldn't affect it. Could you send a screen shot and any configuration infor ...Show All
Jenny777 Can't anyone help me with this? - "..timeout period elapsed prior to obtaining a connection from the pool..."
I posted this problem but no one responded. I figured I'd try one last time. I'm having a wierd problem. I've been using Visual Studio.NET 2003, and writing an app that up to now has been working perfectly. All of a sudden an error comes&n ...Show All
LMP0407 Problem deploying MSDOS executable
Hi, Here's an odd one ! My app. uses a legacy MSDOS com executable which I deploy along with other support files. My app works fine after deployment, however when I try to access the com executable -either from the app. or directly - I get a Win32 exception "The parameter is incorrect". If I copy the com executable to another folder it works fine. It looks very much as if it's an access rights problem but I can access ot ...Show All
phatrice how to deny the movement of windows forms by user?
hi in windows forms , users can click on the frame of forms , and move them to any position of the page . but i want to fix the position of forms. how thank u off the top of my head you could set the Location property in the LocationChanged event of the form. it doesn't have any relation to locked property. i don't get my answer ! :( thank u :) ...Show All
c0d3r DataGridView And Its CurrentRow
Hi, everyone. I need to change the value of CurrentRow property programmatically. Is there a way to do such thing Tried this: dataGridView1.Rows[index].Selected = true; but it only selects a row and doesn't change CurrentRow property :( Since nobody answered my question I digged a little bit deeper and found this dataGridView1.CurrentCell = dataGridView1.Rows[ y ].Cells[ x ]; and that is the answer matching the question. ...Show All
btasa Filling a datagrid on Windows Form with Visual Studio 2003
Hi, I'm fine using ASP.net and ADO.net on the web app side of things. But I have just started learning about Windows applications and nothing seems to work! Just trying to populate a simple datagrid now seems impossible with VS2003. There now does not appear to be the .DataBind or .DataKeyField methods My code is as follows: private void button1_Click_1( object sender, System.EventArgs e) { SqlConnection myConnection = new SqlCon ...Show All
claudioe Hide a window of an external application
I want my WinForm to be able to hide an external window of another application using the Title of the window to identify it. For example, how do I hide the window of Internet Explorer through my WinForm ... Not close but hide it! Solutions  ...Show All
kaarde scroll and focus bug
I realized that I did not post a complete question so I am doing the same post again with more information: have created a MDI parent form which has a UserControl inside. I create two instances of the form with the UserControl as mdi&nbs ...Show All
Tony - Memphis Error during Visual Inheritance using C#
Hi all, Iam getting a "Unspecified error" when trying to create a inherited form. Here are the steps i take. 1. Create a new project of type class library. 2. Create a new windows form with the required layout. Called it BaseForm.cs 3. Build th ...Show All
thenewdays Text does not appear on form load
Here is the problem. Certain controls don't display text. I will create a form in the IDE that has group boxes and combo boxes on it. The combo boxes only display text on the top line or the line that I select. When I click the dropdown, nothing else is displayed. As for the group boxes, the header displays, but any labels inside the text box don't display any text. They show up in the IDE, but not at runtime. I have a screen shot showing the ID ...Show All
BobCat Productions Outlook Reference.
No doubt an easy starter for someone... I'm playing with controlling Outlook, at the moment e-mails particularly. Anyway, I've got a simple form with a text box for e-mail address, a text box for body text and a button to send. Works fine if&nb ...Show All
