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

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

JLBetsch

Member List

lcarvalho79
harish1981
Wei Wang father of twins
Dina Lasheen - MSFT
programmer 2006
Umer Khan
zaoacila89
gtsamoht
MBoy
signal5
mganss
HalW MSFT
Vai0l0
SunnyRon
espi
Vlip
Jerry Long
CarlIhland
Sypher723
Simba
Only Title

JLBetsch's Q&A profile

  • Visual Studio Express Editions A lot of code on one form when using tab folders. Any solutions?

    Hi, I am using VB.NET 2005. I have a fairly large program and have broken it up into tab folders. I would like each tab to have a seprate form in order to isolate the code associated with each tab. I notice that the way VB.NET uses tabs, all of the code is on one form which makes finding code segments messy. Is there a way to fix this, or do I have to live with it. I am using modules extensively to reduce the amount of code on the form. Any s ...Show All

  • Windows Forms DataGridView inserting records

    I am looking for an event in the datagridview, tableAdpater, etc.. that I can use to add a record to the database.  Current, my table adapters insert command is set to a sproc.  When a user enters a new row in the datagridview, what event should I use to exec the insert command   I am using the UserDeletingRow event to prompt the user for deletion verification, followed by exec the delete command which execs a delete sproc (I pass ...Show All

  • Windows Forms difference between as and =

    Hello can sombody explain me the difference between as and = opperator in the following sample:  * Dim insert_log = New SqlClient.SqlCommand("spINSERT_log", Conn_log)    * Dim insert_log As New SqlClient.SqlCommand("spINSERT_log", Conn_log) What is the difference  ...Show All

  • Visual Studio 2008 (Pre-release) control template question

    If  I have the following template, how to refer to 'sv1' when the button is clicked < ControlTemplate > < Border   CornerRadius = " 10 " Height = " 300 " Width = " 200 " > < StackPanel Orientation = " Vertical " > < RepeatButton Style = " {StaticResource upbtn} " /> < ScrollViewer VerticalScrollBarVisibility = " Hidden " HorizontalScrollBarVisibility = " Hidden " x:Name = " sv1 " > & ...Show All

  • Visual Basic Image list stopping a form being loaded

    Hi I have just started a project using the explorer form template as my main form. This template has an imagelist for the treeview I have just added an imagelist for the Listview but if i add any images to it My form wont load and i get an unhandled error exception with the error as "index out of range" ! aaaa This is before i tie the listview to any control! as an experiment i tried adding another image to the treeview imagelist and got the sam ...Show All

  • Visual Studio Team System Search Work Items in VSTS

    Is it just me, or does the lack of a Search feature in Team Explorer make it extremely cumbersome to use We have been using VSTS since Beta 2 to manage and track our projects.  Of course, the number of Work Items has been steadily increasing over time, and we now have over 1500 Work Items (Task, Bugs, Risks, QoS Reqs, etc...).  With so many Work Items, finding a specific Bug/Task/whatever is a tedious process.  Since there ...Show All

  • Visual Studio 2008 (Pre-release) Additional lambda expressions support

    1- An easier syntax to combine functions: Given: int [] numbers = {0, 1, 2, 3, 4}; Func< int , bool > isOdd = i => i % 2 != 0; Func< int , bool > isZero = i => i == 0;   Instead of having: Func< int , bool > isZeroOrOdd = i => isZero(i) || isOdd(i);   We could have: Func< int , bool > isZeroOrOdd = isZero || isOdd;   2- Same thing but with expressions: Given: Expressio ...Show All

  • Visual Studio Team System TypeNode.GetTypeNode(Type) sometimes throws object reference not set.

    I have a number of custom rules some of which use TypeNode.GetTypeNode(Type) in them. Before 1.35 Beta 1 I would sometimes get the object reference not set exception when I was trying to get a TypeNode for a type defined in one of my assemblies. I worked around this by getting rid of TypeNode.GetTypeNode(Type) in all of these cases. Now that I have 1.35 Beta 1, I am getting the exception on types from Microsoft assemblies. Specifically my rule c ...Show All

  • Visual Studio Team System Strange Results with Load Test

    I created a web test with 4 simple steps (data driven): Log onto a website Retrieve a list of records Add a record Edit a record When I run this as a web test there is no problem. When I run it as a load test, during the warmup the requests start out at 7 requests per second and then within 30 seconds drop off to 0 requests per second and the test hasn't even begun. At the end of a 10 minute session, 0 requests have been posted. What's up w ...Show All

  • Visual Studio Where can I find ANY information about sourcesafe 2005?

    Hi, I've been trying to find information about Visual Sourcesafe 2005, but it doesn't seem to be anywhere on the MS web site! Is there a web page for it anywhere All I can find are a million links to the previous version, sourcesafe 6, which we already use. Please help! Thanks. http://www.google.com.au/search hl=en&q=%22sourcesafe+2005%22+site%3Amsdn.microsoft.com&meta = ...Show All

  • Visual Studio Express Editions Can Visual Basic 2005 be installed without uninstalling Visual Basic Express 2005?

    My question is, can both products be on the same machine at the same time Will this cause any conflicts or problems Will they share the same knowledgebase and help system. Would each product get confused with the other being installed on the same machine That's partly my question, since I cannot seem to uninstall VWD Express for some reason and want to install the copy of Visual Studio 2005 I purchased the oth ...Show All

  • Visual Studio Text field prints trash

    When I preview a report with pictures and text fields, it looks normal. Then I print the report and the pictures are OK, but all the text fields are printing trash (garbage) characters. Wanted to post this follow-up as I have learned more about my problem. I have two printers: One a HP Laserjet 5si (w/Postscript) and another HP Officejet 7410 All-in-one. I have never had a printing problem with the 5si, so I never suspected th ...Show All

  • SQL Server SSIS Runtime - free redistributable?

    Few questions regarding the SSIS runtime... 1. Is the SSIS runtime a free redistributable like in DTS 2000 2. Can it be used to run a package where SQL Server 2005 is not installed ... e.g. on clients 3. Can the SSIS object model be used in a custom .NET application to execute packages stored on the server Is the runtime required in any way in that scenario...hope not. Also does the usage of the Object Model require any sort of SQL Server lice ...Show All

  • SQL Server Can't create databases in Management Studio

    I seem to be having a number of problems using managment studio (MS) against my locally installed SQL 2005 Standard Edition. E.g. when I create a default database using MS it says... TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&LinkId=20476 ------ ...Show All

  • SQL Server About Login Account

    Hi everyone, I have a simple question for you which is too important for me. My question is about logins in my own(local) server. I know that my local server(my computer's server) has to default login account which are called sa and BUILTIN/ADMINISTRATOR. While I am using my own server, I do not know which default login account is used by my Server since I use windows authentication while connecting to the Server. Another question is that while ...Show All

©2008 Software Development Network

powered by phorum