Answer Questions
Cady Host Designer
I'm following the article http://www.divil.co.uk/net/articles/designers/hosting.asp Ok well it's a pretty simple question. lets say I have a control with a Child_Form property ok, how to I select another form if only one is loaded in the host at a time. I f ...Show All
mostafa khames 16 bit Windows Subsystem
hello, i got error while trying to lauch some applications, mostly setups... How do i fix my problem Doe's anyone can help me I ahve For solutions with this kind of problem, check the following source: http://filext.com/detaillist.php extdetail=nt&Search=Search It worked for me!! ...Show All
Ozan Combo boxquestion
hi .. how can i fill the items of the combobox from the data base 4 exapmle : table students include a name lets say jim & bill so the combo box should display jim and bill if i add new student peter then the combo box should display the all three students thx No, but "Name" needs to be the name of a column in your table, or you need to change it. What's the code/exact error ...Show All
lost in the bitzone prob while deleting row from DataGrid
I have a DataGrid which is binded to a table from DataSet in my application . m_OleDbDataAdapter = new OleDbDataAdapter(); m_DataSet = new DataSet(); m_OleDbConnection.Open(); m_OleDbDataAdapter.SelectCommand = new OleDbCommand("SELECT * FROM INPUTTABLE",m_OleDbConnection); m_OleDbDataAdapter.Fill(m_DataSet,"INPUTTABLE"); m_OleDbCommandBuilder = new OleDbCommandBuilder(m_OleDbDataAdapter); m_dataV ...Show All
schwechel Windows Installer Package
Hi, I am working on creating a Windows Installer Package from .NET Framework 2.0 (without IDE VS2003 or VS2005) and I am kind of confused with so many tools (mt.exe, instalutil.exe, mageui.exe ...). Could someone be specific on what kind of procedure I should follow (the files I want to deploy are bundles of DLLs to run as server application) Thanks a million. Ning ...Show All
NJB123 When does the Build go up in VB.NET versioning?
I was just wondering when the version of the compiled/built exe changes In VB6, it had automatic or manual, and when you compiled the project, the version would simply increase. So what's the current criteria So what action makes the version  ...Show All
vasanthaprabu resize form based on DataTable
How can I resize a form based on the width and height of a DataTable I have a form with a DataGrid control. I programmatically insert a DataTable. I want to then programmatically resize the form to show the entire DataTable unless the size is larger than a predefined threshold. In that case I would resize the form to a predefined maximum. I'm struggling with obtaining the width and height of the DataTable. ...Show All
Andrew Gaskin Optimal painting using double buffering
A lot of Windows Forms examples uses double buffering to improve the painting behavior. I have tried to do it in my own project, and it worked ok, but then I wanted to only paint what had changed between paint-request and that did not work. I have a doublebuffer bitmap: private Bitmap _BackBuffer; which is instantiated in the Form_Load eventhandler: _BackBuffer= new Bitmap( this .ClientSize.Width, this .ClientSize.Height); Th ...Show All
victtim Does it really exist? (System.ComponentModel.Design.ComponentDesigner)
I know it seams stupid to ask this question, but I have some problems using the class mentioned above. I was learning how to create control designers, I am using the .NET framework 1.1 Final Beta, and Microsoft Visual Studio .NET 2003 Final Bet ...Show All
mynus The Visible property!
Hi, I need to set the Visible property of the form to false, but I cant find the property "visible" in the properties window. I also tried giving this.Visible=false; and also by creating an object of the form and then giving obj.Visible=false; in the form load, still it does not happen. Can someone provide a solution to this. Thanks, Frenz // also by creating an object of the form and then giving obj.Vi ...Show All
Martin Dunsmore .EXE.CONFIG for an IIS deployed EXE
I'm trying to get an application to run from the address bar. The application is running fine, it's just failing when it attempts to read the .exe.config file which contains some vital settings for the app. The exception I'm getting is a WebE ...Show All
Liora Milbaum I am new, can anyone help me?
Hi, I am new to terrarium. Is there anyone who can help me with the following problems: - Where can I find tha "farm" - My terrarium never make a connection with the internet, the server is set to "http://www.terrar ...Show All
frankbel Application Icons
Hello, Can someone tell me where I can get standard icons (i.e. save, print, open) for my application. I want to make sure that the icons (i.e. Microsoft's standard icons) I use are royalty free, or I'll pay for the rights to use them.&nb ...Show All
SufferTheFools retaining focus
My form must load and the first field must be focused upon. I can do this just fine. However, I'm working on a project where the user has a bar-code reader sleeve on his iPaq. This simply acts like a SIP and saves him time  ...Show All
Paul Smith GDI+: clear specific graphic
Hello, I want to draw different types of drawings in a pictureBox image. I use: One PictureBox Two Graphics Four Graphics States I load an image and I atribute it to a pictureBox image. In the loading process I also save graphicsState. Then I have an event that checkes for two radio buttons. Depending on the check it will draw a violet or a turquoise circle on mouseDown event and also saves the graphicsState. My aim is to clear from the image t ...Show All
