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

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

TerryWang

Member List

Computing student
Thomas Holmgren
sekhar_16
Radek Matej
Aqsa
Waxxy
Alden Snow
SilverKnight
SelfishGene
D.Ware
Kandikan
Nandar
zagolin
kosednar
Wollmatt
PlumFighter
Abhinav Mohan
MikeC01
RonyFromBelgium
Ciprian Gerea MSFT
Only Title

TerryWang's Q&A profile

  • Windows Forms Multiple DataGrid Problems

    Hi Everyone, I'm about to give up on datagrids for good but I thought I'd give this a try first. My first problem is that I have a form with various types of controls, combo boxes and a datagrid.  What I want to do is use an  ...Show All

  • Visual Studio Visual Studio Team System: Extensibility

    Hi All,     I'm currently working on extensibility feature of visual studio team system. How to integrate third party tool with visual studio IDE using VSPackage. Any suggestion/ information would be appreciated. Thanks in advance. Regards, Shiby You can start by downloading the Visual Studio SDK and the Team System SDK both available at the Extensibility web page: http://msdn.microsoft.com/vstudio/ex ...Show All

  • SQL Server SSIS Package ProtectionLevel

    How do I change an SSIS Package ProtectionLevel to ServerStorage Thanks. Ok - I figured out how to change it, but I get an error when trying to save.  "Failure saving package."  Additional Information: "Failed to apply package protection with error 0xC0014061 "The protection level Server Storage, cannot be used when saving to this destination.  The system could not verify that the destination supports secure storage c ...Show All

  • Visual C# system tray

    Hi. How can send my programm to system tray. I write a clock alarm program and want when running go to system tray. Will u please place the source code for that.. because i dont know what is ShowInTaskbar and also i dont what is the use of that variable.. ...Show All

  • Windows Forms ArrayList to DataTable ...

    Hello; I want to create DataTable from an ArrayList object. The arraylist is filled with all data which stored in a table. Now in changing into DataTable How should I do Any suggestion would be truly appreciated. Does this code snippet help ArrayList al = new ArrayList (); al.Add("Test1"); al.Add("Test2"); DataTable dt = new DataTable (); dt.Columns.Add("Columname"); foreach ( ...Show All

  • Visual Basic Printing the VB Code itself in color

    I have an Access Database which uses VB Code for executing many of the commands and calculations on a form. My question simply has to do with how to print the actual code itself in color rather than black and white. When I view the code for the form on my screen, it shows comments in green and keywords in blue. I need to have a printout of the code for easier error checking and for review with others. I'd like to have it in color so I can eas ...Show All

  • Visual Studio Team System Web Test - Extraction from Dependent Requests

    How can I extract infomation from a dependent file   In this case, a uid to name mapping lives in an external script file refered by a SCRIPT tag, and I want to apply a regex extraction to the content of the .js file, not the response text. So, where in the class structure are dependant WebRequests reflected.  Are they associated with the response object availble through the PostRequestEventArgs &n ...Show All

  • Visual C# asp: calendar

    hi,    i am using the asp:calendar. i have a textbox which will contain whatever is selected from the calendar. I noticed the format is 9/17/2005. I am using mysql database and i'm trying to insert the data from my textbox in my mysql database TEST. i have a field Date in DateTime format (2003-5-27). after inserting the data in my textbox(9/17/2005) when i checked the table it is 0000-00-00. i think the reason is that they don't have t ...Show All

  • Visual Basic Class Builder Add In In VB.Net 2005 Express

    Hello All, I am curious to know if there are any add-ins for VB Express. I am specifically interested in an add in like the Class Builder Utility that was present in VB 6. I used this utility extensively in VB 6. It made it easier to generate the class and collection modules for my applications. I would love to find a similar utility for VB Express. Does anyone know if such an add in exists and how to obtain it Thanks In Advance, V. ...Show All

  • Visual C# C# analog clock runs slow on some computers

    Hi all, I have a problem with the System.Threading.Timer class that I am using for my clock. The clock runs faster on an Intel box than it does on an AMD box and it has nothing to do with the CPU speed. Has anyone come across this before Any suggestions would be much appreciated. Ok, I have found that it is not a cpu problem as I have another box with an AMD Duron XP 1000MHz(5x200) which runs at the correct speed. I have tried it on another co ...Show All

  • Windows Forms Displaying HTML within a Windows Form as if it were a WebForm

    Back when I programmed C++ using ATL there was a way to do this.  Does anyone know if there is a way to do this in .Net using C# for instance.   Much thanks, -the rocket Thanks batnight this is just what I was l ...Show All

  • Windows Forms Single Instance app, Activate

    Using this in Main to enforce a single instance of the app: Dim firstInstance As Boolean Dim safeName As String = Application.UserAppDataPath.Replace("\", "_") Dim mtx As Mutex = New Mutex(True, safeName, firstInstance) If Not firstInstance Then Return End If Application.Run(New Form1) ... But instead of just returning if its not the first instance, I would like to Activate the existing instance's window. I guess the question is how can I get ...Show All

  • Visual Studio LocalReport Export graph in Pdf

    I use LocalReport for generate export in Excel et pdf with Framework V2.0.50727. When RDL contain graph ( bar or pie) the size of file ( render) in pdf is 16Mo. In excel is OK ( 41ko) or with no graph in pdf (89 ko)   Parameter DeviceInfo is a empty string.   any idea i have the same problem. the size is 6Mb for 2 pages with one little png and a chart. in excel ist is 42Kb. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drawing Custom Model Format

    hi, im started with DXSDK a few days and i want to know if there is a way to fill a ID3DXMESH with my custom format my code: namespace my_work {    struct my_vertex    {       int vIndex;       D3DXVECTOR3 vPosition;       D3DXVECTOR3 vNormal;       D3DXVECTOR2 vUV;    };   ...Show All

  • .NET Development ViewState breaks W3C validation

    Greetings all. With ViewState by default is stored as hidden variable _ViewState in a <form>, unfortunately many form pages will break W3C HTML validation ( http://validator.w3.org ). This is because undescore is not permitted as the first char of an input field id. To use the good bits of ViewState (ie populating and setting the initial value of fields, hiding or shows divs) is it possible to do either: 1. Rename "_ViewState ...Show All

©2008 Software Development Network

powered by phorum