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: 4251 - 4275 of 8631
 
I have a description which the user can press enter in, the problem is I then pass the text to somewhere else and it causes a problem if carriage reutnrs are included. Is there an easy of stri...
Hi Experts, I'm trying to improve the performance of either a SQL query, or find a more effective chunck of vb.net (version2) code to execute the SQL. The SQL query is deleting duplicate...
I have a client who will soon be sending out a post card mailing inviting recipients to visit a personalized URL at their company website.  Once the recipient lands at the URL by manually typi...
I'm adding email verification capability to a CreateUserWizard.  Using ASP.Net 2.0 with VB.Net. I've got the right code but in the wrong language.  Could someone please help me convert the ...
Hello Experts! I am having an issue with a SQL statement and am sure this has a simple solution.  I have tried it all sort of ways but to no end. Here is the SQL: Dim cmdOpenMAS As New ...
Hope everyone is ready for a great weekend. I'm looking for help understanding the syntax in the inicated line below - particularly New String(). What is going on here to build the listviewi...
I am just learning how to use the ink controls in visual basic.net. Basically I have put a inkpicture control on my from and an inkedit box under the inkpicture control on my form. Basically I...
How do you force VS.NET to re-create a new interop file after you have edited a OCX reference ? I removed an OCX reference from my VB.NET project, edited the vb source, remade the OCX an...
Hi all, I'm using the ReadXML method of the DataSet class to import data from an  XML document (inferring schema). I need to iterate through a series of child records in the XML, each ti...
Hi I need to add a function so I can update my application. I don't want to use the clickonce method I need someting else. But i need it to be integrated in my application. Any tips how ...
With VB.Net, is it possible to pass a value to this area of auto-generated code from frmMain.vb that has my Form load and events\functions ? Settings.Designer.vb Option Strict On Option...
I have a Calendar with a really enoying ToolTip that I can't seem to get ride of. When I set the Tooltip to "" it still displays "Calendar" Only when I set it to "." does it change but I don...
Hi, We have a webservice. This service use a dll I created. The webservice starts every time a connection is made with a barcodescanner. So barcodescanner scans, webservice is created and m...
If using VB.NET what is the best way (or service / plug-in / api / component) to take a block of text like a paragraph and determine the count of nouns, verbs, adjectives, adverbs, etc in it? ...
Hi all, I have a DataGridView in my app and I want it to ignore any mouse clicks on it but the e args doesnt allow me to use cancel. Can someone let me know a way around this. Thanks
I'm using VB .NET 2003 using serial controls from VB 6. It has worked fine for two years. A couple of weeks ago, I made a deployment project of my application, to install it on non-devel...
Using Visual Studio 2005. How can I change a form's title at runtime with button click event?
Hey, I am trying to run a query that compares two dates. However, it seems to be getting confused. If I run it with the dates 13/05/2007 compared to 14/06/2007 it works perfectly. I think thi...
HI I have a problem with displaying columns for more than one row selected on Datagrid I am able to select more than one row and it displays my resluts, the problem is that it only disp...
I need code that shows how to call a oracle stored procedure from vb.net. Actually, all I need is the sql statement that calls the stored procedure and passes in a couple of input parameter...
Hi, I have two textboxes. A user types an IP address on each one of them. I need to determine if the IP addresses falls under the same subnet rage... How can this be accomplished with vb.n...
I have an windows application with two combo boxes that are filled by data adapters and a datagrid that  displays assigned databases for a selected user from one of the combo box. The second c...
I'm running into some hehavior with .EndEdit that doesn't make sense to me. In VB .NET 2003, I have a dataset with two tables, parent and child. I've got a verification routine to make sure, i...
Hi experts, i have a filesystemwatcher that monitor multiple directory one fsw for each directory there is not subdirectories and not notifyfilter i added one filter : *.xml and i ...
Hi Experts, I have around 7 Picturebox in One Picturebox which is acting as container, now using "bring to Front" and "Send to Back", i have placed the pictures. Now problem is that how ...