Answer Questions
s4supersonic Avoiding two button_clicks in inherited form
Hi, I have a Form1 which has a button1 on it. I add a button1_Click event in Form1 and display a message. Now I create another form Form2 which inherites from the Form 1.Form 2 also will have button1 on it. Now here also I add a button1_click event(after making the declaration of button1 in Form1 as protected, the defaukt is private). I display a message in the button1_click event of the inherited form also. When I run the appllic ...Show All
kateryn Using DataGrid with VS2005 Designer
Hi,When a form inherits from a form that contains a datagrid(modifier protected) which tablestyle collection contains one datagridtablestyle (named for example tablestyle1 modifier protected), the datagrid in the inherited form, in the designer mode, has its tablestyle collection containing another datagridtablestyle (named datagridtablestyle1) and i can't find tablestyle1. Why I can't find t ...Show All
Waitcursor 3rd Party winform tool set ?
Hi I have seen loads of third party (pay for) tool sets. Has anyone seen a good freeware open-source version Using .NET 2.0 Woodyuk As far as i know there arn't really great third party tool sets, you can take a look at websites as Codeproject to look from some specific free controls..NET 2.0 Controls are improved and fully supports Windows XP style. You can also customize a lot of existing control with ...Show All
jamesy Windows Forms MDI inside Internet Explorer
Does anyone know if it's possible to host a Windows Forms MDI within IE We know how to host regular forms but have had trouble with an MDI. Our application needs to run either within a browser or as a standard windows app. Th ...Show All
Leon Ariaans GUID and Datagridview
I have a primary key column in my database that is set as a GUID column. Is there any way when adding new rows to a datagridview, or the dataset for that matter, that the GUID is automatically filled in, with out having to specify to create a GUID and set the rows ID to it I'm also interested in this exact scenario. Will post more if/when I come across anything of interest. ...Show All
Leland Gary Updating & adding Tasks from the PocketPC version
Hi I'm trying to test/investigate the TaskVision program. I't looks realy good and I want to look further in to the sourcecode as well. For now I have been able to install a server at our own site, both WebServices and SQL server. When te ...Show All
TonyBermudez TreeListViewItem Check
Hi, I am designing a page where I have two controls . One is TreeListView and one is listbox. I like to populate the listbox with the data from Database based on treelistview item selected. I want to click/check on one of the checkbox in TreeListView and that is used as input to fetch data from database. Now my problem is when i click on a checkbox in treelistView the treeLIstViewItem checked property is not set till the TreeLIstView is displaye ...Show All
@nt Exporting Dataset to Excel in a Widows Forms Project (Not ASP)
I may be missing something but there appears to be a gap in the facilities for DataGridView 1) I can read an Excel worksheet into a DataSet Table with one line. The Table has all the columns and formatting from the spreadsheet. Example below. 2) In the reverse direction I can fully Create the file, Create the Worksheet with formatting and Fill the Rows with one line BUT only by reading from another DataB ...Show All
asisurfer Errors when changing more than a few controls at a time
I have a rather large form that I have major problems with when trying to add, change, etc several items at once before switching to the code and rebuilding from there. If I make too many changes, it reorganizes most of the generated code and the disgner spits out several of the following errors: Object does not match target type. A circular control reference has been made. And, sometime Catastophic Failure. This is C++/CLI code, so none of thes ...Show All
RtB Mutli frame images?
Hello All, I want to load multiframe images like Tiff images in picture box. i can only handle single frame image. can anyone tell me how this is achieved in vb.net should i use panel as the main container and other pictureboxes as indivitual  ...Show All
Kristy2610 FotoVision Navigation Images
I wanted to recreate the FotoVision application. Where are the images that are used for the navigation Install it, and look on your webserver, in the /images folder under where you installed the FotoVision app. The desktop portion of the app comes with source code as well, with images also. Assuming you installed it in Program Files, look here: C:\Program Files\FotoVision\1.0\VB\Desktop\Source\res\ ...Show All
Landj68 Adding field to add task
Mods made.... 1. Stored Procedures. Adds/Updates/Views all need to be updated to return and use the new field when appropriate. (done) 2. Change the SqlInsert, SqlUpdate, SqlSelect queries in the web serivce. (done) 3. Change the XSD files for DataSetTasks and add ...Show All
Nigel Findlater In code how do I change the font a textbox uses ?
Seems simple, cant seem to find the way. any ideas Deasun TextBox1.Font = New Font("Arial", 12, FontStyle.Italic) Thats one way... you pretty much just create a New Font object, set its properties and assign it to the Font property of&nb ...Show All
Gary Cabana How to keep a ToolStripDropDownButton always visible ?
Hello, I would like to keep a ToolStripDropDownButton always visible, I have been playing with ShowDropDown but I had to assign it to MouseDown, MouseHover, MouseLeave ... all possible mouse events. Isn't there any other way to keep it sticky (it still disappear sometimes) Thank you. Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.mousemove Dim item As ToolStripDropDownItem = ...Show All
brenthellbent DirectX with c#
How can i make dx9 play mp3 files... thanks in advance. Bruno. i know how to play the mp3 files with WMP9 but i just dont want to use it... is there a way to do that Are you sure that DirectX supports mp3 ...Show All
