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

Software Development Network >> Terry Nguyen's Q&A profile

Terry Nguyen

Member List

JonathanV
starguide
HHH MMM
haircuttedfreak
Ajay Sudan
Tony Winter
papapet_2000
Bassam Adil
Yuriy T
Seven Know
Terran Cheung
Ripsin
Proxima
Michelle A.
Steph Wilson
Petru66
ReNeLaDy
mrvgson
banksdenise
BN25
Only Title

Terry Nguyen's Q&A profile

  • Visual C# permutation and combination

    there is a :  ArrayList arr=new ArrayList();           arr.Add("AB");           arr.Add("ABD");           arr.Add("ABDD");           .           .               I want to get a char from each arraylist 's item order by sequence  ,form a new String eg,    "AAA","AAB","AAD","AAD"..... and write into stri ...Show All

  • Visual Basic Buying Visual Basic 2005

    Am I able to buy just VB 2005 or do I have to buy the Visual Studio suite Thanks in advance! I just looked, again. I didn't see anything in the way of a Standard edition. There hasn't been a pro edition since VB6 (So I'm told) So basically the answer is no. But you can still get just VB by way of an express version. http://msdn.microsoft.com/vstudio/express/vb/ And it's free and downloadable. Randy Dear Santa,    Please make a VB Pro version with ASP.Net, webtools & mobile development for X-mas. Thanks. I been good!   ...Show All

  • Visual C++ atl

    hi  i want to know that where i can get the help of atl classes any weblink or documents You find everything in the MSDN: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vclib/html/vcrefatlreference.asp A good book is: http://www.amazon.com/exec/obidos/tg/detail/-/0201695898/102-4209893-4800921 v=glance ...Show All

  • Windows Forms Is there a better way to handle menuStrip Click Events ?

      Hi there, I am constructing menuStrips,toolStrip programatically and I was wondering if there was a better way to write my "OnMenuStripClickHandler"even reduce the code or get rid of the casting,may be just by getting the name of the sender or something like that.I saw somewhere done with "sourceControl" method but not sure now.    ToolStripMenuItem FileMenu()   {    ToolStripMenuItem tsmiFile = new ToolStripMenuItem("&File");    tsmiFile.DropDownOpening += FileOnDropDownOpening;        ToolStripMenuItem tsmiNew = new ToolStripMenuItem("&New"); ...Show All

  • Windows Forms Tooltip on ListView Item

    Is there any way how to set a tooltip on the specific ListView Item Thanks a lot. You could try handling the ListView.MouseHover event and then using the GetItemAt method with the mouse coordinates.  Then change the tooltip based on the Item returned. Tony ...Show All

  • Windows Forms Getting the content of Textbox in one form, from another form

    Hi all, i'm having two forms. Form1 contains a textbox 'txtId'.Form2 contains a grid. Based on the Id in txtId, the grid should get filled in Form2. When i try to access the text in TxtId in my Form2,i need to instantiate the Form1 class which leads to the creation of new object which contains 'null' for my TxtId. Help me to overcome this problem,immediately!!!!!! I referred How do I access a TextBox on one Form from another Form http://msdn.microsoft.com/smartclient/community/wffaq/default.aspx and Code: Getting a Value from Another Form (Visual C#) http://msdn.microsoft.com/library/default.asp url=/library/en-us/cscon/html/vcwlkcodege ...Show All

  • Smart Device Development Storage program

    I've created an application for compact framework 2.0 and sql mobile. When the device need a cold boot i lose all my files. My device can't use an storage card but the device has built in storage cards when i put my program on a built in storage card an the device needs a cold boot, all files are there but i can't run my application because compact framework and sql mobile are missing... how do i solve this problem thanks I found the wceload.exe file in my \Windows folder - but I am using PPC2003 SE . It's a ROM file. Note that this is a HIDDEN SYETEM file, so perhaps if you're just using File E ...Show All

  • Visual C++ Support/Lifespan of Visual C++

    Does anyone know if Microsoft is planning on dropping support and/or no longer releasing new versions of Visual C++ after the VC2005 version   I have heard nothing regarding this, but the Systems Architecture group at the company I work for is using this as an argument against using Visual C++ for current and future development. Thanks, Chris Microsoft is definitely not about to drop support for Visual C++. The Visual C++ team is currently busily engaged in planning for the work we want to do for the next two versions of Visual C++. You should ask your SA group where they got this informatio ...Show All

  • Visual C++ Having Function problems

    I want to write a fuction that will add all these elements in a array it will go sorta like this, when i input all these numbers in the array it should add them and divide them buy the number entered, i am getting an errror when i call my function though any help, am i missing something in this lisiting   int addup(int Numbers[ ], int count) {     int a;    int sum = 0; for(int a = 0; a < count; a++) { sum += Numbers ; } return sum; }     Hi, You do not have to declare it. Dr.Stroustrup says in this book this way; A variable can be declared in ...Show All

  • Windows Forms Resizing a control problem in design mode

    I have created a UserControl and a designer for it and I am having problems with the adornments drawing incorrectly when resizing the control in design mode. When resizing the control, the adornments are drawn to the original control bounds and not to the resized control bounds. If I select something else, and reselect the control, the adornments draw correctly. Here is how I am declaring the UserControl: [ Designer ( typeof ( UserControl1Designer ))] public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } } Here is the designer code: class UserControl1Designer ...Show All

  • Visual Basic Published in Beta

    Hi, I have created a program in Visual Basic 2005 Express Edition BETA 2, I have .net runtime beta 2 installed. When my program is published, will the end user have to install a new .net runtime. Will it work on 1, Beta 2, or 2 itself What will they have to install (if anything ). Thanks alot... I would recommend you download and install the final version vb.net express and recompile the application.  There are bugs in the beta editions that have been fixed in the final version.   Your app will only work with the final edition of the dot net framework 2.0 ...Show All

  • .NET Development .NET Framework 2.0 and Windows 2000 Server Problem

    Hi all I have a problem on a Windows 2000 Server: I have successfully installed .NET Framework 2.0 on a Windows 2000 Server (SP 4). When I look under "Administrative Tools", I expect to have a entry "Microsoft .NET Framework 2.0 Configuration". But on this Server there doesnt exist this entry. The entrys for ".NET Framwork 1.1 Configuration" are there ... Would be happy for any comments on this issue. Best regards Frank Uray According to http://msdn2.microsoft.com/en-us/library/2bc0cxhc.aspx , the configuration tool for V2.0 is only installed when you install the SDK. ...Show All

  • .NET Development How I can create online game with 2PCs?

    Hi How I can send/recieve data bitween 2 PCs or to an IP address See the System.Net namespace in the .Net Framework: http://msdn2.microsoft.com/en-us/library/dk1fb84h.aspx Also, here are some simple TCP client/server samples  to get your started: http://msdn2.microsoft.com/en-us/library/w89fhyex.aspx ...Show All

  • Visual Studio Express Editions What about bloviation?

    I have looked everywhere to see if I could find out if VS 2005 will have a better obuscator.  Does anyone else know if the VS 2005 will even obfuscate at all (I'm adding the word obfuscating here for other searchers). I must disagree for it. If I'm right, at the moment, you can sell the software made also with Express, with GoLive license. The limitation of GoLive license is simple. You CANNOT redistribute .NET Framework 2.0 with your apps (or ClickOnce setup). The people will use your software, must download fro Microsoft website previus a registration. That's what I understand reading the VS2005 page . ...Show All

  • Windows Forms sorting datagrid with new "empty" rows

    I have datagrid that I'm filling with rows, if the rows don't fill up the size of the grid, then I'm adding new empty rows from my dataview in my derived datagrid. The problems that comes up is that when im sorting the columns the empty rows are also sorted (not the last one, and i don't know why the last one is not sorted). Qe ...Show All

©2008 Software Development Network