DanSequel's Q&A profile
Visual C++ I am use visual c++ about 3 years. I found MFC is hard to learn. I want to return to pure c++. Is anybody likes as me?
I am use visual c++ about 3 years. I found MFC is hard to learn. I want to return to pure c++. Is anybody likes as me Yes, I feel the same as the original poster. I wonder if it ever occured to Microsoft that most of us have to develop projects to make a living and don't have the time anymore to invest months into studying new languages, new frameworks and new paradigms In our company we made the decision to continue using C++ and MFC. Frankly we're just using MSVC 8 in order to have easy access to native 64 bit compilation. Other than that, you could take all C# and .Net and whatnot and trash it. ...Show All
Visual Studio Managed package using managed resources
Hi, I am trying to use managed resources instead of unmanaged for my managed package. I got my cto file, and I have added it to the managed resources manually under the name CTMENU as described by the vsip doc. I've set UseManagedResourcesOnly to true, and I've run devenv /setup after registration. However, the menu items do not show up at run-time. The same cto file would work if it's in a satellite dll and have UseManagedResourcesOnly set to false. Is there anything that I am missing I have read the post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=14892 and basically doing what Ed dore is sugge ...Show All
Microsoft ISV Community Center Forums Best way to learn VBA for Excel
Can someone recommend books, websites or any other sources to learn VBA for Excel and Outlook. I am using the help function but surely there must be a more structured way to learn this language. Thanks, Antonio The MSDN library has some good articles on developing with Office. http://msdn.microsoft.com/library/en-us/odc_2003_ta/html/odc_ancoffsol.asp frame=true There are some sample chapters there. It's an excellent place to start. Also do a search for free ebooks in MSDN as there was a online book about Office 2003 VBA there a little while ago. ...Show All
Visual Studio Express Editions Starter Kit Install Errors
I am using Visual C# 2005 Express and Visual Web Developer 2005 Express on a Windows XP SP2 system and when trying to install either CSCardGame.vsi or TimeTracker.vsi I get the message: "Installation aborted because the item was a duplicate of an item already installed." I've checked both programs and they do not show up at all in either "New Project" dialogs. Any documentation on how to manually install these Templates Thanks. Dave I get a similar error with timetracker.vsi which complains I do not have the correct version of vstudio. I think its because the code supplied is built with teamsuite (an ...Show All
Visual C# How to compile using VC# 2005 BETA 2
How can I compile using this software Do I need to download a seperate compiler I'm just learning right now, and all I have done is: namespace NotePad { class HelloWorld { // every console app starts with main static void Main() { System. Console .WriteLine( "Hello World!!" ); } } } Im learning really ...Show All
Visual Studio 2008 (Pre-release) WPF Feb CTP 2006, XAML Designer not available in VS 2005
Hi, I installed the WPF Feb CTP 2006 version. Apart from the namespace bugs, i have run into a peculiar problem where the xaml designer is not shown in the VS 2005. Is this by design or is it a bug Any help in this regard would be highly appreciated. Thanks & Regards Susheil Kumar System Analyst You should give Microsoft Expression Interactive Designer a shot - http://www.microsoft.com/expression Thanks, -Unni ...Show All
Visual Basic Using the same structure in multiple objects
I have the same structure of data (customer name, location, status, etc.) that I want to use in multiple objects within an application (one to read the data from a file, one to display it, one to create a new or updated version, and one to save it), and I'm not sure what's the "correct" way from an object oriented point of view of how to define the same structure across all of the objects. Currently, I've got the structure defined in the MainForm class, and then I define the input variable in the input object by doing: Dim InputDataStructure As MainForm.DataStructure = New MainForm.DataStructure and in the output ...Show All
.NET Development How to analyze web service created in Visual Studio 2005
Hi Can anyone tell me how to analyze a web service dll created in Visual Studio 2005 with FxCop 1.32 When using Visual Studio 2003, I used to be able to just add the dll output of my web service project, but in Whidbey no dll seems to be created when I build the web service. Thanks! John Do you have VS 2005 Team Developer or Team Suite If so, the easiest thing to do to use the built in version using Build -> Run Code Analysis on Web Site and Website -> Code Analysis Configuration. Thanks! Nick ...Show All
Windows Forms Could not find file C:\Inetpub... GescomCustomActionInstaller.InstallState
Hello I am trying to make custom actions to install the database and I have this. Is there a way to debug an installer step by step public override void Install(System.Collections. IDictionary stateSaver) { base .Install (stateSaver); string databaseserver=Context.Parameters[ "databaseServer" ]; string databaseuser=Context.Parameters[ "username" ]; string databasepassword=Context.Parameters[ "userpass" ]; string strsqlconn= "server=" + databaseserver + ";database=" + databaseuser + ";User ID=" + databaseuser + ";Password=& ...Show All
Visual C# .net
hi, I was wondering why C# converts its code to .net (byte-code) is there no option to convert to machine-language (like C++), it probably would make it the nr 1 language if it could. Also why isn't the .net language included in standard windows, so there is no conversion needed. this could give it a real boost, not (could be an advantage against java, because what is the advantage now against java) tnx I found ngen.exe in .NET FW 2.0, this ngen can link dependent libraries dll and regenerate it also with .exe, but it regenerated .exe (which i found in windows/assembly/NativeImages1_v1.1.4322\my_prog) doesn`t ...Show All
Visual Studio Tools for Office Deploying user defined chart in client machine
Hi, I just tried using VSTO 2005 to build one Excel template application. During the workbook_open event I have to store USerdefined-Custom type chart in the client machine I tried out the following code, Application.AddChartAutoFormat. But it is showing an error like this, "Attempted to read or write protected memory. This is often an indication that other memory is corrupt" . But when I tried out it in workBook_shutDown event, it was worked, but after sometime i again tried the code but it is not working. Also I tried out in test machine, there also the code is not working. If any one can help please send the ...Show All
SQL Server Using Select In Push Command
Hi All, Does anyone know if you can add columns to a local pulled table and if so can you use a select command to push the table back and exclude the added columns. Basically I need to know if a record has been added on the PDA so I can get an ID from the server before pushing it back. I cannot alter the sql server database because it is part another application. Cheers, Jiggy! In SQL Server 2005 Mobile Edition, RDA subscribed tables (Pull with Tracking ON) are locked for DDL Changes. Hence, you can not add a column to RDA subscribed tables. In case, you are trying all of this for Identity colum ...Show All
SQL Server Installation Problems
I have an installation problem. The customer where I'm working has a SQL server 2000 installed. He updated the server with the Service Pack 4. We try now to install the SQL Server 2000 Reporting Services Enterprise Edition and we get the following error message: The report server requires SQL server with Service Pack 3a. Any suggestions Thanks Markus ...Show All
Smart Device Development SIP button problem
Hi, I have problem with sip button in right-bottom corner of device screen. I Have form, that is not maximized and looks like messagebox, but in this case sip button do not shows I've tried use SHFullScreen function, but no effect Have any idea ...Show All
SQL Server Triggers
I understand that triggers is not currently supported in this release, and that Microsoft may be considering supporting them in the future. Will the final release have support for triggers, or will this have to wait until the next major release Thanks The present version of SQL Server Mobile ver 3.0 does not support triggers. There are different viewpoints about the trigger functionality as given below: 1) Notifications – Rather than having a full fledged trigger functionality, can we have notifications. Some of the application development scenarios for this are – Data in the tables is changed by t ...Show All
