| Thread | Last Post | Replies |
|
| ".NET" for Dummies ! | 14 Sep 2004 12:08 GMT | 3 |
May I ask if you can explain what is ".NET" ? How it effect programmers in general and C++ programmers in particular ? How (or if) it effect Windows and Linux popularity ?
|
| Macro/Plugin new file-template | 14 Sep 2004 10:36 GMT | 1 |
is there a good plugin or macro that creates new files from templates? I wish to have a predefined template for .h and .cpp files.
 Signature Daniel
|
| c_str() from CString | 14 Sep 2004 10:25 GMT | 3 |
how can I get the c_str() from a CString? The only way I've found is this: const char* str = (LPCSTR)cstring;
 Signature Daniel
|
| Build Question (update web references automatically) | 14 Sep 2004 10:25 GMT | 1 |
I'm building a solution using devenv at the command line (nightly script) but I can't figure out how to automatically update a web reference. Is this possible? Thanks,
|
| Are .NET 2.0 EXEs faster than 1.1 EXEs? | 14 Sep 2004 09:49 GMT | 2 |
I was curious if the new .NET 2.0 has optimized things to make the EXEs run faster? Thanks
|
| OOD/OOP and databases | 14 Sep 2004 09:08 GMT | 5 |
I've been reading a lot of great OOD/OOP books lately (e.g.. Martin Fowlers UML Distilled, Patterns of Enterprise Application Architecture, Refactoring, Kent Becks's Test Driven Development, and also a book called Design Patterns Explained.)... al of them with the focus on Java, ...
|
| How Low Can They Stoop ? | 14 Sep 2004 08:09 GMT | 2 |
It's bad enough that M$ pays trolls to post in linux newsgroups. But today, I received a troll email on the mono-develop email list. Mono-develop !?!?! Do they have that many drones and robots working for them?
|
| EnableVisualStyles in Loaded DLL | 13 Sep 2004 23:47 GMT | 2 |
Hey all, quick question for you...my main application uses the EnableVisualStyles functionality in .NETv1.1 and I load some dll's which contain some windows forms which I would also like to EnableVisualStyles in, but there is no "Application" to enable it within the dll code... ...
|
| combobox selection | 13 Sep 2004 20:17 GMT | 1 |
i have a combobox1 and in it there are 3 words APPLE ORANGE
|
| Connecting to a sql server database | 13 Sep 2004 20:08 GMT | 2 |
I have a client who is trying to connect to a sql server database using asp.net and this is the error message that they get, any ideas on what is causing the error message and what the correction for this. Code they are using
|
| file I/O | 13 Sep 2004 17:52 GMT | 6 |
Inorder to handle large files over 100 MB, is there a way in dotnet to open only certain bytes of the file by buffer ? It is shaky if the entire file is opened and splitted. Instead is there a way or any alternatives on opening small chunk of the file.
|
| Microsoft: Get rid of VB.NET -- now ! | 13 Sep 2004 16:08 GMT | 40 |
This is a recommendation to Microsoft. VB.net and c# are almost exactly equivalent. I know why Microsoft invented VB.net -- to wean old style VB6 scripters into a true OO world: .Net.
|
| Datagrid source= datarow array | 13 Sep 2004 15:04 GMT | 1 |
Hey all, I have an array of data rows that when I bind it to a datagrid it shows all those extra rows in addition to my fields. How do I hide those fields? I tried using the TableStyles property but seems like it's getting overridden.
|
| Comm port | 13 Sep 2004 14:03 GMT | 1 |
anyone knows how it's possible to use "old" com ports in .NET? I think is not advisable register and use "old VB6" MSCOMM32.OCX, and I'd not found any class performing open, close, set, raise event, input and so on...
|
| Reflecting Factory Interfaces across Assemblies | 13 Sep 2004 13:22 GMT | 2 |
This is a technically challenging question but it would help me significantly if anyone can answer it. In essence I have the following: A factory class, which can create producer classes which inherit an
|