| Thread | Last Post | Replies |
|
| TextBox help!.... | 11 Mar 2006 17:00 GMT | 1 |
VC++ 2005 Express Edition: I have a textBox with the properties: this->m_TextBox_Desc->Multiline = true; this->m_TextBox_Desc->WordWrap = true;
|
| Icons & Bitmaps with installation | 11 Mar 2006 14:29 GMT | 3 |
I am looking, but cannot find, the location of icons and bitmaps after installation of VS2005. Are there any included? I know in 2003 there were many to choose from but either I am looking in the wrong place or they are not included
|
| Install Window Service without InstallUtil.exe | 11 Mar 2006 08:26 GMT | 1 |
I'm currently developing a simple window service application and was wondering how do I install the service on a machine that doesn't have the .Net SDK but ONLY the .Net Framework? I see most sites say use InstallUtil.exe but you'll need the .Net SDK to use that.
|
| DataSet connection string | 11 Mar 2006 01:16 GMT | 1 |
I created a DataSet in a seperate DAL library project. It created the settings file to store my connection string. However, AFAIK, library projects do not support settings files because the app.config file is not copied to the output directory. Therefore, I cannot change the ...
|
| "getelementbyid" getting error in server 2000 instalation | 10 Mar 2006 23:11 GMT | 2 |
"New guy.. please help" wrote: Hi, I'm a new kid onthe block.. I have a small company with a website that was developed in .net by a company for me. I want to work on it myself so I installed 2000 server at home and the added the .net framework.
|
| Basic n-tier architecture question... | 10 Mar 2006 21:16 GMT | 4 |
I understand that there are a several ways to architect an n-tier solution, but I think we can keep it simple in our projects...they tend to be pretty small. I just need to know if I have the right idea. 1) We're building ASP.NET apps and I intend to add WinForm apps to the mix.
|
| Issues with double quotes when converting ASPX file (HTML format) to excel spreadsheet | 10 Mar 2006 17:27 GMT | 1 |
I have a dynamically generates ASPX page with tables and data. Depending on user selection, the same page can be viewed as a simple web page (rendered in HTML) or as an excel spreadsheet. If the user chooses to view the page as an excel sheet, I attach the
|
| Sharing Classes between Windows App and a Web App | 10 Mar 2006 16:58 GMT | 1 |
I have two programs, one is Windows app the other an asp project that share the same classes. I am using SourceSafe for my source control. We have 2 developers working on the projects and would like to have the classes centrally located to keep from overwriting each others work ...
|
| IndexOf on bound ComboBox not working?? | 10 Mar 2006 15:11 GMT | 2 |
I know I must be going crazy, but for the life of me I can't figure out why IndexOf is always returning -1? With MyComboBox .ValueMember = "Field1"
|
| Structures vs. Classes | 10 Mar 2006 14:51 GMT | 2 |
At work, our development team has a development standards document that insists Structures should never be used. I'm looking to change this standard but need a suitable argument in order to make the change. I know that Structures are value types, sit on the stack, and are
|
| Garbage collection, Unmanaged code and SafeArrays | 10 Mar 2006 12:35 GMT | 5 |
Hello, all, I am currently working on a .Net (VB) application that invokes routines in unmanaged (Fortran) DLLs. The unmanaged routines then communicate with the .Net application by means of a call-back mechanism. These
|
| How to: Access the Managed HTML Document Object Model | 10 Mar 2006 09:27 GMT | 2 |
I use, VS2005 C# I have a Windows Forms UserControl hosted within Internet Explorer According to MIcrosoft documentation: http://msdn2.microsoft.com/en-us/library(d=robot)/ms171712.aspx
|
| HTML Form posting & response parsing | 10 Mar 2006 07:48 GMT | 2 |
I'm having problems with one strange web system where submitting an application and making queries about its handling status require a series of form submits and response parsing - all in HTML. Luckily other interfaces are "modern" using xml file up/downloads without any ...
|
| asp.net 2.0 datagrid - update cannot get text out of textbox | 10 Mar 2006 05:48 GMT | 2 |
New to 2.0, using code that works in 1.1, and all works well except cannot get the text out of the textboxes for updating the database. My template column looks like this: <asp:TemplateColumn HeaderText="Notes"
|
| How To: Application wide KeyUp | 10 Mar 2006 05:30 GMT | 1 |
I have a multi form (not MDI) application and I would like my program to intercept keyboard input regardless witch form is active. I tried the usual KeyUp event hander on the MainForm on the App first, but it didn’t do anything because one of the controls of the form always seems ...
|