Answer Questions
Gareth Ch Select a datagrid cell value?
Hi, How could i programmatically select ( highlight ) the value in a data grid cell. I need to add a function to the datagrid to be able to delete/clear the current cell value by pressing a key. Following statement clear the cell but  ...Show All
megachuck1 add new record in the binding datasource using BindingManagerBase.AddNew() method
I have a data-entry type form and I created with textboxes bound to a dataset.When I use the following code to add a new row to the dataset that my textbox bound to , a new row is being added (bmb.Count will increase one) , but the postion of the bmb doesn't position to the newly added row even though I use bmb.Postion = bmb.Count-1 , the postion didn't change private BindingManagerBase bmb ; bmb = this.BindingContext[this.dsDS.T ...Show All
kien Datagrid left over under GridColumnStyles
Hi All, I implement a GridColumnStyles customization in a datagrid with VB.NET. Different sets of data will be reloaded into the customized datagrid through the control of a couple of RedioButtons. The problem is: The highlighted cells are left over in the background to the subsequent datagrid display of new datasets. I have tried the datagrid's TableStyles.Clear(), refresh(), hide(), and other methods before reload the d ...Show All
Bruno Estrozi Invalid Command Line Argument
Hi, I am using the bootstrap to run my msi project as well as install windows installer if necessary. Everything is fine and dandy in my VC6 but in VC8 I can't get it to run silently. If you look at the command line parameters of the bootstrap "setup.exe", any argument not recognized should be passed on. This does not seem to be the case. If I run my msi project directly from a cmd prompt it works fine, if I run it using msiexec it ...Show All
Angelo13 Masked Edit in TextBox
I need to control de text that insert the user, but a custom mask, it means that is not a date, or the time or something like that, is a name of a file, an url's adress, and things like, that. I have fond a component: Maske ...Show All
The Developer-X (NEWB) Textbox to Listbox VBe'05
OK, good forum here, seems like there are a few helpful people here. I am a complete newb to VB (used to NSBasic for PALM) And I'm going to have many stupid questions so bear with me. Mainly this is due to the fact that I am running the Beta of VB express '05, and I can't find good documentation anywhere. I have a Textbox that a user enters a string, then They click a Button to add it to a Listbox in the same form. So far I hav ...Show All
Lou Terrailloune How to deploy a dotnet win application WITHOUT DotNetFramework 2.0
Hello.I created a setup and deployment project for my windows application and deployed in another machine which doesn't have the framework 2.0 and it is asking for download of framwork. I tried to include the prerequisites along with my application but it is costing heavy memory nearly 22 mb where my application is about 6 mb. Can you tell me is there any way to create a setup appli ...Show All
swo1967 VB.net window controls for databinding
I have an application in vb.net window environment for insert, update record to access database. the more window controls I put in the less record I can input (200 -75 - 20). Now running for 20 records it's hanged because of System ...Show All
Daddicool Special Characters
Where can I find a composite list of special characters that I can use when printing out info on a windows form For instance, if I wanted to tab over, what would I use What about a carriage return/single-line break Chr$(9 ...Show All
Gaz Man Getting Units of Measure in use
I am facing problems with the PageSetupDialog and will have to do my own. How do I determine whether the user is in a metric locale or inches locale CurrentUICultureInfo doesn't seem to have this property. Besides millimeters and inches, are there any other types used Thanks in advance. Hello, anybody home I don't believe I am the only person in the world with this requirement. Thanks. ...Show All
Xarax How to do that if WebRequest.Abort() before BeginGetResponse-CallBack?
Hi When I send BeginGetResponse() to the server, then WebRequest.Abort() before BeginGetResponse-CallBack, the WebReuest is correct aborted, but the BeginGetResponse-CallBack still runs a few later. So, it will get a WebException. Because cann't call EndGetResponse() after WebRequest.Abort() H ...Show All
Hadas Rodal How to Make RegularExpression For This?
hi, everybody. i want to make regulare expression pattern for this Example Text: < Title1 > SubTitle1 Here i wrote the body of article..and end this body with, write andy thing any thing.. + < Title2 > SubTitle2 Here i wrote the body of article..and end this body with + i want to make pattern for parsing those structure of above..like start with '<' for Title..and then Web M ...Show All
SPIDEY25 Bug on ListBox?
Hello, I'm using VisualStudio .NET 2003 on a computer which had VS 2005 Beta 2 previously installed, I made a simple project consisting in a DataSet that contains a data table with only two columns, there is also a ListBox linked to one on the table's columns and also a TextBox linked to the other column, by means of a button I add a DataRow to the table, I'm able to see the text on the TextBox but nothing on the ListBox, there is something ther ...Show All
oneniner Form Distortion
I have three VB.net forms on my desktop - One program only runs Monarch which opens it's form on top of the forms. This causes distortion in the other forms.(part of the Monarch Form imprints on the vb.net forms) Is there a way to prevent this from happening Make sure when Monarch is ran that it doesn't suspend the thread. Can you post the part where Monarch is launched This ...Show All
R3N3G4D3 Tabbed MDI Manager control
Is Whidbey going to ship or give a sample for a Tabbed MDI Manager control It would be good if I could use a control from Microsoft for controlling my layout of child windows forms in a MDI application. Thanks Whidbey will not contain a Tabbed MDI Manager control or sample. I was under the impression that tabbed mdi would just be a part of mdi in .NET 2 Eg if you set up your app to use mdi then check tabbed mdi in a property ...Show All
