Answer Questions
bear007 DataGridView binding to another control
I have a problem databinding my child DataGridView to my master DataGridView. When I simply add two DataGridView's then its no problem, I can select a record on the master table and get the child records in the other DataGridView. But now I like to have my child DataGridView in another control, so that I can add buttons etc. and that i can simpy attach the control to my panels. Since I did this I get no records on the ch ...Show All
vinod-stylus SystemInformation on Novell Network
Hello, I was wondering if the System.Windows.Forms.SystemInformation class (specifically SystemInformation.UserName) will work on a Novell network with machines running windows 2000 Or does it only apply to machines using windows networking ...Show All
surfcaster how to use picturebox
Hi! I have a question that how to use picturebox. If I want to load pictures from a file. My reference says something like; pictureBox1.Image = Image.FromFile( ); What would it be after FromFile Should I put file address of the pictures Thank you for help. Interesting Thread I've been following this thread and have a similar picturebox question; although the ...Show All
Nook Schreier ToolStripMenuItem (image and text) disabled causing "Out of memory"
I have a context menu with menu items having images displayed next to the menu text. When I disabled one menuitem in runtime, the app. crashed with Out of memory exception. I could work around the exception by setting the toolstripmenuitem's image property to null before disabling it. However, I think this shouldn't be this way, could this be a bug or I did something wrong. Please help. Thanks. I have the s ...Show All
KingOX Toolstrip and Menustrip docking
Within the wonderful Toolstrip container, is it possible to get a menustrip and a toolstrip to dock side by side as in Excel and Word but not in VS I want to use a menustrip rather than creating the main menu on a toolstrip because for reasons that escape me (probably dealing with short cuts) implementing the main menu as a set of buttons on a tool strip just doesn't have the same functionality as doing the same thing on a main menu. Or am I ...Show All
Mohankrish Can't Install Terrarium
I would like to try this out but having difficulties installing. It gives me an error saying that I need DirectX 7.0 installed. I have DirectX 9.0b. Anybody know why or how to get past this error I have the same ...Show All
Nikhil Ranjan Kumar Start Windows Service After Install
Im setting up a deployment for my first windows service and I have a few questions. 1. How would I go about starting a windows service as soon as it is finished being installed Or, could I force a reboot after the installation, since the service is set to auto start after being rebooted 2. My program also requires that the 'Allow service to Interact with desktop' option ...Show All
Aberro-Bailey MenuStrip with RenderMode=System in Windows 2000
Hi, I've got a problem with the MenuStrip control, using .NET 2.0, it is set to use the RenderMode=System, as this produces a result similar to other legacy parts of our application. The problem however is that when the RenderMode property is set to System and the application is run on Windows 2000 (with SP4) the menu shows up as all black and the various menus can't be seen. (Instead of the normal gray with black menu titles.) If I cha ...Show All
Kinns Capturing MouseWheel Event - Different mouse, different behavior
Hi, I'm actually using Managed C++ within VC++ 2005. I tried to add handling of mousewheel. I've put following code: 1. EventHandler: this->WA_TbPgDrw->MouseWheel += new System::Windows::Forms::MouseEventHandler(this, &Form1::Analyse_MouseWheel); 2. Routine for Handling event: private: System::Void Analyse_MouseWheel(System::Object* sender, System::Windows::Forms::MouseEventArgs* e) { if(WA_TabCntrl->SelectedIndex == 0) // Ong ...Show All
Debabrata.debroy Delegate/Event string length?
Hi. I am using the .NET 2.0 functionality for dealing with safe cross threading calls to a Windows form control, the documentation gives an awesome example using the InvokeRequired method etc... ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxmclictl/html/138f38b6-1099-4fd5-910c-390b41cbad35.htm Just ran into a problem! If i have a string whose length is more than 64 characters long, I get an argu ...Show All
BrendanGrant Listview Databinding to a either a datatable or business object how?
Hi, I know that databinding has largely improved in vs2005. However I cannot seem to put together a databindingListview. Could somebody help me with an example how to do it. thanks a lot vbjunkie@hotmail.co.uk I know that listview doesnt support databinding however i was wondering if somebody had written a databinding listview in vs2005 . That s all. anybody willing to share the code thanks a lot in advance ...Show All
Maverickcoder TaskVision: Danger of BadPractices
Hi! Since TaskVision doesn't follow any of the Microsoft Patterns (as a matter of fact it doesn't follow any pattern at all, it doesn't even follow the ADO.NET API or WindowsForms.NET API) and so many people is downloading it, using it, and&n ...Show All
harshdeep XAMLPAD error
When i try and load xamlpad.exe i receive an error. The error is: XAMLPad.exe has encountered a problem and needs to close. We are sorry for the inconvenience. asking if i want to send the report. Event viewer displays: Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 Date: 14/09/2005 Time: 14:53:32 User: N/A Computer: Name Descrip ...Show All
John Palmer Newbie need help
Hi all, I'm a student trying out VS.net C# express beta 2. I had created a simple hello world window form application. I'm using the "publish" feature that comes with vs.net, however I notice that when it's install on another computer, it& ...Show All
Nikhil Acharya Create a progress bar of sorts
Hey I tried posting a question about removing paint here: http://www.windowsforms.net/Forums/ShowPost.aspx tabIndex=1&tabId=41&PostID=19088 But maybe I should be asking how I could acheive the desired effect instead of trying somthing that might not work properly.. What I want: I  ...Show All
