Answer Questions
The CynicalDoctor Internet Explorer As .NET Host...
Hello all, I'm having an odd problem with hosting my .NET control within Internet Explorer. The control works just fine but the problem is when I close Internet Explorer. Thats when it gives an error: "The instruction at '...' referenced memory at '...'. The memory could not be 'read'. Click on OK to terminate the program" If I browse to "about:blank" or any other page not hosting a .NET control and then close Internet Explorer it doesn't h ...Show All
psudame Language attribute at application’s exe/dll files.
Hello All! I have build my application (It's consist of 2 assemblies) and gets 2 files app.exe and app2.dll So when I open Windows Explorer and click (right button :)) on any of files, select "Properties" from popup menu and than select Version ...Show All
Jim Holloway Clicking doesn't bring MDI windows to the front!
I have a MDI application that users generally will have a few windows open at any given time, and there is a bug where if you click on a window (Anyplace except a title bar) it won't bring that child to the front. Any ideas whats  ...Show All
andrew_goodman Preventing from firing an event
Hello, I need to be able to prevent my windows form controls (such as TextBoxes or Buttons) from firing events such as click or double click, but without making them disabled. Is it possible at all Thanks in advance, and sorry if there is any mistake because of my bad english. Gonzalo Peter, thanks a lot. I will try to do that. Gonzalo You would have to create your own Custom Control deriving from the classes in quest ...Show All
P. van der Velde the simplest GUI
Hello, I'm am new to using these forums and I was hoping to find some help while my Book on Visual C++ is being delivered. I'm creating a GUI to be the interface to a logging program. I have layed out all the buttons and lists and text displays and given them the attributes I want. The visual form creation part was easy. But i'm having touble getting a good example of doing even the most minor coding to make it functional. I'm new to visual ...Show All
Gayatri_SSIS Visual Inheritance Issues
Hello, I have three forms: frmCustomerTemplate, frmAddCustomer, and frmUpdateCustomer. frmAddCustomer derives from frmCustomerTemplate, and frmUpdateCustomer derives from frmAddCustomer. Diagram: frmCustomerTemplate --> frmAddCustomer --> frmUpdateCustomer I'm encoutering a problem where frmUpdateCustomer is not  ...Show All
Kalcy Adding listbox like control to Outlook Calendar Look and Feel Sample
I would like to add a listbox like control to the Outlook Calendar Look and Feel Sample by Dinesh Chandnani; I like the project but think it would be nice to click on appointments to edit them; and display a fly over tool tip; all of which would work better if it was another control added to the DataGridView with events like OnClick; not sure how to go about though; don't see much I can do in the Paint function to achive this; any help would be ...Show All
dh2132 Tooltip/MDI Memory Leak in .NET 2.0
Hi, I've been experiencing a memory leak problem in .NET 2.0 using Tooltips in child MDI forms. According to the CLR profiler, a tooltip within a disposed child form prevents the form from being garbage collected. It appears similar problem occurred in .NET 1.0/1.1 (http://support.microsoft.com/kb/817795/en-us), and the suggested workaround appears to work. Has this bug actually been fixed in a patch I should install Product Feedback center app ...Show All
Ted69 MDI child controlbox (minimize,maximize,close)
hi every one....... just a simple question here. i've set my child form to maximize in its parent form. how do i want to make the child control box (minimize, maximize and close button) to be hidden. thank you.... but still that doesn ...Show All
andac Invalid Namespace Exception with My.Computer.Info.OSFullName
Hi pals, I'm working with VS 2005 (VB.NET 2005) And my OS is Windows 2000 server. I wanted to know the Full name of my OS .When i'm trying to get the value of My .Computer.Info.OSFullName I'am getting Invalid Namespace Exception and the stack trace tell the following: at System.Management.ThreadDispatch.Start() at System.Management.ManagementScope.Initialize() at System.Management.ManagementObjectSearcher.Initialize() at System ...Show All
tommyready Measure String
I need to measure a given string using a given font. However, I have no desire to ever draw this string to any surface. How can I go about creating a graphics object to get access to the MeasureString function Or is there&nbs ...Show All
TomFromBern Get current Window handle count for current process
Is there a way to get the current window handle count the current process is using Thanks, Jim Do you mean just of the current window within the process and nothing else If not... Have you tried the HandleCount property of a Process instance From what I've read about that Proprety is that it is *all* handles not just Window Handles, I would prefer to get more detailed breakdown of t ...Show All
mTIE Remoting Problem
I am using some open source .NET code. The code is designed to automate the build process on Remote machines. SourceSafe project information is specified in a projects xml file which is deserialized into an array of objects The following code  ...Show All
Rickcr Failed to load resources from resource file
Hi, I may just be being thick here but, after installation, setting up a new Terrarium, compiling the simple carnivore, and trying to indrocude the animal to the Terrarium, I am getteing the following error: "Setup Error Failed to load resources from res ...Show All
Irreversible keyup on datagrid
Can anyone tell me why the keyup event will not work on datagrid code as follows: Private Sub grdItin_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles grdItin.KeyUp Dim row As Integer = Me.grdItin.CurrentRowIndex &n ...Show All
