Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Top MS Visual C# Solutions: 176 - 200 of 539
null
I am trying to list out all the installed fonts on my local machine. I tried using InstalledFontCollection object which works ok to a degree but it does not display any of type 1 fonts instal...
how can i use a timer to count how long it takes to return search data? i.e MessageBox.Show ("Your search took XXX seconds/minutes to return data", Timer1) ?how do i implement this? cheers
Hi I havea a form om whih I have 2 comboboxes. These controls are bound to the same datatable. One CB is the code, the other is the description, allowing the user to enter either the code...
Hi,   I have an existing WCF web service written in C# 2005.  It works fine, but now I would like to add authentication using a username/password combination and also encrypt the traffic.  ...
I am a total newbie in .NET and C# so keep this in mind when responding.  I am trying to create a Windows Service and I followed the example on http://www.developer.com/net/csharp/article.php/...
How can I send a XML file to a ftp site using C# ASP2.0
I have an application that has a report viewer that crashes.  I put in a try catch block, but when I run it, the crash happens, and I never get to the catch.  It is on the command RefreshRepor...
Does anyone know how to insert data into multiple tables in C# within a MS Access database?
I am trying to setup a test value before an if statement is evaluated.  I need to know the returned value for a database read but I guess I do not understand how to pull the value correctly.  ...
I am trying to use a variable that was defined in a try block.  How do I get use of the variable out of the try block? Here is the code:  try         {                         //ex...
I use a dataset for my Sqlserver table tbl_example. The primary key field ID is of type uniqueidentifier. I drag my dataset into a form getting the nesesary code to select, insert, update and...
Hi, Im trying to use MS JET database engine from C# to read a delimited text file.  I'm using the schema.ini file in the same folder as the file Im trying to read. My connection string ...
Hi Experts,  I want to know how to register  my assemble in GAC programmaticaly ?
hi, I have finished the coding of my project, and its working fine. I want to make a setup.exe file that would install the exe files of the project to the customer pc and registering some co...
I am relatively new to using XML, so please bear with me. I have an application which retrieves an XML file from a website. The XML file is the deserialised using a class created using XSD....
What (and why) do you consider to be the BEST way to create THREE tier WinForms applications using ADO.NET and .NET 3.5 ?  1. Windows Communication Foundation  2. .NET Remoting  3.  M...
I made a nice context menu and deployed it.  But people are having trouble because my design requires them to select the item and then right click. How can I make it so I can right click th...
Good afternoon expert, Seems like such a simple thing. When a button is clicked the text from user input at textbox is display as a label. Been working on for two hours and still cannot get ...
Hi, I'm trying to make a windows form app in VC2005. I need a datagrid which is a join of two tables (1:1). I used the wizards to set it up so far using a bindingsource like this:     [acta...
Hi experts! Can someone please help me out!? I have written my own control that does some ajax trickery and shows a menu. However I want to add an event to this so that when one of the m...
Here is my problem: I am using the System.Data.OracleClient objects to connect to an oracle 10g database.  When I use the OracleDataAdapter.Fill method in our "go-live" environment, it takes o...
I have the following:   private void ProcessSpreadsheet(string filename)         {             Microsoft.Office.Interop.Excel.Application xlApp;             // Excel application object  ...
I have a problem with a .Net 2 developed deployment project. The installer has to register various COM+ components among other things, so has a registration helper class implemented in the ...
I have a Grid which is populated with a DataTable in the code behind with c#. Each row in the datagrid has a checkbox. Since there are many rows, NewPageIndex is implemented(Codebehind). Which...
I am developing an application where i want to install True Type fonts to windows fonts and that can not be overwrite by any other font with same name..