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

Software Development Network >> M. Dirksma's Q&A profile

M. Dirksma

Member List

jreyes97
Hakatom
miker3x
yuvin
Jonathon Rossi
RamMSDN
Wally_West
Chris98765
Alex Brazil
Michael K
David789
Carla Nunes
hebert
Chawmey
careed
Geoff Van Brunt
Chitra MS
Gino Abraham
judo
cwlaualex
Only Title

M. Dirksma's Q&A profile

  • Software Development for Windows Vista Where do I find the build script for state persistence database

    OK, I hope that's the last beginner question for tonight. WWF didn't install any database so I figure somewhere there must be a build script for that one Thanks, Christoph The scripts to create the schema are usually either at: X:\WINDOWS\WinFX\v3.0\Windows Workflow Foundation\SQL\EN or X:\Windows\Microsoft.NET\Framework\v2.0.50215\Windows Workflow Foundation\SQL or if you have downloaded the Hands-On-Labs examples, they are in Example3 anyway, if you do not find them, search for: SqlPersistenceService_Schema.sql (one of the files) ...Show All

  • Windows Forms IE Hosted Control loading Assembly/Module built with C++

    I have a UserControl which should use constants from a C++ header file which I've modified to generate managed types (called cppLib). My control is hosted in IE. I haven't been able to build my control such that:     1. The cppLib is included in my control's assembly DLL or 2. cppLib is loaded dynamically by my control either automagically or usin ...Show All

  • Windows Forms displaying the content(files) of an existing directory with a button click vb.net2005

    hi , i have a directory say "c:\root\sample" and i have some files inside this directory and i want to see the content of the directory with clicking a button in the program. how to do that many thanks You can begin with this: Dim path As String = "C:\" For Each file As String In System.IO.Directory.GetFiles(path) Console.WriteLine(file) Next ...Show All

  • Visual Studio Team System Build on a few solutions under different team projects using team build

    Hi, I'm trying to create build on a few solutions under different team projects using team build. I saw on this blog: https://blogs.msdn.com/manishagarwal/archive/2005/09/27/474273.aspx by Manish Agarwal the way how to do it. I succeed to compile the solutions but for some reason I saw in the build log file that I’m getting The sources of all team projects that on my TFS This is the importent code from my TFSbuild.proj file: < PropertyGroup > < TfCommand > $(TeamBuildRefPath)\..\tf.exe </ TfCommand > </ PropertyGroup > < Target Name = " CustomGet " > < E ...Show All

  • Software Development for Windows Vista Installing Windows Workflow Foundation Beta 1

    There have been several threads with questions about installing Windows Workflow Foundation Beta 1.  I'm hoping to summarize the installation instructions for anyone else that might be having trouble.   These instructions are also available on the WindowsWorkflow.net community site here .  James Conard Architect Evangelist - Windows Workflow Foundation http://www.WindowsWorkflow.net http://blogs.msdn.com/jamescon -------------- Windows Workflow Foundation Beta 1 is compatible with the .NET Framework and Visual Studio 2005 Beta 2 (builds 50215.44 & 50215.45). Windows Workflow Foundation Beta 1 is not co ...Show All

  • Windows Forms Performing search on dataset

    I am a big novice when it comes to ADO.NET and VB.NET so forgive me if I am making this hard to understand. I have a dataset that has 100+ rows and 12 columns.  My table is named "DsInventory1.Inventory" within the dataset. I am looking for a brief coding example or resource to learn how to loop through each row and check to see&nbs ...Show All

  • Windows Forms Setting datagrid column width ??

    Hi, How do I set the datagrid column width such that it fits datagrid column's header text or the length of the cell with maximum length. Thanks, ACtually I am using DataGridTextBoxColumn and adding them to DataGridTableStyle. I cant see these property there. ...Show All

  • Visual C# C# Immediate window problem

    The immediate window in Vs.NET is giving me problems when i use it with C#. Simple example is I have the following line of code in a function String MyString = "abc.doc"; Then I put a breakpoint on it, when i debug the application and it goes into that break, I goto immediate window and type MyString it shows abc.doc but when I want to test for something else like MyString.ToUpper() or MyString.ToUpper() it gives error error: managed EE does not understand expression's syntax I have tried this in VB.NET and there is nooooooo problem at all. But it is not working in csharp. Please let me know how to deal with it. I need to use imme ...Show All

  • Visual Studio Crystal adds .00 to SQL Server integers

    Hi all. I am new to CR and using CR for Visual Studio 2005. I have a report getting data from SQL Server. I am trying to concatinate 3 integer fields into a date using an unbound string field. Each date field has one part of the date, i.e. month, day and year(from an old Databus file). Crystal is adding .00 to the numbers when they print in the concatinated field so a month field containing 12 displays as 12.00. An entire date would look like 12.00/25.00/99.00. If I simply add the field to the report by drag and drop, it displays as 12. Any idea how I can get rid of the .00 You may be asking why I didn't convert the 3 date fields int ...Show All

  • Visual Studio Tools for Office Working with Microsoft Excel

    I want to know how can i work with Excel sheets.\ I want to insert data to the sheet and to merge cols This really isn't the best group to ask such questions, since it specifically pertains to Excel.  Ade provides some helpful links to get you to the right place: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=288110&SiteID=1 Also, some advice.  It appears you're putting in relatively little effort in asking a question that will require a complex and time consuming answer.  I would invert the effort: read basic information about Excel Automation, run tutorials, and get star ...Show All

  • Smart Device Development getting incoming call number..

    Hi all. I'm making  a program with C# on PocketPC 2003 phone Edition device. But i must catch incoming calls. I mean when a get incoming call my program catch this number. How can i do this. Thanks everyone. Please see http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/callevents.asp  too. Thanks, Jagadisk ...Show All

  • SQL Server Please Help : visual studio 2005 beta 2 + SQL Server 2005 + C#

    Hi, I have the Microsoft.SQL.Server.2005.Enterprise.July.CTP. I have installed it on Windows Server 2003 Enterprise Edition. After installation I found that Microsoft Visual Studio 2005 Beta 2 installed with it , but when I Opent it I can't create C# prject since you can't create anything other than 'Business Intelligence Projects'. I need to write a programs using C# so How can I do that with SQL.Server.2005.Enterprise.July.CTP Thanks, Aya. First of all: Why are you using such an old version of VS As I can remember the CTP Version are not longer legal as the RTM version is on market. But a ...Show All

  • Visual Studio Page Footer Does Not Print

    I am working with the report designer in VB .Net 2005 Beta 2.  My report has a page footer that displays when I view the report, but the footer does not print on the printed version of the report.  The page header prints, but not the page footer.  Does anyone know how to get the page footer to print   Thanks. Do you see the page footer in preview mode but  not printpreview Are other items on the page misplaced Thank you, Nico ...Show All

  • SQL Server Log restore failure

    Hi, I'm getting error: An error occurred while processing the log for database ' ' when trying to restore first transaction log backup after successful restore of full backup on SQL 2000. Note that database name is blank. What's the cause and the solution Please help. Hello, Can you provide some more details   How are you attempting to restore the log   How have you restored the database   Did you restore the DB with the NORECOVERY clause Cheers Rob ...Show All

  • Software Development for Windows Vista How much of WWF designer support in VS is managed by the project system?

    Hello, In order to create a new workflow in VS, one normally selects a template from the Workflow node of a C# or VB.NET project type in the New Project dialog.  I tried creating an empty C# project (not of the workflow variety), copying the .cs and .Designer.cs files to this project, changing the namespace, and adding the same references to my empty project system that are present in the one created explicitly from the C# Workflow template.  Everything built fine, but when I tried to display the editor, it failed with an error message about ''System.Workflow.ComponentModel.Design.IMemberCreationService'&nbs ...Show All

©2008 Software Development Network