What event is triggered after a change of the checkbox is registered?
I have a set-up project which prepares all the files heeded to put on an installation disk. However, before I build the project I replace the compiled exe file with an exe file that has been d...
I have a datatable which contains x number of records. I am able to update this datatable back to the datasource using the standard data adapter and command builder objects.
However, I have...
I would like to be able to read source files I've written in VB.NET and check for redundant code programmatically rather than manually. For example, I've written a data access class that calls...
Hi Experts,
Is there a way of storing data in my application's project file(s) so it can be read with an OLEDB connection?
Cheers
Tom
Hi, I' using VB 2005, WinForm. I have a ComboBox on my Form the has three items in its "Items" collection (i.e ItemA, ItemB and ItemC).
I want to make sure my user can only choose from thes...
Dear experts:
Hi again!
On VB 2005 Splash screen, I dragged and dropped a combo object and a label. Both of them are placed at the top of the screen. I tried to drag and move them down. ...
Hi I'm using VB 2005, WinForms. I have a GroupBox on my Form and I've set the GroupBox's "DropDownStyle" property to "DropDownList". This prevents any users from entering anything into my Gro...
I am writing a program that opens and reads all the files in a directory one at a time and if any occurences of the following are found, then the month is incremented by +1. also, if the curre...
I need to read a directory and pull of the files with an extension of .wfd in to an array.
My background is web development not Software development. so please help me out on this one.
I have a "Huge" 2D Array which i need to loop through, probably over 10,000+ index's. if I do a...
Hi Guys
Does anyone know how to detect number of physical processors and type (single, dual, hyper etc). CPU-Z does this effectively. Need to be written in vb .net or similar
WMI only...
I am developing a web site in ASP.NET using VB.NET on MS Visual Web Developer 2005 Express. In my web page I call the Shipping Method sub to get the cost to ship the product(s) in the shoppin...
I am using the following statement to take a value from a datagridview and put into a combobox. I want the first part to have brackets around it.
Me.PersonComboBox.Text = TblPersonsDataGri...
Hi I am having a discussion what the best way is to handle error's,
Method 1
if SaveChanges(param1,param2) then
msgbox("Saving succesfulll")
else
msgbox("Something went wrong")
...
Hi I have phone #'s 111-111-1111 I need to reformat as 10 digit and remove "-" programatically.
VB 2003
Thanks
i want use transaction in this perticular code can u help me to put the transaction so that when there is an error in any of the field inside the grid it should not save any row.Plz help
I am new to .NET and I'm trying to understand the sequence of events. On my first form, I'm getting an error in a subroutine, so I want to know where the sub was called. I commented out the Sy...
I need to carry xpath search...and I'm trying add a array variable into the search condition, but its says " & " cannot be user for string and array...please let me know how to solve????
...
How can I remove redundant blanks in a string? To clarify, if there is one, or more, adjancent blanks between characters, leave one blank.
Thank you.
I have a list of 400 website URLs and site names. I want to automatically download just the home page and name the folder by the site name. Is there a tool or a way in VB.NET?
I have a web page in VB.NET that I'm developing in MS Visual Web Developer 2005 Express Edition. I pass the product SKU for a specific product in a QueryString - product_details.aspx?sku=0852...
I'm creating a game based on Jeopardy! in vb.net and MS Access for the database. What I have done is created a function to return the categories from the database to populate the top row textb...
Hello Experts,
I have been programming with vs.net since 2003 and have never really figured out how to do this. I have done numerous searches and have come up with nothing.
What I am tr...
Hi Experts
In vb2005 how do I add text from a textbox to a textfile without overwriting the textfile.
hope hear soon.