Software Development Network Logo
  • Windows Vista
  • Windows Forms
  • Windows Live
  • VS Express Editions
  • Game Technologies
  • Visual C#
  • .NET Development
  • SQL Server
  • Visual FoxPro
  • Visual C++
  • VS Team System
  • Visual Studio
  • Microsoft ISV
  • Visual J#
  • Smart Device

Software Development Network >> artemuse's Q&A profile

artemuse

Member List

ClementM
msindel
sql_rv
David Bailey
Sohail Iqbal
B Duper
Mark Arteaga_MVP
aminoplacid
MeMe_89765
Gaurav Khera
Any Person
ISLAM AHMED
Madhukar_KR
Axiverse
Scarlett Lee MSFT
Lars Kjetil Sorhus
Ricardo Ibarra
David Zeller
Dr. Ning
Dany C.
Only Title

artemuse's Q&A profile

  • Visual C++ VC Express doesn't recognize standard string

    I created an empty console project in VC Express. #include <string> int main(int argc, char** argv) { string name("Dog"); } Compiler errors: error C2065: 'string' : undeclared identifier and other errors like missing semicolon.  Why doesn't it work  In fact I tried #include <iostream> and it doesn't recognize it either. error C2065: 'cout' : undeclared identifier Do I have to configure the linker to recognize the standard libraries   Since the string datatype resides in the namespace std, you need to prefix every instance of string with std::. std::s ...Show All

  • Windows Forms Can anyone explain this code from the Data Form Wizard

    I am experimenting with the Data Form Wizard and created a windows form (mulitple records) that displays one record at a time with record navigation, update, delete, cancel, cancel all and add buttons.  This is a form bound to a dataset. This is what was generated for the add button:     Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e& ...Show All

  • Visual C# Generating HTML or CHM files via XML Comments

    Is there an option in Visual Studio 2005 that allows me to export all of my XML comments into a CHM or HTML file visually similar to the online MSDN library I know that there is nDoc and DOxygen, and other third party tools (none of which work well with .NET 2.0 btw), but I would think that with VS 2005, MSoft would finally include their own way of doing something like this. Unfortunately not! VS 2005 has no such tool in any version. The problem is that I haven't managed to make NDoc work with .NET Framework 2. Have you Does DOxygen work with .NET 2 ps. If you are interested in code documentation also try GhostDoc. It ...Show All

  • Visual Basic VoIP

    Hello ladies and gents! Short question with a long answer (most likely). I am working on a multiple-client instant messenging application, and I would like to put VoIP into it (Voice over IP). Do I have many weeks of headaches ahead of me or have the nice *cough* people at microsoft put something into VB.NET to make it easy for me I'm using VB.NET2003 (don't ask....) Thank you in advance. There's nothing special about voice over IP, apart from any patents being held by those that have developed compression and transmission algorithms to make it useable. It's just a stream of bytes. VoiceOver IP has been around a loooong time. You ...Show All

  • Visual C# How to save html file and respective dependent files in server

    Hi All Currently iam working with web application using C# ,my requirement is need to save a html file ,whenever saving a file the related image files should save in a folder Ex: When you click http://aspalliance.com/150 in URL when we use save as we can save it as HTML file and the related images are saved in related folder I need to implement the same concept Could any one please guide me Thanks a lot Probably you can using regular expression to find any external links (aka <img src="" /> etc) in the targeting html file, and then save those files pointed by those links, and then save the html text fil ...Show All

  • Visual Studio Express Editions Form corruption

    I am creating a rather small application with VB Express. I have noticed that occasionally some of the fields on the form will just go missing. Sometimes they'll randomly come back. The last time, evey single component I've dropped in the form went missing! That includes tabs, datgrids, data adaptors, buttons, everything! I didn't delete them, I've tried restarting, I've tried undoing, I've tried everything I can think of. They are still 'There', just not displayed in the designer. Until they come back, I'm stuck unless I want to start from scratch. I'm starting to get very frustrated! Any ideas Hi, ...Show All

  • Visual C++ Problem seeing my code

    I installed Visual C++ .net 2003 on my computer. Took forever to do and when I finally try to open my code to look at it and make changes, it shows my code as nothing but 0000000's. What is causing this Any ideas I say that I need to install Microsoft Internet Information Services on my computer. How would I know if I have this or not I met all the other minimum requirements. I unistalled Microsoft Visual C++.net 2003 and deleted all the C++ files that I was using for my class and recopied all my C++ files and samples back to my computer from my flash drive and opened them in EditPlus. It is showing my code ...Show All

  • Visual Studio Team System Differente with load agente and load tests?

    Hello on MSDN downloads there appears another product as standalone WHat does it do what are the differences wit th teahm system for testers Tks The Team Test Load Agent SKU is used for executing a test on distributed set of machines. This sku contains 2 installs: a Controller and Agent. The controller will control one to many different agents. This allows you to submit your tests to the controller and the controller can send to the test to any one of the agents. If you are submitting a load test to the controller the load for the load test will be distributed across each of the agents connected to the controller. So if you have a ...Show All

  • SQL Server What should go in ContactInfo

    Hello, In the interests of best practice...what should we put into ContactInfo property of a custom component and what format should it be in I'm not looking for suggestions. I know that the SSIS dev team (well Kirk anyway) have a definitive answer to this. -Jamie http://sqljunkies.com/WebLog/knight_reign/archive/2005/07/14/16068.aspx ...Show All

  • Microsoft ISV Community Center Forums Word Macro Runtime Error

    Hi all, I'm a complete newbie when it comes to VBA but I've been tasked with writing a macro for a Word form. The form will be linked to on a web page and has two buttons at the bottom, Accept or Decline. Basically what the boss wants to happen is that when either button is clicked the form gets attached to an email and automatically sent. At the same time a message box appears telling the applicant "thanks" and after they click "OK" on the message box he wants EVERYTHING to close. My problem is that 99% of the time the person is going to open the Word doc in IE and ActiveDocument doesn't seem to work outside of ...Show All

  • Windows Forms An exception related to TreeView

    In Whidbey Beta2, If I uses TreeView in my program, a exception will thrown when the program exits : A SafeHandle or CriticalHandle of type 'IconHandle' failed to properly release the handle with value 0x00010005. This usually indicates that the handle was released incorrectly via another means (such as extracting the handle using DangerousGetHandle and closing it directly or building another SafeHandle around it.) See c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\sdk\bin\mdaBoilerplate.exe.mda.config for documentation. How to eliminate this exception Thanks! I later found that it's because I uses some icon in a TreeView in Whidbey B ...Show All

  • Architecture SOA and the next achritecture?

    Hello, are there any meanings or researches what comes after SOA Regards, Jens Hibbeler Jens, I can't give you a real serious answer. I'm sure something will always come next, but what the next hot architecture topics is I can't say. The funniest thing I have heard lately is that SOA is on its way out and the Web 2.0 is the thing. I find this funny because it is like comparing apples to skate boards. They aren't even in the same topic area. Good Luck Tim ...Show All

  • Visual Studio Team System property evaluation order

    Why is the following not working I tried moving the Import of the M icrosoft.TeamFoundation.Build.targets from the top of the build file to the bottom, but it had no affect. Our environment has separate TFS and Build servers. I'm using TFSBuild.exe to kick off the build through a batch file. This article describes http://msdn2.microsoft.com/en-us/library/ms171464.aspx the order of evaluation but it isn't working. I also tried moving the RootProjectFolder property to a a new <PropertyGroup /> element. The affect is that only the first <PropertyGroup /> element is evaluated before the build is "kicked" off. An initial round of e ...Show All

  • Software Development for Windows Vista VS2005 froozen (100% CPU)

    Hello, When I install Visual Studio 2005 extension for worklow fondation on Visual studio 2005 professional, my computer (win XP pro sp2) use 100% CPU for a long (I have wait more than 20 minutes before cancelling) time. Can somebody give me some information for solving this issue Patrick Is this Windows Workflow Foundation Beta 2 Do you have any other Visual Studio add-ins installed Does Visual Studio start up at all now Cheers, Paul ...Show All

  • .NET Development How to get Dictionary<Tkey, TValue> entry information through reflection?

    I have been working on some code that probe through the entries of a generic dictionary Dictionary < TKey , TValue > , using reflection. Unlike working with Hashtable, it's not easy to find out the entries' key and value information. Here is the code depict the problem. Suppose I have a class hold two fields: public class MyClass { Dictionary < string , DateTime > m_dateTimeDictionary; Hashtable m_dateTimeHashTable; } I have an instance of the class and its type info: … MyClass myClass = new MyClass (); Type myType = myClass.GetType(); … I have ...Show All

©2008 Software Development Network