| Thread | Last Post | Replies |
|
| Seemingly simple regex question | 21 Aug 2006 22:43 GMT | 2 |
I'm using the following regex expression where "searchword" is a string: string regrexstr = @"( |^)\b" + searchword + @"+( |\b)" My goal is to use this string to ultimately replace all occurances of searchword as long as:
|
| Force "pre-JIT" on idle thread? | 21 Aug 2006 21:12 GMT | 5 |
We have a "heavyweight" Windows Forms app that uses several large dependent DLLs containing various UI components. There is a significant delay (~2 sec) when loading a form the first time. This comes from the CLR compiling the form methods as well as
|
| PublicKey of System.Xml assembly | 21 Aug 2006 20:46 GMT | 1 |
I need to make some classes in my assembly internal. I am using XMLSerializer to serialize the objects of my classes. XMLSerializer cannot access my internal classes. So I am thinking that adding System.Xml as a friend would make my internal classes visible to XMLSerializer.
|
| Block-level CD-ROM access | 21 Aug 2006 18:09 GMT | 2 |
Is there a method within the .NET Framework to access a CD-ROM device at the block-level? (IE to create a raw copy of a disc for archival purposes) Thanks,
|
| ClickOnce App Won't Start | 21 Aug 2006 16:25 GMT | 3 |
I've got a client with a computer on which no ClickOnce app will start when run with a URL command line. The OS is Win 2003 Server. If I try to run an app directly from the user's cache (<user dir>\Local Settings\Apps\2.0) it will work. My first thought was a permissions
|
| custom paging using oracle procedure in .net C# | 21 Aug 2006 14:01 GMT | 1 |
I am developing a oracle procedure for using custom paging in one of the project where in we are getting thousands of records into cache. To avoid this, i am creating orcale procedure to use custom paging for data grid. Can any one please provide some inputs, if you have done
|
| Querying Active Directory | 21 Aug 2006 14:01 GMT | 2 |
Hi Can anyone tell me, how can I search for Domain Administrators on a network. What I mean is by using DirectorySearcher I can search for normal users, which goes something like
|
| one decimal point in text box | 21 Aug 2006 13:16 GMT | 2 |
C# newbie after migrating from VB. I wish to have only valid numbers entered into a txtbox . i.e only one decimal point. ///////////////////My VB code for this is: Private Sub txtGcost_KeyPress(KeyAscii As Integer)
|
| Printing problem with 2.0 Framework? | 21 Aug 2006 03:56 GMT | 1 |
We have some test apps that print images to file using various printers. The test app runs as expected under the (default) 1.1 Framework. When we try to run with the 2.0 framework, we get "The handle is invalid" errors. at
|
| Sewin is a joke | 20 Aug 2006 23:13 GMT | 2 |
I am not that much job less to follow a suit like that and of course i ll teach them, but its not a matter of teaching its a matter of rules and morals and ya are right that its nothing unwanted and i didnt know that spamc created for targeting newsgroups especially msnews that ...
|
| Advertising On msnews; Legal or Illegal?!? | 20 Aug 2006 22:15 GMT | 7 |
Is sending Ads or info about non microsoft products legal or illgal?
|
| datagrid itemtemplate textbox | 20 Aug 2006 12:30 GMT | 1 |
how do i handle events for datagrid itemtemplate textboxes and how do i set tabindex for the itemtemplate textboxes. Kalaivanan.
|
| What prevents "static interface" and "static inheritance" - SVT | 20 Aug 2006 12:13 GMT | 2 |
Many times I wish to define a static method interface to a hierarchy of classes It seems to me that if there was static-virtual-table [SVT] per class, like there is virtual-table per class-instance - it would enable these
|
| Flash content in Custom control C# file | 20 Aug 2006 04:00 GMT | 1 |
I'm creating a custom control. I wanted to add flash content as part of that control. How do i do that in C# file. Psl help. Thanks in advance, Priya
|
| .NET Xml question | 20 Aug 2006 02:06 GMT | 1 |
I have an xml file with the data types for elements and attributes defined in xsd. If I load the xml in XmlDocument, How do I get the element and attribute values in its >NET types. For example, I have an Age (could be element or attribute) which is defined as 2 byte interger in ...
|