| Thread | Last Post | Replies |
|
| Find your solutions with real Free eBOOKS! | 06 Sep 2005 13:48 GMT | 2 |
http://www.ebook5.com The Best free eBooks community! All these books posted by Internet Users! Borland C++ Builder: The Complete Reference C++: The Complete Reference
|
| ASP .Net Search Field | 06 Sep 2005 10:37 GMT | 1 |
I am trying to set up a search field that searches my only my website. I dont want to link it to other search engines. It is only for the web im developing. Any Links or Suggestions on how to do it will be Appreciated.
|
| out of Memory execption | 06 Sep 2005 09:50 GMT | 6 |
I using C# .net. i want to split the text files based of the some condition. my source text file size may be 4 kb to 4 gb. some time when i split the i got the "out of memory exception. when i read from the file i read the 10mb and split the this content and clear the ...
|
| Fast deserialisation of strings from byte[] | 06 Sep 2005 08:49 GMT | 7 |
I have an application that performs custom deserialisation of object state from byte arrays. This happens very regularly, so needs to be fast. In addition, most of the strings repeat, meaning I'm deserialising the same sequence of bytes repeatedly, giving the same output string ...
|
| OnGotFocus Problem | 06 Sep 2005 08:49 GMT | 1 |
I am deriving a class from TextBox to implement a NumericBox. I am overriding OnGotFocus and OnLostFocus methods but On GotFocus is causing problems. Actually the commented lines are causing problems. These throw Win32 exception that windows was unable to create handle. I dunno wats
|
| "Unspecified Error" when copying project in VS.NET 2003 | 06 Sep 2005 07:56 GMT | 3 |
When I perform "Copy Project" in VS.NET 2003 sometimes I got "Unspecified Error" error in a pop-up. My colleague also has this problem. Is it something to do with the network or to do with SourceSafe?
|
| RegEx help | 06 Sep 2005 01:26 GMT | 2 |
I need to replace double (or more) characters in a string with a single character, ie. "coding is funny and I am feeling ill." becomes "coding is funy and I am feling il". The expression must also handle ie. "funnny" that should become "funy". Can this be done with regular ...
|
| Can a (windows) datagrid column contain different types of control | 05 Sep 2005 17:37 GMT | 3 |
I want to have a datagrid, say 10 rows, and in one of the columns I want 7 of the rows to have plain text, and the other 3 rows to have a combobox (or linkbutton, etc). Is this even possible? I have been reading various articles about how to derive a
|
| Visual Studio .NET 2003's registration link now invalid ?? | 05 Sep 2005 15:48 GMT | 1 |
Having installed my Visual Studio .NET 2003 I tried to register it... sadly the link it goes to appears to be invalid.
|
| Xerces and .NET | 05 Sep 2005 15:26 GMT | 1 |
I'm trying to validate XML against XSD using org.apache.xerces library. The code resembles the following (working OK on j2ee) ============================================== SAXParserFactory spf = new SAXParserFactoryImpl();
|
| listbox problem | 05 Sep 2005 15:10 GMT | 1 |
i'm using w2002 vs2002 sp2 list1.additem(...) vb6.setitemdata(list1,list1.items.count-1,...) ... = some value
|
| smtpserver | 05 Sep 2005 14:43 GMT | 3 |
I have an email function in a vb.net client application that I’m having trouble with. Instead of using the smtpserver that I assign it, it insists on using the local smtpserver. If I stop the local smtpserver, it will wait until I turn
|
| Printing Word 2000 | 05 Sep 2005 13:55 GMT | 1 |
I have a small problem at hand and am looking for suggestions. I have created a wrapper for word 2000 for our application which is in VB.NET 2003. Everything works fine in the sense that users are able to save documents through our application using word 2000 as the editor. I have ...
|
| Is dotnet essential for installing tv-videocards? | 05 Sep 2005 08:00 GMT | 4 |
ATI insists that dotnet 1.1 Must be installed for using several of the recent videocards of ATI. As a simple user of TV program capture functionality, I would like to understand what in dotnet is so essential for doing video capture or tv tuning? Sorry for being so ignorant.
|
| woodoo stuff - please read and advise if you can!!! | 05 Sep 2005 04:05 GMT | 3 |
I got an application with an html,css and js UI. The UI basically creates an ActiveX object, which is an unmanaged C++ COM dll which in his turn creates other COM C++ dlls and C# assemblies. At some point there is the reading of some XML files and the loading of
|