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

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

agustinas

Member List

saurin
R.K.S.
The Exile
ananda vardhana
The Crash
k_karavadi
RayMan55
mokeefe
stoffi
HVE
AVI13
dudot
Jörg Schwalenberg
davezh
AndrewAPlus
Scott Nonnenberg MSFT
TasneemHasAQuestion
simon burgess
csekhar
moz2
Only Title

agustinas's Q&A profile

  • Visual Studio 2008 (Pre-release) Pixel width "Thickness" for shapes

    Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All

  • .NET Development SortedList

    Hi all! I have a SortedList where i want to sort by value, that is abseluteli a most. mySortedList(id, distance), for me its importend to sort by distance, becourse i am generating a route for TomTom, and i need the nearest first then the next nearest, and so on perool Hi Brandon That's what im doing now, now my problem is, i want to have the value related to key 4, how can i do that. Do you know ...Show All

  • Windows Forms string problem

    Hi can anyone help me with this prob  Dim s As String s = "yes" strFile.Write("<answer correct=" & "s" & ">" & strAnswers & "</answer>") Basically i want the value of correct to be a variable, so in  ...Show All

  • Visual Studio 2008 (Pre-release) How do I move data from IEnumerable<Customer> to Table<Customer>?

    How do I move data from IEnumerable<Customer> to Table<Customer> efficiently The following code results in a runtime error. string connectionString = "Data Source=(local); Initial Catalog=Northwind; Trusted_Connection=Yes" ; Northwind db = new Northwind (connectionString); IEnumerable < Customer > customers = db.ExecuteQuery< Customer >( "Select * From Customers" ); db.Customers = ( Table < Customer >)custo ...Show All

  • Windows Forms DataGridView - when I select an item in a combobox i dont want a new row of comboboxes

    Hi everyone, I've searched the forums far and wide and I cannot find an answer to my question. Basically, I have a form with a number of items on it including a datagridview. I have a sub in this form which initializes the datagridview with a number of combobox columns (all pulled from different datatables), and because I have used raw queries to populate the datatables, all columns are unbound. Whenever I select a value from any combobox, a new ...Show All

  • SQL Server error 193 installing .net framework 2.0

    Hi, I'm trying to install SQL Server 2005 and I receive the "error 193 installing .net framework 2.0" hi, i was read that first you must be install the .net framework 2.0 sdk if you have visual studio 2005 express edition, else the visual install that tool by default. i'm trying do that, because i uninstall all .net framework 2.0 components. later i tell you if this works. good look. virgy ...Show All

  • Visual Basic Where can I download Visual Basic 6.0 ?

    Really dumb question, but I couldn't find any download link for Visual Basic 6.0. And I don't want to use Visual Basic 2005, because I got a lot of learning material for Visual Basic 6.0.   i need to know this aswell because my disk broke and my teachers won't give me one because i have 2005 express........ i still have the Registration Number Key......... but its not usefull without the files..... ...Show All

  • Visual Studio Team System TestClass getting instantiated for each TestMethod run?

    It seems as though a new [TestClass()] is instantiated before each [TestMethod()] is run.  If that is the case, then there is no clean way to preserve state within the class between runs of each [TestMethod()] .   This seems like a pretty major "flaw" in either my assumption about how I expected this to work or in the actual implementation. Example: Based on the code sample below, If I have an ordered test tha ...Show All

  • Visual Studio Express Editions Error Report for my App.

    My company created an application in Visual Studios 2005 Beta 1, but since it was expired I updated to beta 2. Now, with beta 2 it can no longer be compiled and build an .exe for my application. It was working fine in Beta 1 but when I try to compile it gives me these warnings and errors: Warning 1 Could not read state file "obj\Debug\ResolveAssemblyReference.cache". Exception has been thrown by the target of an invocation. C:\WIN ...Show All

  • Visual Studio How to add custom control to Visual Studio 2005 Toolbox?

    Hi all, I am working on a Windows Forms custom control now and I would like to place my control right on the Toolbox window after installation, however, this seems to be a problem now. I notice that EnvDTE and EnvDTE80 namespace and the DTE2 interface seem to provide customization of VS IDE environment, and I tried as follows: 1> Get a DTE2 instance by Activator; 2> Use DTE2.ToolWindows.ToolBox.ToolBoxTabs.Add to add a new tab; 3> ...Show All

  • .NET Development filtering rows in a dataset

    Hi, I am trying to filter rows in a dataset, using a dataview, and an input textbox for selection, anyone have any ideas that may be able to help here is a sample of the base code; Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents OleDbDataAdapter1 As System.Data.OleDb.OleDbDataAdapter Friend WithEvents OleDbConnection1 As System.Data.OleDb.OleDbConnection Friend WithEvents Loadbtn As System.Windows.Forms. ...Show All

  • SQL Server nvarchar vs char

    Hi, This is a design question but performance and efficiency related so I hope this is the right forum. If I define a table column to be nvarchar(2) would it be more efficient to define it as char(2) I am thinking that for an nvarchar(2) there would be a byte or two of storage used to hold a length of the value held and SQL server would need to do some work to interpret this. I have reference which suggests using char(2) is the ...Show All

  • SQL Server Could not establish trust relationship for the SSL/TLS secure channel

      Hi, I am working on sql server reporting services 2005 , i got this error while deploying a report Error 1 The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. C:\Temp\NotificationReport\db.rds 0 0  NB: i checked IIS no ssl required on all sites. Any Help Thanks Tarek Ghazali SQL Server MVP ...Show All

  • Visual C# How can I convert string representation of Color object to Color object

    I try to save Color object in my App.config file. I write Color.ToString() to config file, but how can I convert loaded color to Color object Unfortunately I use older version of Visual Studio, but good to know. ...Show All

  • Visual Studio Express Editions export whole program/project to work on another pc?

    hi dudes, sorry i'm very much vb.newby... can someone please explain how i can export my project i'm writing in spare time at work to my home pc, intact with all code and interface design in place please in vb.net express i have tried saving the project and then copying the whole project folder home but this doesn't seem to work properly when i open a file - there's so many, anyway! another thing i thought i might try was to export proj ...Show All

©2008 Software Development Network

powered by phorum