Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested .NET Solutions: 1626 - 1650 of 1862
 
Recently had Office Communicator installed at work as an upgrade/replacement for MS Messenger. I like how it's able to determine if your contacts are in a meeting, out to lunch, etc. I'm c...
I am using vb.net 2003, framework 1.1 and I need some help and advice with exception handling.  Could someone please advise if the code below is the best method to use and if I have done the t...
This code below does the job but the result, although still in list form, has a varying number of line breaks between most words, so that they display something like:- john mary pete...
Hi All. I have a small bmp that i created. 4 pixels wide and 4 pixels high.  When i display it in a picture box i want to be able to actually see the pixels rather than just a dot on the sc...
How do you get TFS Build to interface with a VB6 application?  I have the source control/work items etc. working with TFS, but now I want to be able to build the Ap using a Build Type to make ...
Good Afternoon I am trying to debug a problem that is occuring when my .exe is running through a Terminal Server.   Problems arise when the .exe is running more than once for a User.  Rega...
Hi, We are in the process of converting over our project VB.NET 2005 from Access 2003 to SQL Server 2005. Our old OleDBDataAdapter for our Access Connection generated our Select, Insert,...
So I have this code. Dim strParityValues As String() = [Enum].GetNames(GetType(System.IO.Ports.Parity)) Dim intParityValues As Integer() = [Enum].GetValues(GetType(System.IO.Ports.Parity)...
Hello Experts, I am facing a problem with Sorting the GridView. I have AllowSorting=True in GridView and I have the follwing function: Protected Sub GridView1_Sorting(ByVal sender As Obj...
I am working on a service I created and I can run it and install it just fine, but I can't uninstall the service. The Setup Project will remove the files from the Program Files directory, but ...
im used to do this on coldfusion. i could set the locale settings for the application. im having problems with my application if i set the locale setting of windows to a different language...
Hello Experts, When accessing the asp.net application  i am getting this following message. basically i am invoking excel application. I am using Microsoft Excel 11.0 Object Library. ...
Hello all, I was wondering how i could export the contents of a datagrid to a pdf or excel spreadsheet from a webform.  I am running into printing issues when trying to print from a browser, ...
Here is my code snipit.  of course it does not work (why would I be asking for help.) All I want to do is get the thumbnail of the file slected from my list box and display it with my ima...
Thanks to RonaldBiemans I have a DataGrid bound and formatted to the hard drive information from a series of servers (the names of which I am returning via a shared function / datareader from ...
This is driving me nuts.  I'm trying to update an Excel spreadsheet using ADO.Net and Oledb in VB.Net.  The connection is open, the adapter is connected and the dataset is loaded.  Here's the ...
Hi, How do I programatically  retrieve the version of my application to display in an "About" form, i.e. Major Version, Minor Version, Build Number or Revision? Is this possible? Thanks, Pete.
Hello i am trying to change the text of a asp.net label with vbscript, how can i accomplish this.  This is what i tried, also how can i make an asp.net button use a vbscript? <script language...
How can I configure or impelement or whatever posible way to have OpenFileDialog be able to select multiple files AND folders and return it if I click ok on the "open" button. I want this t...
Hi,  I need to pass a parameter to a hyperlink. This parameter gets its value from an asp.net textbox which resides on the same aspx page. <a href="page2.aspx?val="<%Request.QueryString(t...
Hi All, I need to perform a select on a datatable with a rather complicated ordering. I've already used multiple, comma separated terms for multiple levels of ordering and the program hasn'...
when I try to run the project I get the following error >>> No accessible 'Main' method with an appropriate signature was found in 'WinApp.frmLogin'. what does this mean?
How do I create a reference to wdGoToPage? What is missing? Why are all program examples without references and why do I do this in Visual Studio 2003? I can compile the code (build the app...
Does anyone has the code to convert a dataset into a tab delimited file through vb.net
What is the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?