Answer Questions
bynars99 Null values in a dataGrid
Seems like a simple problem, can anyone help out I have a datagrid and it has a lot of null values in it. How do I get rid of '(null)' in all the cells that have null values. I want to keep the null values there, I just&nbs ...Show All
Thottam R. Sriram TabControl and ToolStrips:strange behaviour ?
got a form with a tabcontrol on it. On each tappage a ToolstripContainer and some Toolstrips in int. If I see Tabpage 1 in the designer and run...then I get Toolstrips visible on Tabpage 1. Not on ex.TabPage2. if I see Tabpage2 in the designer and run...then I get Toolstrips visible on TabPage 2. No on ex. TabPage1. Is this meant to be or am I missing something Thx JMW Jessica wrote: I'm not sure ...Show All
Karen Kenworthy RichTextBox sliding window/buffer question.
I'm developing an application that deals with very large files and has a significant native backend doing a lot of the file processing and data interpretation (therefore interop extreme). However this question is about my output display in WinForms (.Net 1.1 upgraded to .Net 2.0). I have a RichTextBox which I simply want to show one buffer/window of data in... then as the user scrolls past the end of the buffer/window (and vice versa) I want ...Show All
ethan23m Writing a binary array to XML
Hello, Is it posible to write a binary array to an XML file, then extract it again thankyou. I'd imagine you could just dump it into a TextNode and you can easily pull it back out again. I've never tried it though. ...Show All
push_ebx Browser as MDI child
Is it possible to run Internet Explorer within an MDI child form so it can be 'docked' within a parent form A previous thread mentioned a way to use a COM reference to do this, but I don't know which one to use, and if that  ...Show All
Anachron Application Specific File Extentsions
A lot of applications I use create file extensions that are application specific. That is, other programs cannot access the file. How would I go about creating my own application specific file extensions. Thanks in advance. B Rad Y ...Show All
Acsellerate windows service won't install
I created a windows service according to the microsoft walkthrough: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.asp However when I run the installer it doesn't show up in the service list. Of course, it won't run without b ...Show All
ppl1 ClickOnce on a locked down Terminal Server
I've been asked to get a ClickOnce application working on our Windows Server 2003 terminal servers. Note: I am not the application developer - just the guy trying to get the app running. I can make suggestions to the developer but they are a third-party. Some background : The terminal servers are load-balanced and publicly accessible (no guest access) so we have them locked down; although not as tightly as *I'd* like... ...Show All
Robert_B Make Form modal to external hWnd
In a screensaver, when the Options button is clicked in control panel, it calls the screen saver with the command line argument /c:1234567 (for example) where 1234567 is the window handle of the control panel dialog that my Options form needs to be made modal to. How can I do this I tried Control.FromHandle but it returned null. You have to create a class that implements IWin32Window: using System; using ...Show All
grdanielson Help calling a windows form from a control which is docked in another form
Hi Everybody, I have a issue which I think is dumb in a sense. I have a user control docked in a form let's say FORM1, this user control contains four buttons which when clicked will show four other forms. Now when a user clicks a button on the user control which is docked in FORM1, i want to open another form called FORM2 and close the FORM1 and keep FORM2 displaying. Thanks in advance for any hints or help. Thanks and Regards, Sri. I'm g ...Show All
newtowinfx could I type more than 1 charactors in ComboBox?
I have a problem on ComboBox by C#. I have a long list data for this comboBox, when I type in the first charactor, then the data started by this charactor will show up. But there are still tons of data, so I wanna type in the second charator, third charactor... to narrow down the data to select. Could I do that Thanks! AutoCompleteMode is new in .NET 2.0, that is, in the new Visual Studio 2005, not in ea ...Show All
rreyna multiple forms and datagridview question
Hi all :) New problem today for me :( I have a form where users are allowed to insert some data. On another form, i have a datagridview that filter records. On this form, im trying to select a record on datagridview, and bind results to another form that is already opened and active. Thx at all in advance. thx for answer, but sincerely i dont understand, and sure only for my fault. ...Show All
Reactive Unbound DataGridView and Dates
I can't seem to make an unbound grid deal with dates properly. Anybody have a sample of how to display dates in a DataViewGrid such that the column that displays dates sorts by date and not by the string representing the date I also need to set the date format used. There is a ValueType property that looks promissing except I have not been able to set/change an unbound column's ValueType. Is that possible How In my case I need to set the ...Show All
NagySaNa Terrarium Help.
Hi, I need help. I am a newbe to terrarium and it looks interesting. But All what I can read on the internet concerning Terrarium looks a long time ago. No recent post I mean, or at the farm... or I look at the wrong place. (Where is everybody ) I see 10 peers, All LED's are green, but I never receive a creature from other peers. I can't introduce my own creatur ...Show All
Paul Scheremet property Grid IE hosting
I am using property grid in my usercontrol and hosting it in IE and using the strong name and switched of the security policy using caspol -s off.It works fine. But I don't want to completlty switch of security policy..Is there a way sothat I can&nb ...Show All
