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 tried the code below, but I am getting a compile error.
ShellExecute (NULL, "explore" ,outputDirectory, NULL, NULL, SW_SHOWNORMAL);
I get the error below:
error C2664: 'ShellExecuteW' : cannot convert parameter 2 from 'const char [8]' to 'LPCWSTR'
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.
...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 identifier. How do I get it to see my...
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'...
That was the entire error. The ... after ID was just the ID number. I have resolved this problem on my own. I ended up restoring an older version of the database and using Data Compare within Visual Studio to bring it up-to-date.
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...
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.