First  |  Prev |  Next  |  Last
Pages: 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
Internet Explorer Script Errorr
I only get this message in Outlook Express and am unable to print e-mails. Line 1344 Char 1 Error Unspecified Code 0 ... 2 Jul 2008 19:07
/clr:safe
Hi I am doing a C++/CLI dll that is supposed to be fully managed code. I was wondering what exactly is the criteria for the DLL to be 100% fully managed and usuable from C#? Do I need to compile using / clr:safe or is /clr enough? The reason I need to know this is that I would like to use pin_ptr<> for some t... 19 Jun 2008 13:43
ExecuteReader Blocks Inserts on a Table
I have a sproc that returns data from a table using a simple SELECT. There are quite a few rows returned, e.g. ~150,000. In my first application, I use a reader on the sproc and iterate through the rows, writing them out to a file. This takes about 5 minutes until I close the reader. Whilst this is going on... 19 Jun 2008 13:43
Windows Picture and Fax Viewer
Is there a way to see if Windows Picture and Fax Viewer is running in C#? I don't know the process name . I have tried the following : processes = Process.GetProcessesByName(procName); I need to find out and wait until the Windows Picture and Fax Viewer is running from with in a C# program. ... 18 Jun 2008 23:02
Insert Command Help...Please
I know I am missing something simple, but I am stuck. When I submit the following for the employee info gets stored in scale1 and scale1 shows the employee number. Can someone show me my mistake. Thanks. Code: <%@ Page Language="VB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "... 18 Jun 2008 23:02
C# to open / browse MSI database... possible?
Hi, I've been searching and searching for straight C# code to be able to crack open an MSI file and read the information out of the installer tables. I see all kinds of VBScript on how to accomplish this. I saw one example where msi.dll was being referenced and C# the language being used, but the example was v... 18 Jun 2008 23:02
how to do Generic.List.BinarySearch on byRef data?
So, Let's say that I have an class with properies like Name, LastName & ID. I put them into List(of myClass) and I would like to search through that List based on my search criteria (Name & Id for example). So, I create an Comparer, and provide it's 'reference' to an BinarySearch functio, but each time I got incorr... 18 Jun 2008 23:02
reflection, COM, and Vista
Hi all, I've been struggling with an issue that I hope you can comment on or provide suggestions to. Our .NET 2.0 (VS2005) based product is crashing (when the user selects a particular feature on the UI) on Vista. It works fine on XP. In a nutshell: - user makes a selection on the UI - System.Reflection.Meth... 11 Jul 2008 01:45
Free event - Effective Test-Driven Database Development
EVENT DETAILS Who: Gojko Adzic What: Effective Test-Driven Database Development Where: Skills Matter, London When: 3rd July 2008 Starts at 18:30 TO REGISTER VISIT: http://skillsmatter.com/event/open-source-dot-net/effective-test-driven-database-development THE EVENT Gojko Adzic is the author of more than ... 18 Jun 2008 23:02
Custom Import Wizzard
Can the Import Wizard of OrchidGrid achieve what you want? Could get it from www.springsys.com My project will require the user to import data (registered Voters) from a text file. This text file will be created by thier county's Board of Elections & thus be formatted differently county by county,... 18 Jun 2008 23:02
First  |  Prev |  Next  |  Last
Pages: 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144