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

Software Development Network >> bill mccandless's Q&A profile

bill mccandless

Member List

Gromey
Eric Oostergo
VDeevi
CLink
Apteryx
Siddhesh Bhobe
Natarajan Arumugam
nmus006
Marcus J
wakeup
Daniel Álvarez
Wes Williamson
yyjjtt
Sibusiso
laputa92
Biswa
Anachron
zogman
Greg Palmer
jaik5000
Only Title

bill mccandless's Q&A profile

  • Software Development for Windows Vista "Error when enlisting in a distributed transaction"

    Hi, I'm getting the above error when I set the transaction attribute of my component class to 'required'. It works well when set to 'supported' and I've read through all the related posts here (I think) and elsewhere. They all seem to lead to the conclusion that firewall is enabled between the client and the server. Can you hold your patience and see if my case is any different, 'cause windows firewall is turned off in both the server and the client machines here. I checked to see that MSDTC is configured to allow network DTC access, inbound and outbound, 'Incoming caller authentication required', running as 'NetworkService' on both ma ...Show All

  • Visual C# WinAPI

    Can i use WinAPI functions in my C# project Yes, even though passing parameters might prove difficult. The documentation of the DllImport attribute is a starting point. Regards --mc ...Show All

  • .NET Development Webservice deployment

    Hi, I am facing some issues trying to create a Setup project for my webservice. I have done this thousand of times on 1.1 but things are a little different on 2.0 I have a simple webservice, with all these new folders that have mess my file organization (app_code, app_data, app_globalResources, etc). The webservice works fine and now I need to create a setup project so I can distribute the webservice in a single installation file. The problem is the following one: When I create the web setup project and I try to add the "Primary output" the form appears with only one entry , "content"... mmm... does not look righ ...Show All

  • Smart Device Development C++/CLI?

    I distinctly remember being told that it would be possible in VS2005 to use C++ to develop using the .NET CF. I can't find any way to create such a project however. What gives You sure can use C++, but native only. Managed C++ support was never promised: http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/a184d802972e440c/d8f4085cc37d6d39#d8f4085cc37d6d39 ...Show All

  • Visual Basic VB 2005??? PT 2

    Public Function Plus( ByVal ad As Integer ) Dim id As Integer Dim cm As Integer End Function I want to pass this fuction a varible that when i call it in the code i can enter any number and add it to another number any help with that, i know it sounds rather simple but i am not sure if i should pass two varibles or one i am thinking i should pass two and declare a local var and i dont know thats where i draw the blank....any help would be great You can do it something like Public Function Plus (Byval A as integer, B as integer) as integer Return A + B End Function Then just ...Show All

  • .NET Development Create p7m envelope

    Hi all, this is my first attempt at using pkcs classes to create a p7m envelope.I am trying to accomplish the following 1. sign a document with a certificate 2. envelope the signed document in a p7m file that is viewable using p7mViewer or SignoReader What I want is a valid p7m file with NO recipients, that is I do not intend to send the file to anyone, but only store the signed file in a DB. I create a SignedCms, pass my document byte array to a ContentInfo instance, compute the signature, Encode() and then save all as .txt.p7m but Signoreader does not recognize the file format. Anyone already worked on a similar issue Tha ...Show All

  • Windows Forms Parent - Child windows

    Hello all, i think this is pretty easy question for you, but i have no idea how i can do it. I want to have a windows application in which the main window will be always open and the "child" window will open inside the main (all the children windows will open inside the main). Something like a form with some menu items and when you click on them they open other forms in the main window's area. How can i set that the main window will be the "main", how about the settings i have to set to tell the children windows that are accually "child" and how to set the area (in the main window) in which the children windo ...Show All

  • Visual Basic click and double click events are not fired in listview component in VB.NET

    hi, i have created a sample window aplication in VB.NET.placed a listview component in the form ,written click and double click event for list view.But the events are not fired.is there any property to be set for click event. Thanks, Ganesh The events for click and double click are selected in events tab.but still they are not fired. ...Show All

  • Windows Forms How to guarantee modelessness in .NET Form in Class Library?

    In VB6, the App.NonModalAllowed property would tell you whether you could show a modeless form or not. The docs for .NET say... "No equivalent. This was a read-only property related to ActiveX .dll files. The .NET common language runtime automatically manages this behavior." ...which does not explain what is happening.  I'm guessing that the clr shows the form as modal if non-modal is not supported. I have a .NET class library which has one primary form which absolutely must be shown non-modal.  My library is used in many different development environments over which I have no control. How can I always show as modeless regar ...Show All

  • Visual Studio Tools for Office Query about _Document.Compare method

    I have written a program which uses _Document.Compare method for comparing two word documents. Currently it is working fine for Win word 2003. Will it work for word 2000 docs , and word 97.  I couldn't find any documentation about this. can anybody tell me about this Thanks in advance. Hi Kiran, This forum is for issues related to VSTO. Please redirect your question to the Word team's forum at http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.word.vba.general&lang=en&cr=US This should give you a much better turnaround time and better response. Thanks. ...Show All

  • Visual Studio Team System How To: Connect to 2 different TFS Servers

    My Add existing Team project button just locks up on Beta3 Refresh Any idea why I have one server connected and it seems to be working ok. Jeff I just figured out that the Add Team Project button locks up because of a multi-monitor bug. For whatever reason when I have two monitors (even thought I am only using the primary one for this) active the dialog is nowhere to be found. After killing VS and turning off the second monitor the dialog shows up. Jeff ...Show All

  • Windows Forms can't save collection in disgner

    Sorry, again a 'stupid' question I'm playing a bit with the collectioneditor and got it working (sort of) until i Rebuild . the collection is cleared after rebuild. I'm puzzled here is the code for the component i'm try 2 build :   Imports System.Windows.Forms Imports System.Windows.Forms.Design Imports System.ComponentModel Imports System.ComponentModel.Design Imports System.Drawing.Design Imports System.Collections Public& ...Show All

  • SQL Server how to change data types in Excel source file?

    I'm getting a bit lost in SSIS. I've got an Excel source file that I'm trying to load into a table. I keep getting validation errors that warn about not being able to convert between unicode and non-unicode string data types. I'm trying figure out where I have to change this and am frankly confused. It seems SSIS is selecting various columns as unicode/WSTR data types, but I want them to import as regular string types. On the Data Flow tab in SSIS, I right-click on the source Data Flow component (the Excel file) and select Show Advanced Editor. Then on the last tab, Input and Output Properties, there's a tree view for the Excel output. There ...Show All

  • Windows Forms Does the new terrarium work for anyone?

    Just thought I'd ask Is anyone ELSE feeling a little stupid for installing the new version before ANYONE reported it worked ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I need e-book for directx programming

    Yes Glenn's blog is now at http://www.virtualrealm.com.au/ I will edit that old link out of the posts. You are correct that after it expired it was taken over by someone else. ...Show All

©2008 Software Development Network