Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

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

 
Top MS Visual Basic Solutions: 1301 - 1325 of 1561
 
Hi! I need some help with how to handle exceptions in a client/server model. If I do this in the client Public Sub CreateList()    Dim Names as Arraylist =GetNames()    Dim Cars as ...
OK,I don't even know if his is possible, but I will ty to explain. I have an app which uses a script to print a letter (in a mailmerge) but it can be printing between 1 to 20 different types ...
im trying to set a variable inside a fuction, return it to the sub that called the function and then set a textbox with the returned value. what type of variable do i need to use? i get an err...
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
Is there a way to keep a log of Windows Logon in Domain enviroment in vb.net? This will be for the entire company. Their user name and time they logon will be store in MS-SQL.  Is this a possi...
How can I create Windows Services in Vb.net?  Instead of a windows form pops up all the time, I want it to start at a certain time during the day.
I mean a REALLY BAD setup.exe. I have a program I published in the past. After making a few weeks worth of changes I decided to publish it, once again. Now the program runs fine in the debugge...
I have a text file which keeps a log of transactions.  The entries are posted daily.  When the file gets too big (either by measurement of line numbers or by file size, ie. 200 Kb) then I want...
How do I Set focus on Sumit button when we press enter after entering text in text box
I have a data table with Function names. These functions are defined in my code and work properly. Most of these functions return a value I require. I can retrieve the function name from th...
Hi Experts In vb2005 how do I add text from a textbox to a textfile without overwriting the textfile. hope hear soon.
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...
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...
It is my first time having to call a mysql store procedure from vb.net. I am trying to use the below code but it keeps saying You have an error in your SQL syntax; check the manual that co...
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?
Using VB.Net We have developed an application that we have pushed out over multiple machines..the problem is the user sometimes forgets to close it down at the end of the day and it is left...
This is the code I am using to XCopy a folder's contents from one server to a folder on a second server. The XCopy works fine if I am testing on my localhost. My localhost is located on the de...
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...
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'm a vb6 guy tring to learn .net. I understand how to create data sources. However, I don't know how to optimize my situation. Suppose we have an app with 100 forms and its getting data fr...
Hi, I am trying to insert a record into SQL2005 into a fld were the datatype is set to uniqueidentifier. I am using vb.net 2005 and am getting a cast error when i try and insert, i have atta...
I am working in VB.Net and am getting the following error..can some body help me correcting this... my code is If (Not IsStartupScriptRegistered("Startup")) Then                 Register...
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????     ...
Hi experts, I would like to acces control such as listbox, textbox in my form from shared method is it possible? regards
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...