KingKoo's Q&A profile
Internet Explorer Development Outlook Express and LAN
I;m new, so this is probobly in the wrong topic, and I;m sorry, but I saw other Outlook Express topics here, so I thought I'd try. I just got DSL high speed, and they gave me an outlook express email address. Now, when I try to send/recieve, a window pops up asking for what connection to use. How do I get it to use my WAN internet instead of dial-up or direct connections. Thankyou. best place to ask is the appropriate forum over at the communities for outlook: www.microsoft.com/communities Thanks ...Show All
Visual Studio Access the MRU list using SDK
Just wondering if it's possible to modify the MRU list using the SDK. I know you can modify the registry to remove/add entries.... but to get MRU list in VS to recognize the changes, a restart seems to be required. Is there a simple way to refresh the MRU list in VS using just code (w/out restarting) Many thanks. Hi Bobby, There is no programatic access to the MRU list. The items you see displayed in the MRU list are read from the registry when devenv is first launched, and then modified as files/projects are opened/created/closed. There are no interfaces that provide access to the static list of strings the IDE maintains. I did a quick search and the initialization code (where we first initialize these structures) are internal f ...Show All
Visual Studio How to define a RootClass?
Hi everyone, When I deleted all things from the DslDefinition.dsl designer and want to start from scratch to define a RootClass for my domain model, I found that there is no way I can define a DomainClass as RootClass. Can I define a Domain Class as a RootClass myself Thanks for your reply! This is a property of the diagram in the DSL Explorer. The property on the diagram is name "Class represented". Hope it helps, Gerben. ...Show All
Visual Basic icon from primary output not showing on the desktop
Hi I have a vb.net 2005 project, with an installation project I added the primary output to the file system for the installation and dragged to the desktop. I get a shortcut on the desktop after installation - but it doesn't show the application icon ... Why is this Do I need to distribute the icon as well (I hope not) Thanks Bruce I had already done that.... When I go to explorer the application file has the icon showing. But the shortcut on the desktop does not .... Go figure Bruce.. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Game Programming is very Hard
I've been reading DirectX sdk tutorials and MDX tutorials and things like that, and it seems VERY VERY VERY hard. Will this new XNA studio and the documentation simplify this All these vectors and whatnot is very complicated and I'm having trouble understanding seemingly basic concepts in game programming in 3d. Definetly. From my little experience with game programming, it undoubtedly is MUCH harder than any old software development. Vectors and 3d coordinates have to be programmed with precision to get anything to work.... Btw, I found a few MSDN tutorials and they're much more simple and informative than the MDX ones I found... A couple last questions: 1) Am I missing out on a lot by using Managed DirectX 2) What about OpenGL Reg ...Show All
Gadgets Sidebar and ActiveX development
Well, I consider my project finished and wrote some lines about it explaining what I did and why. Maybe it is of interest to other developers who are struggling with ActiveX components developed under Visual Studio 2005. You can find it here: http://somnaticdev.spaces.live.com/ ...Show All
Visual Studio Tools for Office Mysterious Add-in load issue.
Its not exactly VTSO, I know but I'm desperate. I'm new to developing managed (C#) Add-ins for Excel and new to Visual Studio 2005 and very new to developing Add-ins in VS-2005. That said I've been trying to put together a little test case COM Add-in. I've followed the basic recipe as as detailed in ".Net Development for Microsoft Office" using Visual Studio and have gotten a simple COM add-in to work in Excel 2003 on my computer without a hitch. When I try to send said add-in to others it doesn't load up for them (though it should). Furthermore when they check their Excel instance's COM Add-in dialog, they see that Excel attempted to load the addin but failed (Location "mscoree.dll ...Show All
SQL Server Need to copy All oracle tables to SQL Server 2005
I am racking my brain on this one. I am migrating Oracle data to SQL Server and would like an SSIS package that will copy the oracle data from every table to SQL server. I already have the schema set up in SQL and a straight copy of a specified table works fine between the OLEDB source and OLEDB destination. However, when I set up a loop which sets a global variable for the table names, which are identical on both dbs, and try to set the OLEDB Source and Destination OpenRowsetVariable to the global variable, the process fails with these errors with all validation turned off: [OLE DB Source [18]] Warning: Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code ...Show All
Visual Studio Visual SourceSafe 2005 upload file size problem
I'm having problems with checking in new files to sourceSafe over a certain size. Steps to reproduce the error: 1.. Created a new project and added to SS over http to my server. 2. Created a word document with a series of images until it reach 1 MB in file size. 3. Added that file to the project and checked into SS, that uploads fine. 4. Changed the word document and increased the file size to 2 MB, added that file to SS, as a new file and it fails to upload. I can see the file in the Upload folder on the server with a GUID, I renamed the file so that it will open in word and it's OK.........It just won't load into SS............without getting the "There was a failure uploading the URL...." I've changed the ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Best way to extract vertex/index data from Model loaded via Content pipeline
I have a mesh loaded via the content pipeline, and want to extract all the vertex/index data from it to build a physics mesh for collision. However if i try to GetData on the VB (not tried with the IB yet), I get an exception of: "You cannot call GetData on a resource that was created with ResourceUsage.WriteOnly." So is there a way to either clone the data into a non-Write-only VB so i can extract it Or some way of loading the Model in a non-writeonly way N Apologies - I had searched for it quickly, but clearly not enough. For any other interested parties leclerc9 answered this same question here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=890956&SiteID=1 N ...Show All
Windows Live Developer Forums Local Information Content?
Given a specific location on a VE Map, does anyone have any suggested resources I could use to get the following: The Local Weather (With images would be nice) The Local News I could probably hook something up to hit weather.msn.com with a zip code but a Web Service might be easier. Would also prefer that the resource be a MS resource. Thanks, Dave ...Show All
Visual C++ The issue of using resource-only dll.
Hi, I know using resource-only dll is very useful for L10N. I also know I must add a .rc file into the project but let it be excluded from build to get benefit from code wizard. Does this mean the original executable file contain no any resource now If this is true, how to display the icon and version information in the shell Any idea Thanks for your reply. ...Show All
Windows Live Developer Forums Display Picture Problem
The main window of MSN messenger, have a list of contact. Usually beside the every list of contact have the contact's small size of display picture. But the msn live messenger of my computer does not show this but only have a green figure. I could see the contact picture at contact card and while chating, but the thumbnail do not show. How to solve this problem Hey Guys i have the newest version of Msn Live messenger the other day i changed my buddy icon list ot LARGE Thumbnails i want to change it back but for some reason i can't find where to do this i wanna change it back to the SMALL THUMBNAILS do u know where i can do this please email me if u know how to do this drewlacoste@hotmail.com thanks alot ...Show All
.NET Development .net Framework 2.0 manual configuarion
Hi to everybody! I have a question regarding .net framework 2.0 configuration. I need to know if there any way to do a manual configuarion using line code. I need to set propierties in Security. Please answer this thread ASAP, and thanks for your help. I don't think so, but am not 100% sure. I know if you do install the SDK, you get a semi-nice GUI tool to configure .NET. Control Panel + Administrative Tools + Microsoft .NET Framework 2.0 Configuration. ...Show All
Visual Basic Where can I find the chr for the arrow keys, backspace, esc, ect..?
I just figured out how to use characters for letters, numbers, and symbols because i found a chart but it doesnt have keys such as the keys I mentioned above. Could someone either give me a link to a site that has them, post the keys themselves, or tell me how to figure it out in vb Start typing "Keys." and Intellisense gives you a list of the keys. Or look here... ...Show All
