Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual Basic Solutions: 4551 - 4575 of 8631
 
Hello, I would very appreciate if anyone can help me with the following two tasks: 1./ Access (userid+password) and save the content of web page to the hard disc 2./ In saved html file loca...
Would someone please help me convert this code to VB and tell me how to compile it into a .exe file with Visual basic 2008 Express Edition? Thanks!
Hi, I have a textbox and I want all the character to be upper case. So, I tried using the "ToUpper" property and it works, however all my new characters have index of 0. Private Sub tbxMyTe...
I have a client application written in VB.NET 2005 that monitors client orders and takes actions on those orders if they meet specific price/volume (and other) criteria. At the moment the a...
Hello, I recently posted on a issue i had printing Textboxes and ComboBoxes with dropdown information. Vb-Rocks helped me figure out that issue works great but i am getting False  on my print...
Hi Experts - I have a windows form that I added some textboxes to from a table (called Master) and VS automatically created the MasterBindingSource, MasterTableAdapter, MasterBindingNavigation...
I have a DateTimePicker control on a VB 2005 WinForm application that is databound to a field in an Access database. When going through the records, if the record have a NULL value for the Dat...
I have a little code snippet in VB 2005 to delete a profile- and home folder of a Citrix user. This works fine unless the Citrix user added some favorites for his Internet Explorer. While dele...
In the attached code, I am declaring values in my class.  I am getting an error saying "Constant expression is required" in regards to my DSN, which is a string value from a module in the proj...
I have an existing VB6 program that automates program builds.  It reads a database to determine what needs to be built, opens the VB6 project and compiles it, and if successful goes on to the ...
I have a form with a DataGridView on it as well as a PictureBox.  On the DataGridView, I have the first column as the key field called "ID".  On the second column I have "last name".  when the...
I'm using a custom drop down, or else I think the easy way to accomplish this would be to simply use a bound control. Basically, I'm retrieving data from a sql server that consists of descr...
Hi all, I have started playing around with the new System.Speech reference including in .Net framework 3.0 Can someone let me know hoe I can change the age and gender of the voice though a...
Dear Experts, I'm trying to find a way to delete the contents from an XML file like this... (without deleting the file and rewriting) Can anybody suggest a good way to do this in VB.net?...
First I am using VB.net 2005 in conjunction with RAPI (provided by OpenNetCF). RAPI is to communicate with a Pocket PC and allow desktop access to Pocket PC folders and files, but I do not ...
USE CompanyA SELECT * FROM EccUser WHERE Administrator='Y' The above lets me search the EccUser table in the CompanyA database for rows where the Administrator column is = 'Y' How do I l...
Hello experts. Using Visual C++ To develop a Dll. Visual Studio net V 7.0.9500 (At least that can be read on about window). Programing C++ style Function defined as int __declspec(dllexp...
I have just reviewed several postings where a question was posed about a gridview.  Is a gridview the same thing as a datagridview. If so, it references being able to use datagridview.selec...
Hello, I have an application that uses the "GetSetting" and "SaveSetting" commands to work with the registry.  These settings are automatically stored under "HKCU\Software\VB and VBA Progra...
I am using VS2005 and have a listview control that is set to display checkboxes and I am only wanting the user to be able to select only one of the checkboxes in the list.  I thought that sett...
I have a web form so that users can submit their details in Visual Studio 2005. I have used the formView control in the visual studio toolbox. When the user presses the insert button ( provide...
I am trying to add the datepicker control to my aspx page but cannot do this.  I see it in the All Windows Forms but it is greyed out with everything else.  I would like to use this along with...
Is there a way for me to launch a VB.NET 2005 exe from a vb6 exe? I created a stand-alone vb.net 2005 app.  I built it.  I installed it using ClickOnce. It created all the subdirectories a...
Hi Experts, A column in one of my table is of Date/Time datatype. The same column also shows up in my dataset as DateTime. When I update my Access database, only the Date value is saved but n...
When installing a VB6 application I created, we get an error that it could not register the MSSOAP30.DLL. We still get an error when we try to manually register it with Regcvr32. I have read s...