| Thread | Last Post | Replies |
|
| Inline SQL problem | 13 Sep 2006 15:18 GMT | 5 |
I'm developing a APP that reads an Excel spreadsheet, does data manipulation, and writes to a SQL Server table. I working with C#, Visual Studio 2003, and Framework 1.1. When I connect to the Excel workbook I'm using OLEDB.
|
| webBrowser and autodownload file | 13 Sep 2006 15:02 GMT | 2 |
Please direct me if this is the wrong group to ask. I'm writing a c# program to visit website and autodownload files that may be prompted. For example, I visit http://www.mytestwebsite.com and the page will
|
| strange compile when using inheritance | 13 Sep 2006 14:43 GMT | 4 |
My question is about calling this method CollectData below but I get a compile error that I shouldn't have because the type parameter is correct. The compile error is the following: C:\PK\Development\Products\UTCAS\4.0\SRC\MeltPracApplication\Dialog\Composit
|
| Installating Visual Studio 2005 professional on Windows XP home edition ? | 13 Sep 2006 14:30 GMT | 5 |
I have Windows XP home edition running on my box, my question is --Can I install Visual Studio 2005 professional edition on Windows XP home and do Web Development ? I will appreciate a quick reply, thank you for your help and time.
|
| Can't run batch file? | 13 Sep 2006 14:09 GMT | 12 |
I'd like to execute a batch file. However, I just get a quick DOS window flash when I run this code: System.Diagnostics.ProcessStartInfo p = new System.Diagnostics.ProcessStartInfo
|
| Indexers?? | 13 Sep 2006 13:04 GMT | 3 |
Hi all great programmers and great coders Please can anyone explain clearly the following: usage of indexers? is it used widely (in most applications)?
|
| IIS 6.0 Bug? | 13 Sep 2006 13:03 GMT | 5 |
I apologize for the extensive cross-posting but I'm getting desparate. We have a web page calling one or another web service. Both web service communicate with Sharepoint 2003, and both temporarily change impersonation using WindowsImpersonationContext class and then revert back ...
|
| unreachable code | 13 Sep 2006 12:48 GMT | 1 |
when i am using session variable i found one error that unreachable core error. how to rectify this error
|
| how to Multi clients should notify the updates for data ? | 13 Sep 2006 11:53 GMT | 1 |
in a multi client environment . at the same time two clients open the Application. one client updated some data in the database. at that time another client wants to update some data.. the other client
|
| Running long peace of codes in UI thread - problem with progress bar | 13 Sep 2006 11:46 GMT | 9 |
I'm programming an application based on CAB infrastructure in the client side (c# .net 2005) Since my application must be sequencally, i wrote all the code in the UI thread.
|
| Design suggestion required | 13 Sep 2006 11:44 GMT | 1 |
I request your suggestion for the following requirement. One of the requirements of my applications is to gather data from multiple vendors about their products - the number of fields vary from 50 to 150 fields. Based on the data collected from all the vendors, my
|
| reading NAnt properties from another file | 13 Sep 2006 11:28 GMT | 3 |
Disclaimer: I apologize if this is the wrong place for this type of question, but if so, I don't know where the right place is and I'd be very grateful if
|
| in-memory pdf2text? | 13 Sep 2006 11:21 GMT | 4 |
I would like to have a class library in dotNet, where I have an in-memory bytestream of a pdf file and I want to convert it to a string (extract the text from the file). A method like this in C#:
|
| callback function from unmanaged dll using DllImport and delegate | 13 Sep 2006 11:12 GMT | 6 |
Hi, I could use some help in setting a C# callback function that an external unmanaged dll will call on a event. Using a delegate and use the external callback set function doesn't work. The carbage collector says hello here (-;
|
| Reflection in 1.1 and 2.0 | 13 Sep 2006 10:28 GMT | 1 |
I have here a little sample which does reflection on a class. I striked me that 1.1 is nearly two times faster. Could me somebody give a hint why? For the sample: Compile it via "csc.exe /optimize+ Program.cs" with the two
|