Answer Questions
Stephen Joseph Brown Treeview question .net
How do I select a node programmatically I expected to see .Selected method. I see IsSelected. Thanks, Mike Hi, Assign the node to SelectedNode property to select it: myTreeView.SelectedNode = myTreeView.Nodes[0]; Regards, -chris ...Show All
Vikas Verma [MSFT] Disable the X
Is there anyway that i can disable the X close button but i still want to have maximize and minimize. I just want X to be either gone or X to be grayed out so it can't be used. Dim frm as new FormX frm.controlbox = false I know about that but that disables the entire control box and i need minimize and maximize in there, i just dont want the X close in there. Or witho ...Show All
goGUI Asynchronus WebService call Progress Bar
I have a WebMethod that I'd like to call asynchronusly and be able to display a Progress Bar. What's being sent to the WebMethod on the WebService is a byte array. I'm fairly new to asynchronus calls and was wondering if this is possible& ...Show All
jazzmanmann Saving Data in a Related Table
I'm having a problem saving my data. I have a main table with a child table. Each table has it's own Datagrid. The child datagrid is linked with the Datasource set to the maintableDataConnector and the the DataMember set to the Rel ...Show All
KnutVG Install Error : The parameter is incorrect. (taskvisionsource_1.1.0.0.msi)
When installing taskvisionsource_1.1.0.0.msi, I'm getting this errormessage: "The parameter is incorrect". The installer then rolls back. MACHINE CONFIG: * Windows Server 2003 Standard RC2 Application Server mode : IIS 6.0, ASP.NET and FPSE working fine. * SQL ...Show All
TakaKami0000 Multi-Lingual Forms
I am developing an application that needs to support 2 languages (English and something else). All labels on a form need to display the proper text based off the logged in user's language code. The way I am thinking of doing this is as follows: ...Show All
bvsoftware Database across internet question
Is it possible to use a windows form for this I'll try to explain. The user will run the client program and click an event that will send a few parameters needed to query a database on an external website. This will display a web page with  ...Show All
flep Platform invoke information request
HI all, I am now developing an application using Compact Framework, and I did some search on msdn and I found an articles available at http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/messagewindow.asp and I need to use MessageWindow to perform callb ...Show All
Stuart Carnie compilers
I have done a project in vb.net windows form, I did use thinstall before to compile the project, but now it has expired and does not work anymore, I am looking for a freeware compiler or online compiler, I did load .net framework on m ...Show All
Mick_RW how to deploy the windows project with certain elements ?
Hi, Friends i have problem in deploying the project. i need a deployment which easily create and if i run it and system doesn't have framework ,sqlserver and crystal report than it will install these componenet. thanks ClickOnce is present in VS 2005 onwards, the latest version is Beta 2, June CTP build. Can you see crystal reports in "\Program Files\Microsoft Visual Studio 8\S ...Show All
Jonathan C. printing text
I am trying to print a text file and am using the examples provided by Visual Studio. The following line calculates the number of lines per page in the PrintPage eventhandler: lpp = ev.MarginBounds.Height / printFont.GetHeight(ev.Graphics); The problem is that lpp calculates a number of lines but the printer is printing past the margins and I miss 2-3 lines per page. If I subtract 4 from lpp this works but why isn't the calculation corre ...Show All
Mhed Can An XAML form be used with database, and is it safe to use in corporat
hi, i am workin over a shopping mall sys, is it possible to use an xaml defined form, in the corporate system, is it bug free. the next thing is whether an xaml form be used to send and receive data in the databases. last, how to keep ...Show All
hbjcr Masks in a TextBox
In a VB.NET form is possible to define a mask for entering data in a TextBox, for example, a Phone Number (507) 2174970 or a specific Date format Please, how I can do this Thanks in advanced You can always do it the o ...Show All
Professor X menustrip scrolls out of window
I'm a novice VB user and am having a problem using a menustrip. As a simple illustration of the problem: 1. Create a new VB project using the Windows Application template. 2. Drag a menustrip onto the form and dock it to top. Insert the standard items 3. Set the autoscroll property of the form to True 4. Drag some control onto the form and place it near the bottom (for instance, a MonthCalendar). 5. Run the program. 6. When ...Show All
Chad Boyd Bind Nullable int to TextBox
I am trying to use nullable types in our custom business objects, and we are trying to bind a single business object to the form controls using the new data binding. I can't seem to get a nullable int to bind to a textbox correctly. Here is the code I am using after searching for examples all over the web. I am using Beta 2. Can anyone help me public partial class Form1 : Form {   ...Show All
