Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top MS Visual Basic Solutions: 201 - 225 of 867
 
Hi Experts! I'm using Remoting to send the string "exit" to my console app to shut it down. i could just kill the process, but i want it to finish whatever it was doing before exiting. ...
I have a query that works in the vb6 version of my app but does not work using ado.net in vb.net. If I copy and paste from the textbox where I am outputting my query on my form to sql serve...
I am using a .net app to monitor various servers and report errors. Within this application, I need to connect to an rsync server to verify that it is running and operational. I have not...
I'm trying to produce some code which will find a 9 digit alpha numeric code in a file name also in a text file. Heres an example of the code 0C4D86B07 Heres an example file name "Monday...
I am trying to convert data in the database from MM/DD/YY HH:MM:SS Problem is the sql statement below runs fine in SQL Server, and in Querybuilder inside .NET; but it will not run in the dat...
Dear Experts, I would like to find a way that load a txt file into the program and then check the blank lines on the file and delete them, for example whatever the file look like: - File e...
Hey, I've been playing around with Putty and constructing HTTP requests manually using the RAW connection option with port 80... Its amazing how easy it is to construct requests like thi...
Hello, I have create an automation script in VB .Net to go to login to a website and generate a report.   The report displays in crystal report view.   I need to programatically click on ...
Hello, ive got a datagridview (dgv) and one of its columns is a LinkColumn. What im doing is changing the color of the text, for that column, when certain conditions apply. But the forecolor ...
Hi I am new at vb.net but have used vb6. In vb6 i use Screen.MousePointer = vbHourglass and Screen.Mousepointer = vbDefault but not sure how to do this in vb.net Thanks
Greetings; In the absence of a CssClass parameter in the AJAX ValidatorCalloutExtender declaration I run my web page and see the pastel yellow background balloon which shows the error text ...
Based on the code snippet below, what would be the next set of code needed to programmatically link the newly created datagridview ("datagrid1") to an already existing SQL table ("moduletab" &...
I have tried everything I can think of, the grid data will not refresh, the old data keeps appearing in grid???? This is what the system generated that populates the grid when the form loads ...
Hi everyone, I have a win form with listboxes. One listbox is bound to a dataset and I want the user to select an item from this listbox, click on a button and the item is moved to the othe...
Hello Experts Can someone advise how many diffent type of cases i can set with strconv function in vb.net please? CastName = Trim(CleanInput(StrConv(textBox.Text, vbProperCase))) ex: ...
Hi, I'm using VB 2005, WinForms. I have an application that uses a lot of Hex values. Some of the value are in dWords format (00000000) and some are in qWord format(0000000000000000). I origin...
I have a vb.net windows application that I converted from visual studio 2003 to visual studio 2005  (.net 1.1 to .net 2.0). The app has a startup form named batchmain. This form contains...
There are several labeled buttons, labels, and text prompts in my vb.net 2008 app. I wanted to make it work in a few other languages.  I am new to 2008 and I have never done multilanguage.....
Enter the following fields of information for each salesperson: Name, Monthly Sales, and Salesman Code.  Enter these same fields of information for multiple salespersons.  If the Salesman Code...
I have a Web Application that is attempting to move an existing folder from one Shared folder to another located on the same server.  However I am coming across an error that I am having troub...
I'm trying to get all the colour codes from a css file. I then want to convert the code and produce a UI to let me edit the colours visually. But I'm not familiar with Regex.
I can log into a remote machine with an ID and password using remote desktop. Without using remote desktop, can I write something in VB 2005 that will me the task manager for that machine?  I...
Hi, I'm using VB 2005, WinForms. I would like to use the Selection Indent property of the RichTextBox to manage the amount of text that can be selected. However, I'm having a problem doing so....
Hi! I have an select statement like this: SELECT TOP 1 @header = @header + ''+ fldTITLE +' - '+ fldCONTENT +'' FROM mms_tbl_user_banners WHERE fldCATE IN (SELECT s from dbo.ParseString(@...
Hi X-perts, I have a code structure like: Namespace QMF       Partial Public Class MainForm       Public Class IconDesc       Public Class MyComp End Namespace However in th...