Answer Questions
Rob the programmer winforms 2.0: how to create a template that contains an "about" form + splashScreen
hiya, Is it possible to create a project template that contains the above So instead of choosing the default "windows aplication", I could choose a windows application that includes my company "about" form + company splashScreen Many thanks, yogi Look at Enteprise Template. yes, vs.net 2005 makes this very easy now. Simply create your base application, and then go to File->Export template. If that o ...Show All
Michealmess VS.NET Toolbox
Is it possible to re-use the VS.NET Toolbox control for your own applications. If so, how is this done Thanyou. I have a control posted which is similar to an outlook bar and also the vs.net toolbox, it supports images of ...Show All
Bruce Hamilton New Default Line
Hi Guys. I've been working with the DataGridView for some time now and have run into a problem. I hope I'm able to explain this good enough. The DataGridView automatically gives you a default new line (the one marked with a star *) when you're working with it, but in my case I need to call it... I'm in line 1 - and I programmatically set the ItemCode field value to 651... (From another form). When I do it manually it gives me the ...Show All
zoggs Databound ComboBox with space for selecting None
Hello everybody, I am trying to build a search form for a new application I am building. The form has a couple of text fields and some comboBoxes for narrowing search criteria. My comboBoxes are all databound to show valid values from the database. The problem is that I would like to have the option of not selecting a value in the comboBoxes. For example suppose I'm building an inventory system: search form has fields Asset#, ...Show All
Henrik Goldman WYSIWYG HTML Editor Control
There are tons of browserbased WYSIWYG HTML Editor controls. But, i'm building a windows based Content Managment System, and need a HTML Editor for Windows. Anyone know of a control i could use, or a way to export to HTML Is there classess&nb ...Show All
Eagle 1 Position of context menu
Hi, How can I get the position of context menu Thank's Alexei Hi, You are wrong. When I click the mouse and want to show the context menu it appears near but the Left Top corner can be in another place then the mouse position. I took as base position that you tell but I found that is wrong. Thank's Alexei Hi, I want to get screen X,Y position of Context Menu that created on Panel. Thank's Alexei Have yo ...Show All
JackBriggs Vb.Net - Open Webpage from LinkButton on Status Bar
Hi all, I have a Windows Form and have a LinkButton in my Status Bar, and want to open a url from the Click Event. I just don't know how to write the code that actually opens a url. Sorry I'm used to working in ASP.Net and not familiar with Windows Forms stuff. Thanks in advance. Kind Regards, Grant. Process.Start ("www.microsoft.com") Hi, Thanks Moayad - worked great, but would ...Show All
Larry Robinson RichTextBox creating a custom link??
Hello, Is it possible to create a custom link in a RichTextBox control I know you can enable DetectURL and any text w/ "http://" or "www." will become a hyperlink. What I need is some way to assign an aribtrary text as a link. If it's not possible, how would I go about overwritting the control to enable custom links Thanks! The RichTextBox class does not make public the ability th ...Show All
HansVonkeman Creating msi installer
I have configured Taskvision to work for my needs, but how do I create an installer Robert. When I attempted to create a client installer I included everything I thought could be a reference or dependency and still got "System.NullRe ...Show All
antmx TabControl TabPage
From time to time I get this exception: An unhandled exception of type 'System.ArgumentException' occurred in system.windows.forms.dll Additional information: Cannot modify the Items collection when the DataSource property is set. This happens when changing tabpages in TabControl. Can it be that either the exception or stack is misleading Either tabcontrol nor tabpage has datasource set. If the problem is with datasource in some control on the t ...Show All
Paul H English how to change focus on several editbox'es by pressing 'enter' key
Good day! I made my own user control named MegaTextBox. It contains 1 label and 1 textbox. I described this class. In main form I place _myMegaTextBox'es by the cycle for (...), set the name on each _myMegaTextBox'es... But when I try to write this: _myMegaTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this._myMegaTextBox_Down); ... private void _myMegaTextBox_Down(object sender... It don't work. ...Show All
jeffehrl ClickOnce - Deploy previous version
If the version deployed (V_3_0_0_3.application) has errors and you want to redeploy a previous version(V_3_0_0_2.application). I noticed that V_3_0_0_2.application is located in the Inetpub wwwroot of the server. Is there a simple way to rollback to this version so that the users use this without having to go to Add/Remove Programs and rollback Thanks, Travis ClickOnce support server-side rollback. You s ...Show All
Yong Pan ArrayList problem
Hi i am having a bit onf a difficulty understanding this.. I have this code in a form For intCounter = 1 To dropMultiChoice.SelectedItem.Value   ...Show All
Pollocks xsd files create typed dataset in beta 2 but not in VS 2003
xsd files create typed datasets in C# Express 2005. All I need do is add it to the project. But in VS 2003 adding it to the project does nothing. I've tried several other xsd files and none of them seems to create typed datasets in VS 2003 the same way they do in C# Express. Any suggestions please Patrick The code is simple. I add dsMotd.xsd to the project and can type: dsMotd tds = new dsMotd(); In VS 2003 I can't do that. T ...Show All
Xiaolong New and open
hey, in order for me to be able to do new and open options on my text program, I need to know how to make it so the program has a certain text file type for it's documents...how do you make this with Visual studio 2005 express No, I meant the top of the file, as in the very first line. http://msdn.microsoft.com/library/default.asp url=/library/en-us/vblr7/html/vastmImports.asp frame=true OpenFileDialog and SaveFileDialog bot ...Show All
