Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Time Tested .NET Solutions: 176 - 200 of 1912
 
Based on this article, http://www.codeproject.com/csharp/compresswithwinshellapics.asp?df=100&forumid=227893&exp=0&select=1459781 I can use the shell32 dll to zip files from an entire fold...
Does anyone have any sample code for performing an autofill feature for comboboxes in VB .NET? In other words, the combobox checks each keystroke the user presses and sees if the text enter...
I am writing a .NET C# application which needs to read the contents of all the files in a directory on a remote machine (I need to parse a bunch of XML files). What is the best way of doing this?
I have a VB.NET winforms program with a datagridview control and the users want to be able to adjust the height of the rows.  When they resize any row in the grid they want all of the other ro...
Does it make sense to use a transaction to handle updates when already using a dataadapter, a dataset and a datagrid with a sqlcommand.update and sqlparameters that update the records? In ...
Hi I am new to dotnet, and trying to deploy a VB.Net exe on a client machine. On the development machine it runs fine, but on the client machine, it gives error. What are the steps that sho...
Hi everybody - I am trying to print barcodes in VB.NET. I have this xyz.ttf (TrueType Font File) that has the code39 barcode fonts. It would be really helpful if someone can help me figure out...
I am reading a database and creating several excel spreadsheets containing different view of the data.  I would also like to chart the data.  I have everything formatted out correctly but the ...
I would like to find a free ribbon bar control for visual studio 2005. I have had no problems finding ones that cost around $200. Does anyone know of something free or cheaper.
I am trying to loop through a DataSet table and find the difference for some dates.  I keep getting  invalid DBnull errors.  When I try to set my dims to DBnull the code still won't work.  Her...
I am having problems getting the column order in a DataGridView object to display how I want it. Here are my objects: Data object class CData { //data members private uint id; privat...
Hi, I need to import excel sheet datas into oracle database  table using vb.net code(No Converter-tool needed). I need only the source code. pls help me.
Is there a way to merge 2 data tables?    - Marc
Hi, I'm actually using a DataView (because of Sorting) and am trying to sum with a group by. I have read about the DataTable compute method (http://msdn.microsoft.com/library/default.asp?url=/...
How do I tell an ASP.Net control to call a javascript function when an event occurs?  If I try and do it the same way as I would with a normal HTML control it tells me my javascript function i...
Experts I want to list all of the open files in a shared folder, if you go to computer management > Shard Folders > Open Files, you can see the list I am talking about. I am aware that I c...
I am reading in and parsing emails in vb.net. However, I have a tool to do this with .eml files, but the emails are in .msg format so I need to convert the files from .msg (MAPI) to .eml (MIME...
Hello Guys, I am trying to use the console VB.net application script in the VB.net webform. Having no good knowledge of .NET I am having problems in the script attached. The script should re...
Hai all, I have a program which uploads 100k to 100mb files... It's working fine if the connection is LAN or > 56kbps line. When i try to upload 180k file using 36Kbps Dialup modem it fails...
hoping to find wayne here been very helpful with another question but really if anyone else knows please help me out getting very pissed wit hte code and have been looking all afternoon for an...
How would one subtract one date from another? Example:    Date3=Date1-Date2 Thanks!    - Marc
Hi Experts, In AsP.NET I am wanting to put a tooltip on a DropDownList so that the true value of the ListItem is displayed.  The reason I want to do this is because a couple of Items in the...
I keep getting confused about multithreading. I've used it once or twice before with the BackgroundWorker, but only with a kind of hack - I set CheckForIllegalCrossThreadCalls to False. Now I'...
I'm new to ASP.net and currently is writing a ASP.net application. Question: i have try to use AddDays(-1) to get the day before the current day but how can i just get the particular day o...
I have an app that has been convierted from VB 6 to .NET. On one of the forms there is a MS Flex Gird that is being loaded from a recored set line by line. The RS that i am trying to load is 2...