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

Software Development Network >> Jon Haakon's Q&A profile

Jon Haakon

Member List

Rogerio Sobreira
markybark
tanha
Mar G
Emmy008
InTraining
Michael B. Parker
usguy
ScottC1967
clausa
James 2
singam
Paul Nystrom
Dayanidhi
SavitaG
Trem
Aurélien
GopinathK
sanjeeva.s
kathy79
Only Title

Jon Haakon's Q&A profile

  • Windows Forms DataBound ListView

    Hi all, Is ListView can be bounded with the data from the database If Yes How Means Hoiw Can bound the ListView with the databse Thnaks for this Kind support In a previous question you presented I actually said that ListView doesn't have the complex data binding members (DataSource, DataMember, etc) like many other controls. You may want to review the answers to your questions. After that, here is an article going th ...Show All

  • .NET Development extend XSLT IXslProcessor

    Hello at all, this is probably the wrong group/list but I find no other. I have read some article about extending the XSLT with custom objects. Two of them are "EXSLT: Enhancing the Power of XSLT" ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnexxml/html/xml05192003.asp ) and " XsltArgumentList for Stylesheet Parameters and Extension Objects" ( http://msdn.microsoft.com/library/default.asp url=/lib ...Show All

  • Visual Basic Text to Speech

    I looked at a Text to Speech example, here. It creates a dialog, with a default text, "[Welcome to Text to Speech World]"; it the text box, and the user clicks the button "[Speak]". I am sorry I can't remember the exact program, I tried using Visual Basic Express on a slower computer, and was very frustrated and deleted it. Question: I couldn't figure out how to modify the code with the objective of having an invisable window ...Show All

  • Visual Studio ComReference with MSBuild

    Hi, I have a Problem with the ItemGroup < COMReference/>. Don't no how to import it in my Target. This is an example of my Projectfile: < ItemGroup > < COMReference Include = " AxNETCTLS " > < Guid > {B389A272-627E-42D5-BAE0-17DAE287E82A} </ Guid > < VersionMajor > 1 </ VersionMajor > < VersionMinor > 0 </ VersionMinor > < Lcid > 0 </ Lcid > < WrapperTool > ax ...Show All

  • SQL Server SSIS Flat file connection manager not seeing carriage return-line feed

    I have a csv file as follows: "100,002.01","200,00.01",10.98,aaaaaaa,bbbbbbbbbb "100,002.01","200,00.01",10.98,aaaaaaa,bbbbbbbbbb "100,002.01","200,00.01","1,000.98",aaaaaaa,bbbbbbbbbb Note that the third column in the third line is also qualified by quotes whereas the previous two are not. I think this is because of Excel formatting. Is there any way to import this file correctly My main problem is that I never know whether a  ...Show All

  • Visual Studio Team System Installing Process Templates

    Hi, I'm trying to install a process template that I've created. I'm able to upload it as a folder using the Process Template Manager within Visual Studio. I then compress the folder (i.e. so that the folders are contained at the base of the zip file - i.e. there is no folder called " MSF for Agile Software Development - v4.0 - TEST " but the zip file itself is called " MSF for Agile Software Development - v4.0 - TEST .zip& ...Show All

  • SQL Server Changing login permissions

    I am trying to set up a secure system and would like some advice on how to do it as it is a bit tricky. The underlying security is Windows Authentication but I need to set various permission levels in the application. What I want to do is to allow users read-only access to a users table. Once they are validated and their permission level is determined, then I want them to be assigned to the role that is set for their permission level. I hav ...Show All

  • .NET Development Avoid the use of a class

    Hi, I don't know if this is the right place to post my question but here it goes: I am developing a VB .Net class, a dll file. I am also developing a Windows App to use my class. Now, what I want to do is to avoid that other coder can use my class, I want to restrict the use os my class to my app. I herd about strong ID, but I don't know hot to use it. Any help Thanks in advance, Pedro Querido. Hello Pedro, The API you are referring to is ...Show All

  • Visual Studio Crystal Reports asking for login with non-database linked dataset

    Here's my problem:    I have data I am storing in a data table and then putting into a dataset.  I have a schema I have created for the dataset defining each column type.  This dataset has nothing to do with a database, but when I try to use it as a datasource for a crystal report it asks for a database login.  Will Crystal Reports not function unless connected to a database   I have several instances where I w ...Show All

  • .NET Development NOOB, check the stream!!!

      Hi All,      I've been working on creating a program that automates my program building and testing.  I am doing the code in C#, but there is a problem with the StreamReader.ReadLine() function where if it tries to read from a Process output pipe before the Process finishes writing to the pipe, it causes the thread reading from the pipe to block and the process then blocks too.  However, if the process i ...Show All

  • Visual Studio Creating a custom test type in VS 2005 Team System

    I am interested in adding a new test type to VS 2005 Team System.  The document "Creawteing Custom Test Types in Visual tudio 2005 Team System" gives instructions to "create a shared instance of the class TestType" and "to subclass TestTlement".  What assembly are these two classes defined in Sam Has anyone been successful in deploying the Custom Test Type Sample   I am able to build it and regist ...Show All

  • Smart Device Development Resource Manager not working in Compact Framework v2.0 and Pocket PC 2003 SE Emulator

    Hello all, The ResourceManager class will not find a resource under the Compact Framework v2.0.  However, this used to work under CFv1.0.  Let me elaborate on my problem.  I have my main program in main.dll and a resource with name 'Messages.en.resources' in main.resources.dll.  Here is the code in the main.dll: ResourceSet _msgs; ResourceManager rm = new ResourceManager( "Messages", Assembly.GetExecutingAssembly() ); ...Show All

  • Windows Forms Sample Code: DataGridView progress bar column

    I have a column that has integer data in it, I want to display it as a progress bar in the column so the user can quickly identify lagging processes.   I just started with 2005 and it looks great but does anyone know a quick way to do this I would also like to change the color of the progress bar based on the cells value. I found in the data sources toolbox where I can change the column to progress bar but that does not pass thr ...Show All

  • Visual Studio Team System mstest with custom test type and metadata(vsmdi) file?

    I'm trying to use mstest.exe to run a test from the commandline. The test was created as a custom test type that I have created via the extensibility SDK. I've done a lot of investigation and here's the results: 1) inside VS I can run the custom test fine. 2) I can run the custom test fine using the /testcontainer: option of mstest.exe. 3) I can run a generic test using the same vsmdi file with mstest.exe. 4) trying to run the custom ...Show All

  • Visual Basic connect to sql server

    hi friends, i am unable to connect to sql server . my code like this dim myconn as adodb.connection start = "provider=sqloledb;data source=myserver;user id='myname';password='ss'; initial catalog='master'" myconn.open start can anybody help me in this favour thanks khaleel Is that the exact code you are using (minus the password and user name of course) Because on line: start = &q ...Show All

©2008 Software Development Network

powered by phorum