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

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

lagu2653

Member List

Annihil8
Euclidez
Prasenna
Greg J. Brown
Webbee
MartinMalek
Tryin2Bgood
Patrick Hampton
xshua
Bertrand Caillet
QWERTYtech
Yuki Chen
Lawrence 007
RichLeyshon
stenis
Alex Norko
vitich
DD_Helmetman
nowhereman1960
David C Baldauff
Only Title

lagu2653's Q&A profile

  • Windows Forms What control to use for dynamic display of tabular data??

    Hi, Ive come from the HTML world where I can do a <table><tr><td>...</td></tr></table> for each table of data. This table can be anywhere from 1 to an unlimited amount of rows. I want to place a control on a form that will grow or shrink based on the amount of data rows. Should I use a tablelayoutpanel like I can do in HTML or a datagrid Basically, i want the "table" to grow based on the number of rows without ever displaying a scroll bar on the control. Any ideas Thanks thanks but is the repeater for asp code I would like the table be an actual windows application rather than an asp program. TIA ...Show All

  • .NET Development Debugging mscorwks

    >What if you did stop inside the runtime >What if we did allow a debugger to stop at a native breakpoint inside the runtime, but just refused to execute the helper-thread and thus >temporarily disable managed-debugging functionality In theory, this would work. In practice, it would be a bad user experience >because: > - you couldn’t get a managed callstack since the helper-thread can’t run. Thus you wouldn’t be able to see what managed function called into the runtime. > - You’d be stranded at the native breakpoint. You could step within the native code, but without the helper running, you could never step back across the native a managed boundary. Except that there is a window in ...Show All

  • Visual Studio Team System if i open a project, got latest version then deleted a file in my local folder

    if i open a project, got latest version then deleted a file in my local folder next i want to delete the file also from the tfs server so that my project on the server doesn t include the file i deleted. how do i do that. The pb is when i delete the file locally and i do check in, it says, couldn t find the files i deleted Thank you Maybe the only way for this problem, is to apply undo pending changes, did you try this test with this, but  know that you lost all change that you did to the file. Ray ...Show All

  • Windows Forms LOGIN control/form in VB 2005

    Can anybody provide me inputs on how to create & program a LOGIN control/form in VB 2005 with username & password Alex Place two textboxes on your control. The first is a standard textbox for the username. Set the password textbox's Password property to True, so that the real characters are not displayed. -- SvenC ...Show All

  • Visual Studio Express Editions Problem with system.io

    Why does the first line of the code below take about 15 sec to complete the first time it is called, during my programmes login request. But when subsequently used there is no delay (LoginReq is dim as Net.HttpWebRequest ) Dim SendReq As System.IO.Stream = LoginReq.GetRequestStream SendReq.Write(Data, 0, Data.Length) SendReq.Close() ...Show All

  • Visual Studio Express Editions Making A Panel Move?

    I have a Panel who's "Location" starts off at (12, 317). When the up button is pressed, I want the Panel to move up an interval of 50. For example, if the "up" button is pressed once, then the new location would be (12, 267). If it ws pressed again, then the location would be (12, 217). Here is the code I am using: Private Sub Form1_KeyDown( ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me .KeyDown If Keys.Up Then <What do I Put Here to Make Panel Move Up > End If Panel1.Top = Panel1.Top - 50 However there are a few things to consider. 1. Don't forget to set the Form KeyPreview to True 2. You may wish to use KeyUp ...Show All

  • SQL Server How can i split the rows in 2 textboxes - Urgent

    Hi, I have a report and its been populating from a sproc. and i have 2 text boxes called both of them are poplulated by Fields!Investment Names, but right i can display the data left to right but i want to display the Data starting top to bottom and then towards the right. I tried grouping the data in this way for one text box = CountRows()/2 > 10 . and this shows all the records one below the other, so is there a way that i can display half the records in one text box and the other half in the other text box. I am going kinda nuts over this. Can someone please help me. Regards Karen thanks a lot kimberly for your answer, i didnt know that we will have to export it to PDf and i think ...Show All

  • Visual C# Else if statment

    Here is some of my code, I get 2 errors, how would i fix it [code]#pragma warning disable if (lcarrier.Text == "Altell") ; { endadd.Text == "@message.alltel.com"; } else if (lcarrier.Text == "AT&T"); { endadd.Text == ("@mmode.com"); }[/code] My 2 errors are ...... _ Invalid term else and ; expected Equals is not preferable, Always prefer String.Compare whiel comparing 2 strings, Its fast because it is evaluated on low level numeric values rather that == or Equals()... Its recommended my .Net Performance Articles on String usage. Best Regards, ...Show All

  • Smart Device Development error help please...

    this is my error Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\smartdeviceproj\system.dll'. Error 0x80070070: There is not enough space on the disk. Device Connectivity Component i dnt know wat to do.. when i run the application without datagrid its running good.. but when i place datagrid its showing me this error i dnt know how to fix this.. help me Just as the error message reads - the device has run out of space. This may be because you are referencing some desktop DLL by mistake or because the device has truly run out space. ...Show All

  • Visual Studio Express Editions Cannot get visual studio express to install

    I've tried every troubleshooting tip and every readme file I could find. I am using my laptop running XP home (no network) (W/Cable modem). I've succeded on two other computers 1 w/ XP professional and 1 with XP home. they were both on a LAN at work. The error msg says "there was an error downloading". WHY You can try to do a manual install as listed at http://msdn.microsoft.com/vstudio/express/support/install/ It sounds as though (for unknown reasons) your cable broadband is causing a problem. Thanks- Tim <MSFT> ...Show All

  • Visual Studio Team System vsmdi relationship to TestCase/TestMethods

    I am trying to determine how an entry inside the vsmdi file relates to a test case method. Each test case item in a test list appears to have a unique Guid and the relative path to the assembly that the test case belongs in. However it does not list the test class that the test case belongs to. This information is visible when viewed from the test manager, but does to appear to be stored on the filesystem. Does anyone know how this relationship is maintained Is the algorithm for generating these Guids available I'd like to be able to set up entries for new tests automatically so that I can get away from the problems we have with developers forgetting to add them to the test lists. ...Show All

  • .NET Development XML DOM and Javascript

    I would like to query an XML file (see part of the file below), using an input box on a html form, I woud like to type the name of the country eg Albania, and have all the attributes relvant to that country appear on the same form. I have tried using the getElementsByTagName method, but dont know the syntax that will allow me to associate the name of the country with the input box on the form..can someone please help..... <country id="cid-cia-Albania" continent="Europe" name="Albania" datacode="AL" total_area="28750" population="3249136" population_growth="1.34" infant_mortality="49.2" gdp_agri="55" inflation="16" gdp_total="4100&quo ...Show All

  • Visual Studio Can't Edit and Continue

    I'd like to figure out why I can't use Edit and Continue on my box. I've tried this with a trivial C# Console app that consists of the following: namespace EditAndContinueTest { class Program { static void Main(string[] args) { int a = 1; Console.WriteLine(a.ToString()); a = a + 1; Console.WriteLine(a.ToString()); } } } I break on the first Writeline and try to edit the line below to a = a+2; and get the following dialog: "Changes are not allowed when the debugger has been attached to an already running process or the code being debugged is optimized". I'm running in XP Pro (not 64Bit), Edit and Continue are enabled, running in "Debug" mode, (not "Release&qu ...Show All

  • SQL Server Connecting to Oracle from Windows 64bit IA server

    I am trying to pull data from an Oracle 9i database to my SQL Server 2005 sp1 database on Windows 2003 64bit Itanium server. Each time I try to use the import wizard, select the Microsoft OLE DB driver for Oracle, I get an error message telling me that the Oracle client tools are not installed. This happened after I had already installed the 9i tools, tested the connection using TNSPING and confirmed the tnsnames file was correct. So, I uninstalled the 9i tools and then installed the 10g client tools. Tested everything after the install and then tried the import again selecting the MS OLE DB driver for Oracle. I again got the error message that the Oracle tools were not installed. has anyone ran into this problem and if so, were you abl ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Input

    How can u add joystick, and trigger input. I can do all of the other buttons, except for them. They seem to have to have something diferent. Don't do both of these at once; i'm just showing how you would use either one. Vector2 position; public override void Update(GameTime gameTime) { // make the guy move in the +X direction based on how much the right trigger is pressed position.X += GamePad .GetState(PlayerIndex.One).Triggers.Right * (float)gameTime.ElapsedGameTime.TotalSeconds; // make the guy move based on the joystick. 1 unit per second. position += GamePad .GetState(PlayerIndex.One).Thumbsticks.Left * (float)gameTime.ElapsedGameTime.TotalSeconds; } ...Show All

©2008 Software Development Network