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

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

sputnikinternet

Member List

CharlesL
Nithya Sampathkumar
dfgdrrt
ChoKamir
platinumbay
Cherming
Informatix Neil
fulano2040
Qwertman
Rinter21
Blue Gene
Grant Holliday
Tony Cheung
cicorias
Maneeshg
my name is jay
Hafiz Basharat
Jonathan Howard
slumley MSFT
Troy M
Only Title

sputnikinternet's Q&A profile

  • Visual Studio Team System There seems to be some (to me) wierd behaviour in the generated unit tests...?

    Hi I have a class which has a static property of a static enum type defined within the class. I have generated a test project and a test class for this, and everything was going well. However, the generated unit test for this property fails at run time with a System.MissingMethod exception when you try and set it (using the accessor class for the enum type). I removed the DebuggerStepThrough attributes on the accessor class i ...Show All

  • Windows Forms Treestyleview in a datagridview?

    Hi I'm looking for advice on how it might be best to go about implementing a tree-view style structure in a datagridview. Currently have an app that displays an array in a datagridview - I use a DGV as it makes displaying, sorting and selecting child's play. The underlying data has changed to now support a sort of folder like string e.g. Project\subproject, to any depth and it would be nice to let the user have the option of a folder li ...Show All

  • Visual Basic PRINTING TO CONSOLE

    I AM TRYING TO USE THE CONSOLE.WRITELINE FUNCTION USING VB 2005 EXPRESS. I WANT TO DISPLAY 2 OR MORE VARIABLES ON A SINGLE LINE . I WOULD LIKE TO BE ABLE TO CONTROL THE SPACING BETWEEN THE VARIABLES. IF THIS CAN BE DONE WITH THIS FUNCITION WHAT IS THE CORRECT SYNTAX.  I HAVE ONLY SEEN SINGLE VARIABLES USED IN DOCUMENTATION. Console.WriteLine supports the same syntax as String.Format, so you can write: Console.WriteLine("Var1 = {0, ...Show All

  • Visual C++ Sniff and Reject Internet Packet

    I try to modify the Packet Sniffer (you can find it on www.codeproject.com ) into SQUID of linux. You know that the SQUID can reject the user request to internet. I have search any code and programming forum to find out how to reject the request of an user to the internet Please don't tell to use Packet Filter API because its not correct place for this. The Packet Filter API only block the IP address who walltrough the interface, i just w ...Show All

  • Smart Device Development JIT debugger in VS2005 ???

    Hi, I was wondering if the JIT debugger available in eVC++ 4.0 is also available in VS2005 I've looked around but wasn't able to find it. It was quite an amazing tool to find bugs, hope it'll be available. Does anybody knows whether its available or when it will be Stefan Yes, the jit debugger is still available. You'll need to locate eDbgJit.exe (should be found at $(VSInstallDir)\SmartDevices\Debu ...Show All

  • Visual C# How to control remote processes in C#?

    How can we control the remote processes in c# Actually i want to implement the remote computer shut down in c#. How can i achive that ...Show All

  • .NET Development Disappearing updates in local SQL Server Express database

    Hi, I created a SQL Server Express database and added it to my project by using "Project|Add New Item" and selecting "SQL Database". I then added a single table to the database and added a single text column to the table. I dragged the table to an empty form which prompted the UI to automatically add a datagridview, a binding source and a dataset, configured and ready to go. When I run the program, I can add data to the ...Show All

  • Visual C# How to resize an image programmatically?

    How can I programmatically enlarge an image with the original image placed at the left bottom corner, and the enlarged area filled with specific color Thank a lot. You can use the Bitmap.SetPixel method but this is a slow method, you can also unsafe process an image wish is much faster! Take a look at this article at MSDN. ...Show All

  • Visual Studio Visual Studio 2005 Pro

    Forgive the simple question, but I can't seem to make heads or tails out of this. As part of our MSDN subscription, I have Visual Studio 2005 Pro installed. I can't seem to figure out how to even get a dialogue box up. Do I need something else to use Visual Sourcesafe 2005 Does it come with a different version Is there an add on Thanks so much! Steps to create a Visual SourceSafe 2005 database using ...Show All

  • Visual C# How can I make the user able to close the about box with 'Esc' button?

    The title says it! TIA. private void AboutForm_KeyDown(object sender, KeyEventArgs e) { if (e.KeyData.ToString() == Keys.Escape.ToString()) this.Close(); } ...Show All

  • Visual Basic Using Excel with VB

    Is it possible to call an Excel file from a VB form ...Show All

  • Visual C++ .NET 2.0 and Visual Studio .net 2003

    I have visual studio .net 2003 installed, and I recently upgraded to .net 2.0 I can no longer compile applications without an error durring linking from alink.dll. Any help is greatly appreciated. B_a_s_i_c wrote: I have visual studio .net 2003 installed, and I recently upgraded to .net 2.0 I can no longer compile applications without an error durring linking from alink.dll. Any help is greatly appreciated ...Show All

  • Visual Studio Express Editions What the Array is going on?

    Is there a problem with array.sort If I load an array in to a list box I get A is Element [0] in the array B is Element [1] in the array C is Element [2] in the array but when I click the button to sort the array I get is Element [0] in the array A is Element [1] in the array B is Element [2] in the array Here is the code, Private Sub btnShowAll_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnShowAll.Click List ...Show All

  • Visual Studio Team System What's the Max size limit for "HtmlFieldControl"

    Hi there,     Below are the 2 controls in bug form under Description tab. Now when I open new bug, I couldn’t save with more than 27 characters in the repro field . Also carriage returns and spaces add to the total. The error is “Save Failed. The value you entered for field ‘Repro Steps’ is too long.” < Group > < Column PercentWidth = " 50 " > < Control Type = " WorkItemLogControl " FieldName = " ...Show All

  • Visual C++ How to make out parameter

    How can I make method parameter in C++/CLI which can be called from C# with out keyword I know that % is translated to C# as ref parameter, but I cannot found something for out. ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vccore/html/02862448-603c-4e9d-a5c5-b45fe38446e3.htm describes what you need to do.   I've written it this way (but I'm not encouraging it): #define _OUT [R ...Show All

©2008 Software Development Network

powered by phorum