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

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

lgonhia179913

Member List

Brent tele-man
Joel Semeniuk
mkanik
Matthew H. Sawyer
Beh99
Wybren Koelmans
angrylala
Mike Gough
John Lemire
ckebabo
EGH25091970
womalley
**Bob
icnagy
Bassey
Jonathan Allen
James Darwin
figu
mert-1
Blazing Moose
Only Title

lgonhia179913's Q&A profile

  • Windows Forms Rows in the DataGrid automatically deleted

    Hi - Has anyone of you encountered a situation wherein all the rows in a data grid disappeared automatically. After rows have been displayed in the data grid, I left the screen untouched for a few seconds (number of seconds varied) and the rows would just disappear. There are several events that called for the population of the data grid. Could that&nb ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. getting the position of vertices in a mesh

    Hello everybody. I am trying to get the position of vertices in a mesh. That seems to work fine except that the data I get doesn't make sense. To me. I use a lock on the mesh.VertexBuffer (both versions... an array and a graphics stream with same results) and use the returned array or graphics stream to look for vertices that have a Position "of interest". The only issue is that some "Positions" have coordinates in scientific format which doesn't make sense since the mesh renders nice. Some code (used on ball.x shipped with the SDK. I have tried other meshes and the only one that has "n ...Show All

  • Visual Studio Team System InfoPath projects fail in TFS

    If I add a infopath project to a source controlled solution other teammembers donot get a working infopath project when they get-latest the solution. They get various errors, primarily caused (as it seems) by the missing of the InfoPath files. They are not retrieved from the source control. I stored the InfoPath project in a subfolder under the solutionroot. [EDIT: A work around is to make the files writeable (after a manual get from the source control) and then reopen the solution. The infopath project opens fine then. Compiling became the next problem. The output path of the enclosed c# project shoud be .\ (instead of bin\Debug)] Anyone in ...Show All

  • SQL Server Import/Export data with SQL Server 2005 Express

    Hello folks! I have installed SQL Server 2005 Express and SQL Server Management Studio Express. Everything looks ok and works fine, but I can't find the Data Import/Export Wizard.  Can anyone tell me how to Import/Export data Thank you!!! Hi swami, Could you pls give me more info as to how to run DTS. I have installed Sql server 2005 Ex Ed. Is it possible to install only the DTS from SQL 2000. Tnx ...Show All

  • Software Development for Windows Vista MSDTC Warning, started showing up after a DC demotion with DCPROMO, now I have only 1 DC, and a member server, and the roles OK

    Event Type: Warning Event Source: MSDTC Event Category: SVC Event ID: 53258 Date: 5/22/2006 Time: 4:02:41 AM User: N/A Computer: EPC Description: MS DTC could not correctly process a DC Promotion/Demotion event. MS DTC will continue to function and will use the existing security settings. Error Specifics: %1 For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . This is a known issue. The warning itself is harmless. To get rid of it, follow these steps: 1. From Administrative Tools, start Component Services. 2. In the MMC snap-in, go to Compo ...Show All

  • Visual Studio 2008 (Pre-release) LINQ support on deployment

    Hi to all. I am a new in the LINQ. So I have a basic question: I downloaded the LINQ and installed it on my developer machine running VS2005. Used some LINQ code in my application. Now I need to deploy it on the production machine. Do I need to install some LINQ support besides the .Net 2.0 framework Thanks FWIW, the LINQ CTP is not for production use per the EULA. If you want to try it out for prototyping, you will need to have the DLLs in the /bin directory of the CTP on the machine you are trying it out on. For code-behind, you will need the compiler(s) as well. By default ...Show All

  • Visual C++ A problem of CComUnkArray::Add() in the atlcom.h

    Hi all, The excerpts of the function look like this : DWORD dwCookie = 1; for loop () {    if (condition match)    {       return dwCookie;    }     aiwdwCookie ++; } Look! What is aiwdwCookie I think this is a bug of atlcom.h. Could you help me to identify this issue Ah! I forgot to add the product version. I am using Visual Studio 2005 Professional. (Visual C++ 8) ...Show All

  • Visual Studio Team System Will IntelliSense be supported in final release of T-SQL Editor?

    As of subject. It would be simply marvellous.... FYI: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=444298&SiteID=1 -Jamie ...Show All

  • Visual Studio Express Editions Searching for Text

    How can I search for Text in TextBox or in Rich TextBox like that Find button in notepad and Wordpad Please help in this and tell me if it just code or if there is a tool to do that. Thanks. Use the 'Contains' or the 'IndexOf' methods of the Text property of the textbox or rich textbox to search for strings. 'Contains' will return a boolean value indicating whether a string contains a particular substring. 'IndexOf' is more versatile & returns the index of the substring. ...Show All

  • Visual Basic Learning VB6

    Hi, Im wondering if anyone could help me out I have got Visual Basic 6.0 and Visual Studio 2005 and want to know if there are any good sites with tutorials on using these packages (particularly VB6 for starting up) , Can I get learning Packages or Starter Kits , I dont know any code but understand how it works, I know HTML and tried some JAVAscript ... can anyone please advise.. Thanks Paul There is no beginning, really. If you know javascript, you understand the fundamentals of programming - its time to learn Object-Oriented Programming (OOP) with the .NET framework. VB6 would do you more harm ...Show All

  • .NET Development Multithreaded Windows Service (C#)

    Hi, I am trying to implement a multithreaded windows service using c# and .net 2.0. I have the Main() method call ServiceBase.Run(new ServiceClass()) which loads the service by instantiating the class and calling OnStart(string[] args). I have read a fair amount of multithreading tutorials but none of them seem to go into much detail. We are still early in the design stage and trying to figure out how this system is going to work. I am very open to any suggestions. I have a few components which I would like to have running simultaneously -- Main Windows Service Coordinates threads and service settings (stored in the database and ...Show All

  • Visual Studio How to tell if report viewer controls are installed at runtime?

    Is there a coded way to find out if a file is installed in the GAC I cannot find a way to access the names of dlls installed. Are they stored in the registry Is there a .net call that returns true if the file is in the cache I need to know if the ReportViewer controls are installed on a machine before I call a report. If not installed then I can run ReportViewer.exe and install them. Rick http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=134998&SiteID=1 I have created a Setup Prerequisite in Installshield. ...Show All

  • Visual Studio Registering Visual Studio.net 2003

    I just installed VS2003 Academic Version and when I clicked on the link to register my software I got the following message on the MS web site: We're Sorry...The page you are looking for no longer exists or may have been moved. I can't seem to find a registration page on the web site. Anyone know where it is Surely one must still be able to register this version since it's still being sold! This is a on list of things for the VS servicing team to work on. I don't have an ETA on when this will be fixed but if you don't register, you will not have any missing functionality. ...Show All

  • Visual C++ why can't I use the socket

    I use the .net2003 IDE, and make a MFC app project without socket support. but, now I want to use network for some reasons, and I include the winsock2.h file and compile the project successful, but when running, I can't get a valid socket, why how to resolve it The question is not complete , could you please explaing more BTW, did you call WSAStartup(), if yes, is it successfull . If not add this call on InitInstance of you application and WSACleanup() on ExitInstance(), and you can call the Winsock function socket with appro. parameters anywhere in you app. Thanks, Krishnaraj Varma ...Show All

  • Visual Studio Team System ? VS2005 RTM + Team System Beta 3 = OK ?

    Ok, so we've got the VS2005 RTM on MSDN Subscriptions now - Yippee! But: What about Team System Can we use the existing Team System Beta 3 with VS2005 RTM I know there was talk of a "Team System Beta 3 Refresh". Will us Team System users need to wait a while before installing VS2005 RTM Or can we go ahead and install it, and Team System will continue to work with it just as before [EDIT] I see that the Visual Studio 2005 Team Edition contains Team Foundation Server - so I guess I just need to install that. I think I'd better finish downloading it and see what the FAQ has to say before asking any more questions... ...Show All

©2008 Software Development Network