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: 26 - 50 of 861
 
Hi, does anyone have a quick sort implementation that works on a 2 dimensional array where the sort column can be specified by the user?  Thanks!
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load         '1. set oracle database  connection         '2. Fill the recordset with the data        ...
"Make sure that the application for project type (vbproj) is installed" This message comes from a fresh install of Visual Studio 2005. Either I am an idiot or this is the stupidest error mess...
VS 2005 VB Access Database Hello. I am new to Windows Applications, but am venturing into that territory.  I typically hang out in the web devdelopment, but am even a newbie in ASP.NET...
Hey guys, I want some means of a strong encryption key for a Visual Basic.Net application.. It can be a dll.etc but I DONT know how to use a dll/class file or frm file whatever that is.. So...
Hi Experts, VB 2008,SQL 2005. I have some code that runs after a drag and drop on a grid that calculates some totals.It will run fine some times 2 or 3 times in a row and give me a Object r...
Hi all, As the title of my questions suggests, I've an issue with using Microsoft.Office.Interop in my application. Basically I am using this to open new outlook messages through a vb.ne...
Hi Experts, i am presently reading from my database and returning a DataTable. Then i'm going through each DataRow and doing something with the data. for a part of my project, i was cop...
Hi All, I have some code (below) that Installs as service then starts it, as it stands the code works well however I need to set a few extra options while installing the service. For Starte...
I have a SQL select statement and the syntax is killing me. Because the syntax is off I'm getting an error that Completed hasn't been declared as if it was a variable, as opposed to a column n...
Hello folks, I've an application in .net using vb.net with access database. My pool coonnection is full in few hours. The website is very large and I cannot check all connections. So I look...
Hello, I trying to send an email with attachment and I've this error. Could anybody help me with this problem? Thanks!!!! Exception Details: System.IO.FileNotFoundException: Could not find...
Why am I getting a blank text file here? I am getting 6 records returned to my datareader.
I am building a wrapper class for a web service and I'm having problems using an array of a structure in my class.  Abbreviated form of the code is below.  In the UserVehicles method trying to...
Hello, This is a vb.net application. I have a main form. While a method in the main form runs I want to display a form with a progress bar. I want the main form to be modal while this is ha...
I have an existing script that queries all of active directory and outputs the user account attributes to an excel spreadsheet. I'm tasked with getting it to work with input from another sprea...
Hi EE, I have a listbox that I need to add a row to but it is bound to a dataset datasource and the dictionary won't allow me to do it. How do I dynamically add a row to an existing list? ...
Hello,      I have a VB.Net application (VST 2008) that contains a Crystal Report Viewer. The application will be installed from an internal network location to various client computers. In t...
I have converted my program from 2003 to 2005 when I compile it I keep getting the error above. on many of my variables how can I fix this.  thanks Warning     101     Variable 'byttreatment' is us...
Hi Experts I have a Windows app (VB.NET) with a crystal report on and I would like to change the db path during run-time with the click of a button. The db's have the same structure/fields/...
I query an  Excel spreadsheet.  If zip is empty, when I attempt to load the data into an array: Dim eArray = New String() {parentRow(0), parentRow(1), parentRow(2), parentRow(3), parentRow(...
hi X-perts, When I trigger an marquee progressbar for complex calls (long calculations, db queries etc), the progressbar shows up and freezes until all the child processes are done. How ...
We have recently migrated our VB6 app to .NET. For our current users, we are using an xcopy deployment that seems to be working well. However, we want a new Setup.exe for those who have never ...
I'm getting null value or empty value for detailss.aspx?ReportID=G&RaID=2007117810 I'm requesting the value using the command below.               string DaReport = Request.QueryString("Rep...
Hello Experts. I am currently using the code below to handle "Global Settings" within my app, and it works great.  A couple of the key features are listed below: >> Useage --> ckbGlobalM...