Shawn Van Ness - MSFT's Q&A profile
Visual C++ Cannot find WINAPPC.H and WINCSV.H
I am porting our application from VS6.0 to Visual Studio .Net 2003 in VC++. I do not find the following files in the installation on my machine in Visual Studio .Net 2003. "WINAPPC.H" and "WINCSV.H" Are those files not come with VS .Net 2003 If so, where can I find it Thank you very much. Those two files are part of the Platform SDK. The teams that manage the Platform SDK and Visual C++ distributions are separate. When the Platform SDK team decides to exclude certain files from the product, they also get removed from Vis ...Show All
Microsoft ISV Community Center Forums project email updates set to not automatic
Does anyone know how to turn off the email without turning off the ability to request status updates I don't want an email sent out every time I update something on a task to a resource. I would like to be able to control when an email gets sent to someone. Thanks! Per our support engineer: Thanks for using Microsoft ISV Community Forum. As you may know, Project Server leverages the alert functionality of Windows SharePoint Service to send out the notification on updates. So, in order to configure the E-mail notification settings, you may login the Project Web Access as a PM, and after the login, ...Show All
Windows Forms Is there an underline control or clever workaround?
Hi, I'm looking for an 'underline' control or some clever way of creating a similar effect. I want something to look just like this Eclipse dialog (link below); http://home.swiftdsl.com.au/~spurrymoses/pics/eclipse_dialog.jpg There is an underline underneath to top section and then underneath the 'Enclosing Type' checkbox. I tried fiddling with existing controls and looking for something in the Toolbox References but couldn't work anything out. Will I have to write my own custom control here. That would probably good practice but I just want to make sure I'm not reinventing the wheel first. On the sam ...Show All
Visual Studio Express Editions Application won't run beyond splash screen on testing machines
I have almost finished developing a rather extensive application that was in part upgraded from VB6. Since deployment is a bit different with VB Express than VB6, I've been trying to get a handle on this aspect. The compiled application runs on my development machine without any problems. I have loaded .net 2.0 framework on two different machines and have dealt with various issues and error messages, and now at the point where the splash screen starts up, but the main form doesn't come up. I've looked in the system log on the machines, and there's an system.invalidexception error, with P10 NIL. Here's my unhandled exception code (w ...Show All
.NET Development Permissions required to Use System.Diagnostiscs namespace
Hi, In ASP.NET 1.1, we have developed a module which includes a call to GetProcessById() function of System.Diagnostics.Process. This works fine if the ASP.NET is running under System context or if the ASPNET user is an administrator. The problem is, in the user's machine, the user context under which the ASP.NET is going to run should not have adminstrative privileges. At that time, this shows an exception with the following message. "Cannot get process information from the remote machine". Can you please tell what are all the access the ASPNET user must have , to get the process id Our environment is ...Show All
Visual C# AspNetSqlProvider
I have an error when i am try to make web partzone without using sqlexpress I want to use sqlserver2005 entreprise when i am try to create AspNetSqlProvider test failed and i have this error (An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) ) Dear PJ. van de Sande I use local connection this is the err msg if i used a connection to sqlserver 2005 not ...Show All
Windows Forms Update DataGrid
hi, i hope i am in the right place to ask question. i using VB.net n SQL and my question is: i able to fill my datagrid with my table.. but it seems i got trouble updating a new entry, or when i want to delete a entry; because when i insert/delete an entry.. and i refresh it.. it wld prompt me of a error. i think the update&nbs ...Show All
Visual C++ Tiered library dependencies under VS2005
We have a project that is structured like this: Program depends on Library 1a which depends on Library 2a, Library 2b, etc. The dependencties for the above are set by right clicking each project and selecting Project Dependencies... and selecting the projects immediately below the projects in the dependency tree. If I modify a source file in Library 2a and then right-click on Library2a and select Build, it builds the library. If I now right-click on Library1a or Program and select Build, I see the message ========== Build: 0 succeeded, 0 failed, N up-to-date, 0 skipped ========== so, nothing gets relinked and Progra ...Show All
Windows Forms Datagrid Tab Navigation through column
I have some hidden fields in the datagrid. While doing tab navigation i need to set to set the focus to visible fields only.Ciurrently the focus moves to the hidden fields also. Kindly let me know how can i solve this. Thanks in advance. Didn't look hard enough!! http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q857q Joe ...Show All
Windows Forms going from one windows form to another
Hi , I have a windows forms called ServiceSetup.cs and another called UserAccounts.cs. How can I go from ServiceSetup.cs to UserAccounts.cs after a user clicks a button on ServiceSetup.cs I dont want ServiceSetup.cs to appear at all, I only want UserAccounts.cs to appear, just like response.redirect in webforms Thanks, //code in ServiceSetup form void btnUserAccounts_Cli ...Show All
Windows Forms Printing a Panel
Hi, this is my first post in this forum. I have a question: I'm working at a windows programm. Inside this application is a panel. When I click on i button, I want that only the panel will be printed. Can somebody help me Please send me a coding example, because now I am learning C#. Peter ...Show All
Smart Device Development Keyboard driver modes - How would one implement two diff behavior?
Hi, My WM2005 device has a sliding alpha-numeric keyboard. When that keyboard is open on the WM2005 Today screen, the keyboard enters a "numlock" mode. This is where some overloaded keys that act as the phone’s dial-pad only output numbers, not characters ( so a user can initiate a call from the Today screen ). When an app such as Pocket Word has the focus however, the keyboard functions “normally”, meaning all keys output characters and a user must press the FN key plus an alpha-numeric key to generate a number. I have written a custom Today screen item that accepts user input in a textbox. ...Show All
Visual Basic Frustrated at data source updates...
I have been programming in VB6 and MS Access for about 3 years now and decided to move to VB2005. The walkthroughs are a great help especially with regards to data access. However, I found out that my changes are lost when I send my updates to the data source. Has anyone experienced this I even tried the MyMovieCollection Startup kit and it also doesn't update the DVDs table. Hello Rick, If you post the code you're using to perform the update it might be easier to help troubleshoot why your updates are not working. Also you might want to check this topic that explains the specifics of working with loc ...Show All
Visual Studio Team System Microsoft Partner Program License Benefits FAQ
The Partner team has provided me with the following FAQ, which I'd like to share with all of you in the hopes that it answers many of your questions. Thanks, Ajay 12/8/05 - I've updated the FAQ with a new version that I received from the partner team. This information will be making its way to the partner Web site as well. Eligible partners are scheduled to have access to Team Edition for Software Developers on 12/16. In the meantime, the Team Suite 180-day trial is available for your evaluation. We apologize for the delay. Microsoft Partner Program License Benefits FAQ MicrosoftR Visual StudioR 2005 with MSDNR Subscrip ...Show All
Visual C# Convert VC 6.0 to C#
I have a source code written in VC 6.0 and I want to convert it to C# Is there any tool can do that Thks No, that is not possible, you'd have to rewrite the app. C# and C++ are totally different languages, supported by different libraries, only the most trivial code would convert without changes. ...Show All
