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

Software Development Network >> NewToC#'s Q&A profile

NewToC#

Member List

Hephie
Eric Howard
Chi Lap
bljacobs
VS_BS
daps
miguelangel
g-gallaway
Catalin Criveteanu
Gregory_N
graphicsxp_too
Sjon_CA
Olin
Tarek Madkour MS
GutterBug
Gladiator_m
Willski
ThE ViKinG
cgMarcos
Michael Toner
Only Title

NewToC#'s Q&A profile

  • Software Development for Windows Vista Can't connect to the internet through Windows Vista Build 5270

    Title says it all. I successfully installed Windows Vista, took a look around, and realised I wasn't even connected to the internet. I fiddled with the network, my router, but it never even detects my Ethernet port. I'm just glad I have another computer, help is appreciated. I'm using an ASUS K8N-E DELUXE motherboard. I'll try what you suggested, I noticed when I diagnosed it had an option to do with IPV6 Thanks for the response! ...Show All

  • Windows Forms I want to be able to work with...

    Movie files!!  Such as AVI, MPEG2, MOV and the like! That's what would thrill my little heart, is to be able to work with movie files!  You know, have the capability to open movie files and put a Graphics object onto certain frames and what not.  - oh and naturally, be able to work with sound As of right now, I don't believe there i ...Show All

  • Visual Studio Babel Service - Custom Color classes

    Hi :) I want to add Custom color classes to my language service (I'm making it with use of Babel service). I've override: override const ColorInfo *Service::getColorInfo() const { static ColorInfo colorInfoTable[] = { {0, "XQuery - 0" , "{color: red; background: blue}" }, {1, "XQuery - 1" , "{color: blue; background: red}" } }; return colorInfoTable; }, but it's not working.., New color classes are NOT visible in Options->Fonts and colors. ( "RequestStockColors" is set to 0 like it should). What am I doing wrong Please help me.., or better ...Show All

  • Windows Forms Article on Optimizing Localization

    Hi! I have just started with WinForms and I have searched this newsgroup for localization threads, and I found this thread http://forums.microsoft.com/msdn/ShowPost.aspx PostID=38965. Is this article referenced in this thread still valuable in with Visual Studio 2005 And if so, could anybody tell me where to get the sample code from this article, the link in the web page is broken... - Cheers, Oyvind Hi Ben! Thanks a lot! I really appreciate your answer! :o) Cheers, Oyvind ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. i need help! pls I want to begin to write games

    I need documents to learn to use directx in c++ or vb, to not knoweverything about directx, thanks for its attention and hope can help me, and sorry for mi english Of course one simpler route would be to use a pre built game engine. Say you want to start building a first person shooter (which is a very big job to do it properly), look at one of the game engines built for this type of game. Whilst you will have plenty of programming still to do, it hides a lot of the complex stuff to do with talking to DirectX or OpenGL. You will still need to learn the basics however but its will be more gentle than trying to effectively build a custo ...Show All

  • Visual Studio Team System Client expiration?

    Does the Team Foundation Client that's on the Trial DVD have the 180-day expiration, or is that just for the server components Thanks, --Oren ...Show All

  • SQL Server Cannot Open User Default Database (error 4064)

    Hi, SQL Server 2005 installed on my computer. i was trying to make a login page with VS.2005 pro. But i got some errors on Website Administration Tool. Whatsoever, i registered a database (aspnetdb) . Then, i think i made my default database to aspnetdb. Something went wrong and i decided to delete aspnetdb and start whole procces from the begining and i did it. AAANDD WHOOOLA. I got this error: Cannot Open User Default Database, Login Failed Microsoft SQL Server, Error 4064 Is there anyway to change my default database to "master" again Or simply will i uninstall all the sql server 2005 ( f you say uninstall, answer this:: Will be any pro ...Show All

  • Windows Forms WM_PAINT

    Hi, I'm using a windows form, and i want to repaint an area of the form continuously using a HBITMAP which is pointing to a bitmap that is continously changing. I've had a look around, and it appears WM_PAINT may be what I am looking for. Could someone please tell me how I would go about using this function I'd like to click a button in a form, and by clicking it, my code-generated animation will play on the form. Thanks in advance, Ljubica ...Show All

  • Visual Studio How to Calculate a property's value

    How do I calculate a properties value based on other concept’s properties in the domain model What is the preferred way and why I do come from database community myself so I'm perfectly aware of normal forms. I'm interested in the "compute property" as a work-around for the fact that one cannot (easily) specify/change defaults of inherited properties (see my other question on that ) Best regards, Richard Steven Kelly wrote: You don't want to store a property value that is calculated based on other information in the model. That's duplication, and if your own experience hasn't (yet) taught you this is a bad idea, I hop ...Show All

  • SQL Server Report Model Deployment : The model ID of the submitted model must match that of the

    Running 2005 Beta 3 Refresh.  When I first deploy, it works fine. Subsequent deployments yield the following error: Error   1       The model ID of the submitted model must match that of the current model.  C:\Source\********.smdl 0       0 When I change the name of the smdl, it works fine. (Properties of the .smdl file) Any ideas   Hi, no need to do SOAP. Just go to the reporting web site, go to the models folder and delete the report. Re-deploy and it's updated version is back in the folder. ...Show All

  • Visual C# web user control

    I created a web application with my main form and added a web user control. Now i want use this control in another application. I can copy files. Any other method If i want a dll (dll i generated contains also form i used to try) Have i to put my control in different project But i can add web user control only to existing project! Thx You can put user controls into a dll, but I'm not sure if you can only do that with classes that derive from control but have no design view UI. ...Show All

  • Smart Device Development unresolved external symbol wWinMain referenced in function wWinMainCRTStartup

    Hi. I used the included wizard with VS2005 to update my EVC++ 3.0 created project. After sifting through other migration issues I ended up with the error given in the title: unresolved external symbol wWinMain referenced in function wWinMainCRTStartup Ick. I looked at another forum entry, but it did not seem to help. It just created more problems. What do I do to resolve this Keith What does the w in wWinMain and wWinMainCRTStartup refer to Unicode If I misname my WinMain to WinMain2, I will get your error message. I'd add w to WinMain and see what it says. ...Show All

  • SQL Server Olap Restoration(Simple Question)

    Dear Guys, I'm planning to install the SQL Server final RTM release and my current version now is the RC1. My question are, Will it be possible to restore my Analysis Database intead of rebuilding and reprocessing it thanks and more power... Right-click on the AS database under RC1 and script out the objects. Then go to the RTM version, execute the script to re-create the objects and then re-process everything. The XMLA script structures haven't changed in many builds now. That would be the cleanest and the most guaranteed to have no artifacts left around from earlier builds. It may be a bit of an overkil ...Show All

  • Visual C++ AFT_EXT_CLASS Query (Urgent!)

    Hi, I am using a face tracking sdk which provides... libraryx.lib,libraryx.dll and libraryx.h in libraryx.h the contents include a c++ class defn which i need to instantiate to make use of the library. class AFT_EXT_CLASS libraryx{ // -- class defintion } Now how do I use it.... I have my main class (my_proj.cpp) which #includes the libraryx.h, I also have added stdafx.h and stdafx.cpp files in my project. (see end for both these definition) and included stdafx.h in my_proj.cpp. Also I have included libraryx.lib as an additional dependancy in the linker properties. And placed libraryx.dll in the same directory as the b ...Show All

  • Smart Device Development No Hello World template in VS2005...

    I have been using eVC4.0 for native win32 coding. But recently I moved on to VS 2005 for Smartphone 2003 development. And to my surprise, there was no Hello World Application template here. Even the sample codes with the SDK do not provide VS2005 solutions. They offer vcw files to use wid eVC. Its not very good news for ppl like me thinking to move on to VS2005. I m involved in making dlls and totest them i need to make very light HelloWorld like apps. Pls let me know if theres a way out or if there isnt. Any sort of comments wud be appreciated. Vishal I believe it's now called "Console Application" template – you would se ...Show All

©2008 Software Development Network