Software Development Network Logo
  • Visual C++
  • Smart Devicet
  • SQL Server
  • Microsoft ISV
  • Game Technologies
  • Visual Basic
  • Windows Forms
  • Audio and Video
  • SharePoint Products
  • Visual Studio
  • Visual C#
  • IE Development
  • Visual FoxPro
  • VS Team System
  • Windows Vista

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

IHan

Member List

Michael.Young
greenmonkey
yfradkin
robinva
Zadoras
DevDiver
Harkernator
Learning VB
Xero_2007
rternier
Dr.Pepper
Thrix
Zekske
JustPlayingAround
CJ_1234
mertkan65
rad2319
JavierGT
nattylife
UnWiNd
Only Title

IHan's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. C++ or C#

    Hello, I am currently taking a class in C++ and I've always wanted to make games. I downloaded the c# XNA software. My question is: Can I use visual C++ instead of learning a new language (C#) to make games for the XBOX 360 and PC Or would it be better to go ahead and dive in to the new XNA software, and why is one better for gamming applications and / or learning to write games OK, thank you....so it seems I wouldnt be 'making a mistake' by learning C# and getting to it. Although I have created simple bussiness applications in C++, I've never made a game and deaalt with graphics and animation and such..is there any books or starter material youm would recomend that would step you through simpl ...Show All

  • Windows Forms how to: Create/Access Buttons, Comboboxes, etc within the DataGridView

    will somebody show me how to access buttons, comboboxes, etc. within the DataGridView Hi, In the designer select the DGV, go in Add columns, select unbounded column and select the type of the column as DataGridViewComboBoxColumn or another one for the command button. You can then set the column's property in the Edit columns window. Charles ...Show All

  • SQL Server Get percentage with variation of field values (country names)

    Any help here would be greatly appreciated... Unfortunately, data wasn't filtered prior to getting inserted into this table. Now I am stuck with cleaning it up. I have thought about writing a query to update all the values, but there are just too many variations, including spelling mistakes, so I've ruled that out as a possible solution. I have a table which has a Country field but the values per record vary. For example US, U.S., USA, United States, UK, United Kingdom, Canada, Can, etc. I'm trying to find the percent of records per country. Sample table data: mytable Id  Name  Country 1  John     US 2  James  UK 3  Jane     United States 4  Mary  & ...Show All

  • Visual Studio Tools for Office Using Visual Studio to gather data from user and place on a Word Doc.

    Hi, I am new to Visual Studio. I need to create and exe that will open and accept information from my users. Such as, name, client number and date of admission. I would then need to open a Word document and place this data in specific location(bookmarks) and save the document in an predefined location with a predefined name. Any and all help would be appreciated. Hi QueTek Note that what you're trying to do is to automate Word from within a managed code solution. You can do this, but it's actually outside the official scope of this forum :-) The more appropriate place for this discussion would be http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.officedev&lang=en&cr=US H ...Show All

  • Silverlight (formerly WPF/E) New XAML elements do not display immediatelly

    I created a test HTML page containing a WPF/E control - Canvas, clickable Rectangle that covers the entire canvas, TextBlock at the bottom of the control that displays a message about the coordinates of every click. On every click after displaying the message, I create a small ellipse(circle) and add it to the Canvas at the point of the click. It all works fine when the entire page is visible in the browser, BUT in a shorter browser window, where the TextBlock is not visible, the clicks do not render circles, UNTIL I scrolled the browser down and the TextBlock became visible. At this point all circles that should have been rendered moments earlier, appeared. When clicking while the TextBlock is visible it all works fine. Scroll it ...Show All

  • SQL Server page number & records number

    1. how to show page number & total page number in report body 2. how to show total records number Custom Code Public Function PageNumber() Dim str as String str = me.Report.Globals!PageNumber.ToString() Return str End Function Public Function TotalPages() Dim str as String str = me.Report.Globals!TotalPages.ToString() Return str End Function in Text Boxes in Tables =Code.PageNumber() & " " & Code.TotalPages() I'm running VS2k5 & SSRS2k5. My report has two columns, and runs about 200 pages. I have two tables, and I'm trying this in both tables in group headers and detail lines. All I get for all the text boxes is "1 1". I hope this information helps. I ...Show All

  • Visual Studio Team System New project creation fails

    Hello, We're trying to create a new project on a TFS which has been upgrade from an Evaluation version to RTM (Workgroup). The TFS already has a project on it (so this is the second project we are creating). However, when we try do to this - we get the following error: TF30162: Task "SharePointPortal" from Group "Portal" failed and further down in the dialog box: Exception Message: The operation has timed out We've tried creation a couple of times, and the error is reproducible. What coudl be the problem Below are some of the lines from the log file generated. I can post more lines if required. regards Oz 2006-09-15 12:56:59Z | Module: SccTask | Thread: 10 | User chose to create new empty folder ...Show All

  • Visual Studio Visual Studio 2005 SP1 is now available!

    Visual Studio 2005 SP1 has now shipped and is available for download here: http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx I'd like to take a moment to thank everyone for using the ReportViewer controls, for helping to answer questions in this forum, and for bringing issues to our attention. I have enjoyed answering questions in this forum over the last year and look forward to continuing. While we haven't been able to respond to every question posted on this forum, I can assure you that we do read all of them and use the feedback to help plan and prioritize future releases. Below is a partial list of fixes that are included in the ReportViewer controls in Visual Studio 2005 SP1. Fixed several issues around A4 ...Show All

  • SQL Server Why the node_distribution.PROBABILITY greater than 1 in Clustering algorithm?

    Hi, all experts here, Thank you very much for your kind attention. I am having a question about the node_distribution.PRABABILITY . Some of the attribute values though have a small number of support for the specific node, but why it has a big node_distribution.probability even greater than 1 How can the node_distribution.PROBABILITY be greater than 1 How dose SQL Server 2005 data mining engine calculate the node_distribution.PRPBABILITY for its Clustering algorithm Really confused and need guidance for that. Thank you very much for your help. With best regards, Yours sincerely, I loaded all your results in Excel and the probabilities seem allright. The largest one is 1, for a couple of columns that are likely con ...Show All

  • Visual C++ VC++ Certifications

    hi all, can anyone tell me the certifications in vc++ All available microsoft certifications are listed here: http://www.microsoft.com/learning/mcp/certifications.mspx , find one that most suitable for your case. you can also visite here to get an overview of microsoft certifications: http://www.microsoft.com/learning/mcp/default.mspx thanks ...Show All

  • Visual Studio Team System Intergrating static code analysis with TFS build

    Hi, I am looking to integrate the static code analysis as a part of our scheduled builds. I read around & found that I can make it always run by setting < RunCodeAnalysis > Always </ RunCodeAnalysis > But can I have a separate report that will contain only the code analysis warning. Currently it just gets added to the warning of the build process Please do let me know Thanks in advance for all the help ~Ramya Hi Ramya, after running Code Analysis on your project, there should be a file along your binaries named <assembly>.CodeAnalysisLog.xml this file contains the warnings found during the last code analysis run. Regards, Jeffrey ...Show All

  • Windows Live Developer Forums Find more results?

    Is there a way to find more than the 6 ( ) results FindNearby gets Thanks in anticipation! this is a triple post of the same question and should be removed. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=644902&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) downloading jan orcas - confused

    Hi, I have just installed VS2005 on my Vista laptop and now want to install Jan Orcas from here: http://www.microsoft.com/downloads/details.aspx familyid=1ff0b35d-0c4a-40b4-915a-5331e11c39e6&displaylang=en#filelist I am a bit confused as what to download - there are multiple files but I am not sure which ones to use. any help would be great - thanks ...Show All

  • Visual Studio Express Editions Link errors using iostream in a dll VC++ Express 2005

    If i create a new project using the template for shared libraries, then simpley add the line: #include <iostream> to the .cpp file generated for me by the template so that it looks like: #include "stdafx.h" #include <iostream> #include "CPPTest2.h" I get the following errors: CPPTest2.obj : error LNK2028: unresolved token (0A000027) "public: virtual __thiscall std::logic_error::~logic_error(void)" ( 1logic_error@std@@$$FUAE@XZ) referenced in function "public: __thiscall std::invalid_argument::invalid_argument(class std::invalid_argument const &)" ( 0invalid_argument@std@@$$FQAE@ABV01@@Z) CPPTest2.obj : error LNK2028: unresolved token (0A000029) "public: __thiscall std::logic_er ...Show All

  • Community Chat taskbar color

    alright i've been searching around for a while and still havent found much. does anyone know a way to change the color of the taskbar to some color that isn't XP set, like black iv read up on this and there were 2 solutions, 1,third party software;2,"hack". Well considering that there is 3rd party software, there should be a way to change it programmaticly. so does anyone know how or at least what programming language this can be done in hey i got a answer for you and it is not hacking or third party and totaly free.... when they made windows xp home and pro microsoft origanily made two task bar skins the old blue and green and a nice cool black and gray but at the end they decided to just lea ...Show All

©2008 Software Development Network