| Thread | Last Post | Replies |
|
| .NET 2.0 Configuration | 23 Jan 2007 21:28 GMT | 1 |
Any suggestions on how you can load an arbitrary number of unknown attributes on an element in a custom section in the .config into a NameValueCollection ? Basically I want to do something similiar to what occurs with a
|
| sp1 install problems | 23 Jan 2007 20:23 GMT | 3 |
My SP1 install seemed to want to keep repeating the install. I spent 4 hours running the install, then it ran again (I got the message up saying it had finished, then it started again). I didn't realise what it was doing until after about 30 minutes, and at that point I thought ...
|
| Dependency Walker for .net | 23 Jan 2007 14:44 GMT | 1 |
For years I have lived and died by depends.exe (Dependency Walker) to determine what other DLL/modules my C/C++ code needed for installs. Is there such a tool for .net assemblies?
|
| Is dotnet justified here?? | 23 Jan 2007 12:22 GMT | 8 |
I have a MSAccess utility application that pulls data from a SQL Server database, manipulates it via VBA and sends it to MSProject to generate Gantt charts, and produces imagemapped html pages to present the charts.
|
| start / stop process | 23 Jan 2007 10:13 GMT | 1 |
Hi guys, I would like to be able to open a program and close it wright within vb... ' this one works... Process.Start("c:\someProgram.exe")
|
| Disappearing Text in Windows Vista | 23 Jan 2007 04:46 GMT | 2 |
I have encountered a bug that I can reproduce in a simple test application that is constructed entirely in the designer within Visual Studio 2005, with not one line of code written by me. Briefly, all the text in a TextBox disappears whenever the mouse cursor enters or leaves the ...
|
| Need some feedback or advice for my web site | 23 Jan 2007 04:32 GMT | 1 |
I am in the progress of developing a web site whereby developers can do free online tests on various programming languages. I would just like some advice or feedback on ways to improve the site or other comments of the site
|
| Internet Activity | 22 Jan 2007 21:15 GMT | 1 |
Not sure if something like this can be done; I'm new in .NET and programming. Recently I was asked if I could create a program that can record Internet Activity using VB2005. I was thinking about loading a service
|
| GetConstructor does not work when the constructor has ref paramete | 22 Jan 2007 18:42 GMT | 3 |
here is the simplified code: the myCor is set to null when run the program. but if remove the "ref" from the constructor's parameter, myCor gets a valid value. Please help!!! thanks.
|
| Limitations of dotnetnuke | 22 Jan 2007 16:55 GMT | 1 |
can anyone in the forum tell what are main disadvantages/limitations that dontnetnuke has??
|
| Wrapped text hittest: Good way to do it? | 22 Jan 2007 12:59 GMT | 1 |
I'm working in C#, .NET framework 2.0. I'm writing a text editor and wanted a finer degree of control over the window that a normal edit box will allow, and so decided to build the display beginning with a plain window and handle all the drawing
|
| accesing XML | 22 Jan 2007 11:18 GMT | 1 |
I am creating a simple program that has 4 windows forms. Login, Register, modify and one is an MDI. Basically I have a webservice already set up and I need to be able to send a username, passcode, and name to this xml sheet and then it will return a id
|
| tooltips with intellisense | 22 Jan 2007 07:52 GMT | 1 |
I am wondering how to create 'tootips' for my own C# functions. When using intellisense to browse the available functions of a class that I have written, I would like to be able to see a tooltip with a description for each function.
|
| Outlook Express V6 | 21 Jan 2007 08:00 GMT | 3 |
Having recently moved to broadband and using Outlook Express to manage my emails, I have encounter a problem with sending emails although I can receive all emails. The following error message started about a month after I upgraded and I cannot seem to get the problem resolved:
|
| How to add a text editor with custom syntax highlighting into my custom app | 21 Jan 2007 02:39 GMT | 3 |
I've looked online for a while but haven't found a whole lot of really good resources for this, so I'm hoping that maybe someone here can point me in the right direction. I'm working with a 3rd party application that allows users to create customizable files within
|