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

Software Development Network >> Tommi Grönlund's Q&A profile

Tommi Grönlund

Member List

Selven
nutsboutdan
weltall
Moshe Gottlieb
Mordt
BrianMac
Stevan Veselinovic
DerPhilipp
Shankar Joseph
bala_excel
MojoRobbins
Ibrahim Dwaikat
waynefcw
Marcio Martins
ptlsra
PF
Gert Cuppens
RanA69826
eroh92
zcwhgj
Only Title

Tommi Grönlund's Q&A profile

  • Visual Studio Express Editions ContextSwitchDeadlock was detected - CLR unable to switch contexts

    I'm using VS Express (VB) and have a Windows form that uses the My.Computer.FileSystem.GetDirectories to get a list of files in a directory and then using the My.Computer.FileSystem.CopyFile to copy the files in the directory to a new location. As each file is copied I'm updating a ListBox (adding an item). After about 2-3 files the ListBox is no longer updated (even tried Refreshing the ListBox and/or Form) and if there are very many files I get the ContextSwitchDeadlock error but I can hit continue and the process will finish. Only after all of the files are copied and the process is complete does the ListBox show all of the added items. H ...Show All

  • Visual Studio Team System Visual Studio team system as Test Case management

    Hi,     Can Visual Studio Team System be used for Test Case Management and test case scheduler, not just for unit test, but for all the test cases for the whole project for all the features/components, something like Microsoft's internal tool WTT Thanks, Anu Hi, This was a really old post. I believe your a looking for the VS 2005 SDK: http://www.microsoft.com/downloads/details.aspx FamilyID=7e0fdd66-698a-4e6a-b373-bd0642847ab7&DisplayLang=en MSDN documentation on the SDK would be the following link: http://msdn2.microsoft.com/en-us/library/bb166187(VS.80).aspx Bertrand ...Show All

  • Visual C# Use of "this" keyword

    Dear All, I am a bit new to C#. I am a bit confused about the "this" keyword. The way they define "this" keyword is that it is the reference to the current object of the class but want to know how to use it . Can some 1 show me some very simple examples. I have found 1 example on the msdn. public Employee(string name,string alias) { this.name=name; this.alias=alias; } Can some one explain me the "this" keyword in the above example . To which object it is refering to. What does "this" means over here. A few simple examples will be greatly appreciated. thanks, Sunil Sabir Say you are working with a form. You ...Show All

  • SQL Server Modified Stored Procedure Scripts Wrong ANSI Settings

    Query Analyzer for 2000 was smart enough to realize that a stored procedure was created with the ANSI settings like such: set ANSI_NULLS ON set QUOTED_IDENTIFIER OFF go However, when I use SSMS to modify a stored procedure from the context menu in the object explorer, instead get: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON Which is not even the default for my connection. I'm working on a legacy code base with tons of double quoted strings, so I really need the ANSI settings to stay where they were without fighting the SQL editor about it. Any suggestions Is this a bug I'm using SQL2005 RTM. Matthew Mart ...Show All

  • Visual Studio Tools for Office XML

    i'm trying to write a solution for Word2003 and when using the XMLSelectionChangeEvent handler i get the following error... ---------------------------------------------------------------------- Error 1 Cannot implicitly convert type 'Microsoft.Office.Interop.Word.ApplicationEvents4_XMLSelectionChangeEventHandler' to 'Microsoft.Office.Interop.Word.ApplicationEvents5_XMLSelectionChangeEventHandler' D:\myWorks\Office\SPL Sample\SPLWord\SectionPane.cs 44 127 SPLWord ---------------------------------------------------------------------- I assume this is due to having a beta version Office12 intalled. Is there a workaround for thi ...Show All

  • Visual Studio Express Editions Error connecting to remote website in WEb Developer Express

    Unable to open the web "...." Server error: Error 2 opening registry key Software/microsoft/shared tools/web server extensions/ports/port 80 I am trying to open a 1.1 website on a remote server using the Web Developer Express edition. I have followed the following MSDN article with no luck. http://support.microsoft.com/default.aspx scid=kb;en-us;264922 Same error when attempting to create a new website. I would try posting your message in the http://forums.asp.net forums as this is where the asp.net teams hang out. ...Show All

  • SQL Server How to Select Few row data from SQL Server 2000 database

    i am facing a problems, hope that anyone who know the answer can help me. i am using sql server 2000 and vs.net. i wan to retrieve a data from the table which only select 3 top row based on their different contingentID. the table have different contingent and each contingent have 5 row data. i wan to retrieve 3 top row based on the total group by contingentID and sum up the total to order by the total and generate the ranking based on total. what i can do is only retrieve every row of data in that table. so anyone know the answer please help me, or if u dun understand my question , can message me..thank your Skyline... 2006-04-0 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. dxwebsetup wierdness - deployment with app

    Hi, sorry to post this in this forum, I am unsure where to post it. OK here is the thing. I have a deployment problem. I am creating a setup with my app, created in VS 2005 Pro, using C#(.NET 2.0)   This app of mine requires DirectX runtime end user files, or the SDK but really the runtime files. Now, during installation, I bundled in the dxwebsetup.exe. This executes fine.   2 main problems here already: 1) I want to silently install it without the need for user interaction, switch used to do this: /Q. When specifying this, it just seems to show then disappear instantly. I then find this next problem: ...Show All

  • SQL Server Custom ControlFlow

    I am trying to design a Component which can be configured by a UI. After Configuration from the Design pane the Data should be passed to the back-end of the Component. When I look at some code samples I only see, that it's possible to pass simple data. What I want is to put a grid on the UI and connect it to a DataTable. This is used for displaying and changing a configuration as a table. Well, the question is: Can I pass the DataTable object to the backend-DLL as is If so then how THX Fridtjof As I understand the issue, bearing in mind this thread crossed several, none of which matched the title that w ...Show All

  • Visual Basic How to obtain WIFI access point information?

    I was wondering if it's possible to access information from within Visual Basic about WIFI connections, such as their SSID, MAC address, ect. I don't know whether I have to add a reference, what commands to use, ect. Thanks for any help. Hello. You can query information such as this using WMI. Here is a link to a blog entry explaining how to retrieve all available wireless networks: http://blogs.wwwcoder.com/mmondok/archive/2005/06/23/5266.aspx And here is some code to show you signal strength information: Public Function RetrieveSignalStrength() As Double Dim query As Mana ...Show All

  • Windows Forms VB.NET Arraylist of color names

    How do I fill an arraylist (or an array) with the names of the colors This is very close to what I need.  How do I get rid of those items that are not colors ...Show All

  • Visual Studio Team System Project Creation Problem: Unable to connect to the Windows SharePoint Services

    After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard was not able to connect to the Windows SharePoint Services at TEAMSYS1. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to ...Show All

  • SQL Server How to insert a record in the middle of a DB

    Well, how do you do it   I've not seen any report on this... so could it be next to impossible   Say you have 10 records, 1-10 and you want to insert a new record between record 4 and record 5 in a SQL database, just how do you code it    And oh, each record uses the auto ID increment feature. Here's an idea: CREATE TABLE MyTable (id int identity(1,1), col1 varchar(16)) GO INSERT INTO MyTable SELECT 'value 01' INSERT INTO MyTable SELECT 'value 02' INSERT INTO MyTable SELECT 'value 03' INSERT INTO MyTable SELECT 'value 04' INSERT INTO MyTable SELECT 'value 05' INSERT INTO MyTable ...Show All

  • Windows Forms MDI Parent and Child form - Close Child

    I am developing a MDI application with a couple of child windows inside the Parent window (frmMain). Each project consists of 2 child windows (frmData and frmPlot). I have a Main Menu which is used to create new Project / open new Project. I want only one Project at a given instant. So when I click on New project menu item (mnuNew_click event) it should close the already open child windows before creating a new project. I tried to use following code but it does not close any child forms. Has someone dealt with similar problem I am using Visual C++ .Net 2003 on Win XP -- private: System::Void mnuNew_Click(System::Object *  send ...Show All

  • Visual Studio Team System How to create and use your own Classes and Methods

    Hi, 1) I am using a Check method but I need some informations that I do not have by the parameter of this method. For example, I have the method below: Public Overloads Overrides Function check( ByVal namespaceName As String , ByVal types As Microsoft.Cci.TypeNodeList) As ProblemCollection But I need informations of the Microsoft.Cci.Module which is a parameter of another Check method signature. How to resolve it 2) Another question is how to create my own methods or classes inside my project and inside them get all the informations about my assemblies I only can get those informations from the parametes os the si ...Show All

©2008 Software Development Network