KCH's Q&A profile
Visual C++ I cant build a basic Win32 Console application, i get a LNK1104 Error
Hey. So i installed Visual C++ Express 2005, i ran it then i installed the platform SDK. I followed the Videos at msdn.com on how to add the 3 directories (Bin, Lib and Include) in the VC++ Options. Then i changed the core winexpress file in notepad and when i tried to make a basic C++ application, i got a LNK1104 Error, that it couldnt find the 'user32.lib' file. This is the code i used: #include <iostream> using namespace ...Show All
Visual Studio I want to add additional documentation to VS help system.
I have VS 2005 installed and it comes with a set of documentation which you can filter via drop down box, which is great. But I am doing some sharepoint development and I really don’t want to switch between the two systems or more if I have other SDK docs I need to look at, can I add the sharepoint SDK or any .chm file to the VS help system which should be automaticly searched via dynamic help also. I think I am asking for the impossible. ...Show All
Software Development for Windows Vista a problem with SqlWorkflowPersistenceService
Hi all, I used WF Beta2.2 with SqlWorkflowPersistenceService.If workflowInstance is Idled,the state data is saved into DB.If workflowInstance is running and call workflowRuntime.StopRuntime() to stop workflow Engine,the state data is not saved into DB,and then it has not response when i listen to Abort event and Terminated event and Suspended event and Unloaded event and Completed event.why Can workflow Engine load all workflowInstance ...Show All
Visual C++ releasing resources in a destructor
<yecril@discussions.microsoft.com> wrote in message news:5ba1a990-30bb-409d-b407-a92b44380eb6@discussions.microsoft.com > Consider the following piece of code: > class ServerConnection { > > public: int AllocResource(); void ReleaseResource(); }; > > class ClientHandle { > > int handle; > > public: ClientHandle(ServerConnection &s): > > handle(s->AllocResource()) ...Show All
Windows Forms Calender Contorl bug ?
Hi All Doe's any1 know if the Calender control has a bug or am I doing somthing wrong, here is my problem I have a calender control on my form and in the datechanged routine I trigger a data set to load with the data relating to the&n ...Show All
Windows Forms Turning a certain point on form a specified color in MSVC++.NET
Hi, I need to know how I can set a certain point of my form a color of my choosing. (Color found in System::Drawing::Brushes) Thanks, The Digital Pioneer OK, I'm a VB.NET Programmer too. Unfortunately, that isn't working. By sprinkling messageboxes through it, I found out that the e.Graphics.FillRectangle(Brushes.Red, x, y, rectSize.Width, rectSize.Height) command doesn't work. Thanks, The Digital Pionee ...Show All
Visual C# how to open a file implicitly when application invokes
hi, my intention : to open the image in the picture box in another application(image viewer ) automatically when ever user presses edit button. problem : i am getting the image viewer application running but i am not able to get the image running at the same time. could anyone pls help me in solving this i am running out of time..... regards praveen private void edit ToolStripButton_Click( object sender, EventAr ...Show All
Smart Device Development Inserting Picture and Sound file in MessageBox
Hi all, I need to insert a Picture into the MessageBox instead of the usual given icons. Plus, when the MessageBox shows, a .wav file has to be played. Any idea how to achieve this I hope I could get your assistance. I am coding in VB and am using Visual Studio.NET 2005 for a Pocket PC project. Thanks alot!! Regards: sam =) Hi, This article might be of help to you http://www.codeproject.com/cs/miscctrl/ ...Show All
.NET Development vs2005 Professional and Web Applications
I just installed VS2005 Pro from MSDN and it appears I can't create a web application. It is not an option. IIS is running on my web server (a Win 2003 box). Did I miss a step Thanks Now that was intuitive... I liked it better right on the create project options. Thanks ...Show All
Windows Forms autogenerated GUI form/winform from BL?
I would like some verification if this is the proper way to do N-tier design: I'll write an example to hopefully make my point across lets say I have a product object contained within the business object with a property called quantity. 1) from the& ...Show All
Visual Studio Express Editions SQL Express Local and Remote database
did anyone try... are there any samples.. for this.. i would create aplication with local database, but in code on runtime it should change connection string and connect to remote database.... is this possible The Data Sources generated by the wizard are hard-wired to the connection strings in config file. I don't know whether you can change this programmatically at run time. At least it isn't obvious. This is also why I hate using data s ...Show All
SQL Server Solve order
Hi !! I'm migrating my AS2000 to AS2005 but I have a problem. In my AS2000 I have a lot of calculated members and some MDX queries that use those member. The problem is: In AS2005 the order of calculations changed. Now the calculations are done before the aggregations in the MDX querie. But I have more than 300 calculated members and change one by one seems to be very hard. How can I change my MDX querie to do the aggregation before the ca ...Show All
SQL Server How to launch a SSIS package from VB or whatever
Dear all, I am looking for any snippet of code where you can launch a SSIS package by DMO or VB 6.0. I read that it was posible to call dts.runtime assembly from VB 6.0 but at first it might be converted or something like that. Issue comes from the moment that we’ve got an ASP 3.0 scheduler for hundreds of dts and now we have to migrate them to sql25k. Thanks in advance for any info regarding this, Hey there Enric, I'm no exp ...Show All
Software Development for Windows Vista Wich is the better environment to work with WWF
Hello Guys!! Wich is the relation with WWF and Windows VISTA has my environmet to be a Windows VISTA to work with WWF Sorry if my post is old in this Forum, but I didn't found information about that. Thanks a lot! Rodrigo Sendin Developer's Team Tau Net Consulting www.taunet.com.br ...Show All
.NET Development Mutex and ManualResetEvent
Hi all, What are the differences between ManualResetEvent class and Mutex class Thanks, Suresh. Ah, right. Sorry. :) I'm not sure why you can't create a named event in .NET since even Win95 supports named events, but you could either extend WaitHandle with your own class to P/Invoke CreateEvent or use different named Mutex instances. It's a stretch of the Mutex class but should still yield the results you' ...Show All
