I have several projects that I need to link together with a resource pool. All resources combine as they should except for one resource has two entries. Apparently Project thinks these are separate resources and I cannot figure out why. The names are the same because it is in fact the same...
I have several projects that I need to link together with a resource pool. All resources combine as they should except for one resource has two entries. Apparently Project thinks these are separate resources and I cannot figure out why. The names are the same because it is in fact the same...
We are looking at developing a new application that would have a significant portion of document management. Does anyone have any recommendations for a document management system to integrate as the backend for the application? Is SharePoint the best answer, or is there something else smaller...
I am making a UserControl to be used in other Windows Forms applications. How do I make the property in the designer be a dropdown list? I've done basic properties using text and boolean values like the one below, but I want one where I define the items in the list the user can choose from...
I am making a UserControl to be used in other Windows Forms applications. How do I make the property in the designer be a dropdown list? I've done basic properties using text and boolean values like the one below, but I want one where I define the items in the list the user can choose from...
I have a Windows Form application using C++ .Net. How do I open up a folder in Windows from my C++ code? I have a variable outputDirectory that contains a string of the path.
I have been forced to use C++ to create a GUI for an application. I normally use VB.Net or C#. I cannot open a form from the main form. Here is the code I am using.
frmNewScenario * NewScenario = new frmNewScenario();
NewScenario->ShowDialog();
It says frmNewScenario is an undeclared...
I am creating a directory and would like to show the last name of the first record and last record on that page in the page header. Can anyone tell me how to do this?
I am using putting City, State, and Zip together into one field. I want to not include the Comma if City state and zip are not specified. Right now, if they are not specified, the comma still appears.
I have a windows form that contains many fields that are bound to a datset in the designer. I am storing the results of the dataset in an XML file. Creating a new record and storing it out to the XML file file works fine. I then try to reload the record from the XML file when I want to edit...
I am adding a dataset to my project using the dataset designer. It is not tied to any direct datasource. I am just making the dataset manually. I get 30 errors every time I do this. Most of which are "Reference to a non-shared member requires an object reference." There is also "'Convert'...
I am trying to write an application that is multithreaded. It loads a list of files and kicks off a new thread for each one. The files are displayed in a datagrid with a % complete to indicate how much has been processed. The number of files being processed is dynamic. How do I multithread a...
I am looking for code to detect the speed of uploads and downloads for my network connection in VB.net. I want to monitor the speed and use more processes if the speed is high enough.
I am creating a Smart Client application using the SQL Server Compact Edition. The compact edition does not support the top clause. I need to recreated the functionality of the query listed below without using the top clause, because it is not supported in CE. The query below returns the...
I am trying to set up replication on a SQL Server 2005 database. The database was originally created in SQL Server 2000. I converted it to 2005 by detaching it and attaching it to the 2005 database. I get the error above when setting up the replication. I think the error is a result of SQL...
I am exporting a gridview to Excel using the code below. One of the columns contains line breaks. How do I export those line breaks to Excel? When I run the code each line break creates a new row.
If gvResults.Rows.Count > 0 Then
gvResults.AllowPaging = False...
I am exporting a gridview to excel. I have a column of ID numbers that are 1.1, 1.2, 1.3, 2.1, 2.2, etc. When it gets up to 1.10 or 2.20, it drops off the zero in excel, because it thinks it is a number not a string. How do I prevent this from happening?
I have an application using forms authentication. When the Session times out, it just clears all the session variables and does not force the user to log back in. Now the user is essentially logged in without any credentials. What is causing the forms authentication to not force the user to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.