Advertisement

250 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: 176 - 200 of 5349
null
I would like to print the cell colorof excel sheet. I did code in VB.NET it opens the .xls file from desired location, and print in msgbox the cell value. Now, I would like to see the cell ...
hi, I am trying to Format my date but i am getting error;; Dim mydate As Date = Format(cmbScheduleDate.Text, "MM/dd/yyyy") cmbScheduleDate.Text Value is 05/30/2007 10:00 AM I am get...
Hi How do I set column color on selecting the column header?  I've got a ColumnHeaderMouseClick and would like column to change color on selecting it. Thanks
I have a DGV in which I wish to define one of the columns as a ComboBox. I know you can do this at design time, however, I wish to do it programatically. How is that done? Also, I wish to be a...
Dear Sir, We have a VB.Net 2003 winforms application. I have created a datagrid "datagrid1" with 3 columns in it(FirstName, LastName, CheckboxColumn). One of the columns is a checkbox colu...
Hello experts; I am reading a CSV file one line at a time and splitting the string into an array.  Some of the CSV fields are strings, others are numbers.  The CustomerName field, for examp...
Greetings Experts, I have a huge csv file that has around 765,000 rows of part numbers with their respective inventory levels.  Unfortunately, my distributor cannot supply another format or...
Need to know how to limit the number of characters a user can enter in a MulitLine textbox and display a countdown.  I assume I will need to use Javascript but have no experience with it.  Bas...
Hi I've got a datagridview in which I want to be able to paste data into the selected column/s. This might not be from column 1. The data in clipboard is from Excel and may be more than on...
Hi, Using VB .NET 2003 and the PIA for Office XP. What I'm basically doing is using Excel as a report generator. I have no problem from VB .NET calling Excel, transferring data from the ...
Hi, I have a dictionary , I would like to loop through it looking at each item for a specific value, and then display a mesage box showing the key if that key has the value. my diction...
Does any one know how to ping IP by port? Thank in advance E.g Module Module1     Sub Main()         Dim siteResponds As Boolean = False         siteResponds = Ping("192.10.10....
I have a grid view with multiple data rows, a footer and a pager. In GridView_RowCommand, I detect I am responding to a "Page" command.  Because of various tests, I determine the user shoul...
I want to show image (exist in my local drive ) in a header section of VB.NET RDLC report. but i could not understand how to implement it.
I'm trying to populate a multi-column Listbox in VB.Net. Below is my initial code, and I desire to have the UserID returned as the value for a selection, but I want to only display the Display...
Hello, Can anyone tell me a very simple way to save to a file, and also how to read from a file? All I want to do is save a date in the file, and thats it? Thanks
I'm trying to build a VB.NET program that can lock or unlock the local computer's desktop (e.g. the equivalent of windows key+L). It's easy enough to *lock* the desktop. There's lots of scr...
Hey Experts, I have recently installed the VSTO 2005 SE 'Tools for Office' onto Visual Studio 2005 Pro, using VB. I thought this would be the best way to embed a word doc into my app. I hav...
My application requires the Crystal Reports Redistributable to be installed. If it isn't my app will crash because (I assume) of the following code: Imports Crystaldecisions.crystalreport...
Hello.  I'm dealing with international dates, and have a date that is coming in as dd.MM.yyyy hh:mm:ss.  But I need it to be in the format of M/dd/yyyy hh:mm:ss.  How should I go about this?
Hi I have a user that is visually impaired and who cannot read textboxes content when they are disabled. I have tried to inherits from the Textbox and overwrite the Paint method but I ha...
Hi! I have the following code that gets start date from a cell, end date from another cell and previous date from a thrid cell. Then it runs a stored proc off SQL Server with those 3 parame...
Hi All, I am converting a word basic project written in VB6 to VB.Net, referencing Microsoft.Office.Interop.Word.dll. I am using a *.dot file as a template set up. I need to populate this t...
I've been trying to figure this out for quite some time now, to no success. We're developing an app in VB.net on VS2005. For instance, we have a main form and we want to create a on scree...
Hi Experts, I need sample code for a bound Datagridview Drag and Drop. Windows XP Visual Studio 2005 SQL Server 2005 VB.Net Thanks, Dave