Answer Questions
Kennysarmy 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
Steve1031 SelectionChangeCommitted
Why is this Event only on the ComboBox It's great and I like it way better than the SelectedIndexChanged Event! I wish all List Controls Implemented it! ...Show All
weboy Linking to a resource file within the WebBrowser object
I'm using C# 2005 Express and .NET 2.0. Here is a screen capture of my app: http://www.utopiadigitalmedia.com/img/UtopiaGraphicWorks.jpg As you can see, I have a help utility docked on the right side, which as a "WebBrowser" object. THe object contains HTML loaded from a string resource compiled into the app: this.webBrowser1.DocumentText=(string)GraphicWorks.Properties.Resources.howto; now here is the problem- I would like that howto HTML to ...Show All
Carlos_Edmundo Use my DataSet from Designer?
Is it possible to tell VS2005 (DataSet Generator), when building a strongly-typed DataSet, to use my descendant of System.Windows.Forms.DataSet I've got some code in my descendant that I would like all strongly-typed DataSets to use. I am also wondering how to go about having it use my own base class for DataTable. Thanks, Chuck Just to make an addition note to this post; I'm able to accomplish ...Show All
Pat2214 How to show an index search like display in listbox?
Hello, I would like to link an user input textbox with a list display, while user input character will be compared with the listbox content and the closest one will be poped up to the top of the listbox. (The way a lot like Dynamic Help Index works). Could somebody please suggest a way to do this. Thank you very much. James You'd better display the value on another control, on the top. If I was you, i ...Show All
SluggoBear Newbie: simple (?) data passing from one text box to another
Hi. I'm sure this must be simple. I have 2 open forms, Client and Orders. There's a relationship between the underlying tables (one client can have many orders) and the linked field is the client_id. The Client form has a text&nbs ...Show All
Marwan delta X = delta Y Resize
I am working on VC++ .Net 2003 MDI application. I want to limit the resize of a child form such that delta X = delta Y (say [200,400] to [300,600] ). I am resizing using the Size-Grip I have set the FormWindowStyle to SizableToolWindow and SizeGripStyle to Auto Is there a way to control the SizeGrip such that only diagonal change is allowed TIA use the forms resize event to force control of the sizing ...Show All
Lectos .NET Terrarium 1.0.25.300 Available
I've just posted the .NET Terrarium client that is built on the .NET 1.1 Framework. Go to the downloads section to install it. Sorry to keep everyone waiting, thanks for your patience! If you discover any issues with this version, please post ...Show All
Igal Chariski updating a ListView causes it to flash
Hi all, Im developing a system that uses a ListView Control to display the prices of stock market, as you all know the stock market prices are in frequent change, changing the ListView to reflect the recent item change causes it to flash,  ...Show All
Slava Imeshev Dll reference issue
This is my first attempt at Windows Form and I have a reference to a dll within another project named utility.dll When I copy and run the exe on another box or from my desktop I get the following error: File or assembly name utility, or one of its dependencies, was not found. I realize tis must be something simple I am overlooking but I am just not sure. Copy the DLLs to the same location as your executa ...Show All
jimmyL ContextMenu not working
Hi ! i have added Context Menu and assigned this Context Menu to notify icon but below code does not work Why this is not working Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click ...Show All
Pockey How do I catch SelectionChangeCommitted event of a combobox in a datagrid?
I have a standard combo box in a datagrid (DataGridEnableComboBoxColumn) and I want to catch the SelectionChangeCommitted event. Does anyone know how to do this Blue & white hooped blood runs through my veins I hope I'm not leading& ...Show All
Mitchell Slep disable horizontal scrolling of datagrid
does anyone know how to disable horizontal scrolling of datagrid that has databinding Hi. There is no property in the V1.1 DataGrid that disables horizontal scrolling. If you can upgrade to V2.0 then consider using the new V2.0 DataGridView control where you can disable horizontal scrolling. The V2.0 DataGridView control has the ScrollBars property which you can use to control both vertical and horizontal scrolling. Hope this helps, ...Show All
omar 14492 custom control acting very wierd in design mode
I have created a custom control inheriting from ContainerControl. Then I created several style classes for it that basically store stuff like fonts, colors and such things...I want each element of the styles to show up in the property grid in ...Show All
kurjan GDI+ Error and (JIT) debugging message, help need
Below is the error message, anyone here know what the problem cause this error how to fix it See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc) at System.Windows.Forms.MenuItem.WmDrawItem(Message& m) at System.Windows.Forms.Control.WmDrawItemM ...Show All
