DarrelC's Q&A profile
Visual Studio Express Editions How do I delete or remove projects and files from visual C++ express Edition
How do I delete or remove projects and files from visual C++ express Edition mveeravagu wrote: How do I delete or remove projects and files from visual C++ express Edition Projects can be managed using the Solution Explorer. If you can't see the Solution Explorer, you can reveal it by choosing View menu -> Solution Explorer. Here, you can right click on your file and choose Remove. " ...Show All
.NET Development loading classes from single project vs. multiple assemblies
Hey guys, Are the below two cases identical 1. Having a single project with 100+ classes. 2. Separating the project into a bunch of assemblies and dynamically loading the assemblies. Second case involves the use of a lot of reflection and attribute-based programming. I am mostly worried about speed of execution. I am planning on going with approach 2, but am worried that there may be some unknown overhead to reflection or assembly based pro ...Show All
Visual Studio Team System VS 2005 RC & Team
I have installed VS 2005 RC and I am confused...I cannot see any menu items to the Team functionalities. How can I connect to a team server Am I the only one in this situation or was the Team stuff left out of the RC I did a full install by the way. Did I miss something Thanks. Not through my MSDN it isn't. If you know where to locate it, the one that is not the trial edition, I appreciate it. ...Show All
Visual C# assign value to datetimepicker (windows form)?
i have a datetimepicker in a window form. how should the coding be if i read a date from the database and the datatimepicker will show the date that i get from database something like if i read a data from database and assign the data to the textbox, i would write SqlDataReader myReader; myReader = cmd3.ExecuteReader(); if (myReader.Read()) { txtunit.Text=myReader["P_UNITS"].ToString(); //textbox } wat is the codin ...Show All
Visual C# To move from one textbox field to another
I make my sample form with textboxes on it, and buttons as a control to add, edit, save, undo, delete & close form, just to study the behavior of this controls, setting the tab order too. But when i compile my form and run it, the cursor sticks at the first textbox field when I press the enter key, not if I use the tab key or mouse, Do we have to make a code for every textfield just to move to another textbox or other control ...Show All
Visual Studio Express Editions My Sql & MSFlexgrid1
hello i need to excute my sql query result into MsFlexGrid1 i use this code Dim conn As ADODB.Connection Set conn = New ADODB.Connection Dim c As Integer Dim r As Integer Dim x, y, z, i x = "localhost" 'srvname.Caption y = "root" 'srvuser.Caption z = "admin" 'srvpass.Caption i = "microsoft" 'srvdatabase.Caption conn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=" & x ...Show All
.NET Development SQL strings and distributed applications
I am building a solution in VB 2005 which uses SQL strings to determin varoius totals etc. It works fine on my machine - but when I deploy the solution and install it on another machine, it fails to show the totals at all. I am in no way an expert so i assume that I have overlooked something simple. I would be most grateful if anyone could point me in the right direction. I don't get any error message, when you ...Show All
Visual Studio Team System Can't create team project... then check "VSTFWeb " web site...
Hello~ I also can't create team project ... then I check my "VSTFWeb " web site in IIS 6. I to verify the web.config then I saw the string in LocalSqlServer is "data source = SQLEXPRESS...." that's default value, but when I install Team Foundation follow the install guide, we don't insatll SQL Express , aren't we I am not sure does this reason to occur error. any ideas or how to change it to support SQL Server 2K5 April and another questi ...Show All
Windows Forms copyright
Hi I wonder how I could write a copyright character in a messagebox as text Thanks Moorstream Thanx for all the answers... Of course I mean Word :) /Moorstream ...Show All
Visual C# Installing Windows Services during runtime
Aloha, I've been trying to install a Windows service during runtime in Visual C# without using any seperate programs like installutil.exe. The MSDN library barely gives any information on this, always referring to installutil.exe or a full MSI installer package, neither of which can be done in runtime. I'm wondering if it's even possible to do this during runtime. Perhaps it would be better (but messier) to directly alter the registry perhaps ...Show All
Visual C# Application running in system tray sending keystrokes
Hello, I would like to make a device that will control a couple audio apps that I use. I'm using the parallel port to do this and I've already got parallel port output and input down pat, but now I have a new problem. I was planning on writing a little app that would constantly poll the parallel port and send different keystrokes depending on what button was pressed. My question is this: Is Will the application still poll and send the keystrokes ...Show All
Visual C++ MSVCR80D.dll Entry Point Issue
I recently installed VS8 Express and did the workarounds listed under the Start Page "Download the PSDK" section. I can open new projects using the Windows Application Wizard and they build OK under Release, but under the Debug configuration it compiles, but at runtime I get the error noted below. I verified that the .dll is on my path and comes with VS8, so I'm assuming it's the right version. ...Show All
SQL Server How to sort that does not include duplicates in display?
Hi everybody, I like to asked anyone who is very good at sql to help me display this data in a table format that duplicate headings, subheadings or other columns won't appear twice or more. Can anyone help me I need to sort them and load them in a Datatable. Loop thorugh all records and display them in a label control created at run time. Thanks in advance. Sample Data: Topics Table TopicId TopicLevel Topic  ...Show All
SQL Server RS 2005 run on SQL Server 2000 Database?
Our product currently works with Cystal Reports but we decided to enhance it so it works with another reporting platform (MS Reporting Services). We are in the beginning stages of developement and trying to decide which version of RS (2000 or 2005 ) to build the reports and integrate our web UI with. Most of our clients are using SQL Server 2000 for their database platform and we don't anticpate them upgradi ...Show All
Windows Forms Sounds interesting but looks dead
Am I right ...Show All
