dakota367's Q&A profile
Internet Explorer Development IE7 and desktop icons
I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon. Right-clicking & changing the icons in properties no longer works. Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even an explorer logo). Now my desktop is just one forest of identical icons. Anyone know how I can fix this I've wasted all day without success. Dave, I followed your favicon suggestion... revisiting the site does NOT restore the shortcut icon. Also, as others have pointed out, IE7 does not permit a sho ...Show All
Software Development for Windows Vista I can't Use Windows Media Source Filter in Vista RC1 Build 5728
I searched in GraphicEdit and it not register in it . as if Vista not support this Filter Retrieving the COM class factory for component with CLSID {6B6D0800-9ADA-11D0-A520-00A0D10129C0} failed due to the following error: 80040154. and After i copy and register the wmpasf.dll into Vista Computer, i got the next message: Retrieving the COM class factory for component with CLSID {6B6D0800-9ADA-11D0-A520-00A0D10129C0} failed due to the following error: 80004001. waiting for reply. I'm not sure whether it is supported or not, but I think their intention is that ASF playback under Vista should use Media Foundation (MF). http://windowssdk.msdn.microsoft.com/en-us/library/ms696274.aspx I would expect some legacy ...Show All
Visual Studio Express Editions how do I find out about System.EventArgs in full detail?
I need to find out more about System.EventArgs It is the base class all event types inherit from. ...Show All
.NET Development problem using app.config codeBase element with private assemblies
I hope someone has some suggestions to my problem because I seem to have gone through all options. My problem is with an app.config codeBase and assemblyIdentity section. According to the latest MSDN docs, you can use the assemblyIdentity and codeBase elements to locate a PRIVATE assembly outside the root application directory. I have been able to make this work only by strongly naming the assembly and providing a fully-qualified href along with version on the codeBase element. I would like to do the following: <assemblyIdentity name="WCFServiceLibrary" /> <codeBase href=" file:///../WCFServiceLibrary.dll " /> The MSDN docs say I should be able to do the above. Only the name attribute of the ass ...Show All
Visual C# Call Tree?
Is there any way to display a solution's call tree in the IDE Thanks, Ray Ray, The call browser is currently only available in C++ projects (C# and VB do not populate it). It's a feature several people have requested and we're tracking for a future version of the product. Would it meet your needs the way it is designed currently assuming that C# started populating it Thanks, Anson Horton C# IDE PM ...Show All
Visual Studio How to Create events in Vb.net or VC++.
Please clarify the above. thanks & regards P.Veerakondalu Hello This forum is for handing issues around the new class designer that ships with VS 2005. You should post your questions on events to one of the programming newsgroups. http://msdn.microsoft.com/newsgroups/ You can start learning about events by looking at the follwoing articles: Managed code: http://msdn.microsoft.com/library/ url=/library/en-us/dndotnet/html/raiserespeven.asp Native Code (C++): http://msdn2.microsoft.com/en-us/library/6f01ek09.aspx Thanks Brian [MSFT] Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual Studio Tools for Office Events are not getting fire in the project , VSTO 2005 tools for office 2003
Hello, i have created a small project to generate word document, initially when i have tried out solution its worked fine,means the document i had to created from specified location its was generated and showing results as i intented. but now when i try to run the project it automatically generates document1.doc, without firing ThisAddIn_Startup() and shutdown and InternalStartup() events. When i debug the solution as setting breakpoints on following event, control does come on breakpoints. I am really stucked with this issue, Can you help me out to resolve this issue. I look forward to speaking with you soon Thank you in advance. private void ThisAddIn_Startup( object sender, System. EventArgs e) { C ...Show All
Visual Studio Visual Studio with SP1 is really unstable
Until VS 2005 + SP1 i don't rember that in VS 2003 and VS 2005 that i had crash on VS. But after SP1 every day at least five times VS crashes, and all unsaved work is gone. I'm experianced VB 4.0 - 6.0 developer so you know that Ctrl + S is something that i know the best and this helped me so many times, but not always. My question is: Does removing SP1 is a best idea for now. There is no one bug, because it fails for no such reason on many different actions, without any rule: Here is one of the errors: Application Error: Faulting application iexplore.exe, version 7.0.6000.16386, time stamp 0x4549b133, faulting module mshtml.dll, version 7.0.6000.16386, time stamp 0x4549bd75, exception code 0xc0000005, fault offset 0x000b2227, ...Show All
.NET Development Make option to start program at Windows Startup?
Can I make an option on my form to start program at Windows Startup I believe you would have to use the IWSHRuntimeLibrary to do these actions. http://www.codeproject.com/dotnet/shelllink.asp ...Show All
Windows Forms Bootstrapper problems
Hello all, I've been trying to figure out this problem for a while... it should be extremely basic, but I've looked on the MSDN website and in a vb.net book, and still can't find the answer. I've download the .net bootstrapper, but i simply can't figure out (for the life of me) how to use it, or how to change application settings etc. How do i do this! Thanks so much! Sorry for such a dumb question -Robert Are you referring to the VS 2003 bootstrapper here http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp VS 2005 has one built in. ...Show All
Visual C++ Error LNK2019 Unresolved External Symbol wWinMainCRTStartup
I saw the previous posting relating to LNK2019, but the solutions did not work for me. I am migrating a eVC project to VS 2005. I have two LNK2019 errors. Here is the description of the first error: description: error LNK2019: unresolved external symbol wWinMain referenced in function wWinMainCRTStartup filename: corelibc.lib I have the linker entry point set to: wWinMainCRTStartup subsystem set to: Windows(/SUBSYSTEM:WINDOWS) The second error is different. description: error LNK2019: unresolved external symbol SHRecognizeGesture referenced in function "protected: void __cdecl CGestureEdit::OnLButtonDown(unsigned int,class CPoint)" ( OnLButtonDown@CGestureEdit@@IAAXIVCPoint@ ...Show All
Visual Studio Express Editions I have a problem when i load my files in c# express edition
ok this is going to be hard to explain especially for me im new so im gonna try my best. ok after i have wroked on a project in microsoft c# express edition i save my work now here is my problem the next time i go to load my file everything seems blank. the properties window is there and it will have everything in it but lets say i go to bring up the designer window instead of the window it is just code. im wondering if there is a certain way i haft to save. it doesnt really matter what i was working on its nothing special but if you could tell me how to fix my problem that would be great. if not can you just tell me how you save your files becuase maybe it is just the way i am saving. I would appreciate it thanks. ...Show All
Windows Forms Problem adding controls programmaticaly to programmaticaly created form
Hi, I'm trying to create a form at runtime, and I need to add controls to that form. Now the problem is that i get many errors like this one: error C2664: 'System::Windows::Forms::Control::ControlCollection::Add' : cannot convert parameter 1 from 'System::Windows::Forms::GroupBox' to 'System::Windows::Forms::Control ^' when I try to add the controls. Here is the code I'm using (in a void): //Declare form + controls/////////////////////// //Form // System::Windows::Forms::Form frm_settings; //HL settings - groupbox + controls System::Windows::Forms::GroupBox HL_settings; System::Windows::Forms::Label lbl_path; System::Windows::Forms::TextBox txt_path; System::Windows::Forms::Button btn_browse; System::W ...Show All
SQL Server run openquery(mdx) through a linked server
Hi, I run openquery() from a client application(sql 2005) to query SSAS data(sql 2005) through a linked server(sql 2005), but I get the following error: OLE DB provider "MSOLAP" for linked server "LINKEDMINING" returned message "An error was encountered in the transport layer.". OLE DB provider "MSOLAP" for linked server "LINKEDMINING" returned message "The peer prematurely closed the connection.". Msg 7303, Level 16, State 1, Procedure gettpdt, Line 3 Cannot initialize the data source object of OLE DB provider "MSOLAP" for linked server "LINKEDMINING". And, I am sure that I have made the MSOLAP provider Allow inprocess. What can i do for this. Ple ...Show All
Game Technologies: DirectX, XNA, XACT, etc. What are the recommended books and sites for learning C# so I can then make a game using XNA?
XNA has made game development easy, but to use the XNA framework you still have to be able to develop with C#. You don't have to be an expert, but you do need to understand the basics of Object Oriented development and the general syntax for the C# language. That's great for those of us who are already developers, but there are a lot of people interested in XNA, that are not already developers (and some of them are developers who just haven't given C# a try yet). Every time a new game developer hopeful comes into the forums frustrated because they don't understand the code or where to start, we give them a generic answer about taking some development classes, find some books on C#, check out some C# tutorial sites or point them towards To ...Show All
