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

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

kabuki

Member List

Brokenlynx
Speedster
Christopher Bernholt
lokiprime
arv_6363
cjjrmj
sital
RonQ
mynolix
GOEran
Christopher Hujanen
Choong
gamesplant
technoxicated
penfold2006
Michael K. Barnett
sqllover
mike_dowler
Ashi
shois
Only Title

kabuki's Q&A profile

  • Software Development for Windows Vista InvokeWorkflow Dependecy .

     Hi there, I have a question about the dependency of the invoke workflow activity, how can I make the child workflow is dependent with the parent workflow, i mean that the parent template will stop processing until the child template is finished. Thanks WWF team. BaselN, The InvokeWorkflow executes the child workflow asynchronously from the parent. If you're looking fo ...Show All

  • SQL Server Instance name contains a dash

    Hello We are in the process of upgrading our SQL 2K server to a cluster environment. Currently the server is setup as a default instance running on a single box with log shipping as a warm backup It is required to create an instance name for the new cluster to work. My question is 1) Has anybody tried to have an instance name that dash (-) in it. Example: \\SERVERNAME\xxx-xx-xxx I am told that it is not possible to have a serv ...Show All

  • Visual Studio Team System Dumb Question Dept - how do I "delete" a public build from the list?

    Scenario: I perform a team build as a "smoke" test and decide to mark it's quality as rejected. The team makes changes and the second "smoke" team build is successful. Since the changes are logged into Version Control, I don't  need the first build hanging around. How do I delete it There doesn't seem to be anything in the beta help or menus that is apparent on how to remove the builds. I can remove the folders from the drop site, but the ...Show All

  • Software Development for Windows Vista How to use SharedConnectionWorkflowTransactionService?

    The translation what i found in SDK is that SharedConnectionWorkflowTransactionService connect to the same DB using multiple services, for example:SqlWorkflowPersistenceService and SqlTrackingService use the same DB,and it can share data connection and transaction between two services. But in forum someone says that it also be used when host and DB in the same machine. Now, the thing I meet is that SqlWorkflowPersistenceService and SqlTracking ...Show All

  • Visual Studio How to make wirk CR XI R2 and Visual Studio 2005

    The problem is: some time i usese Cr boundled in VS2005, then decided to use CR XI2.So what must i do make it work together. Our company purchesed CR XI, then i downloaded R2 (VS2005 compability- as it was said), but i did not found any .NET assemblies to work with Framework2. There was .NET SDK which consits of 2 help files :)) In CR distributive (in one of the cab's) i found file CrystalReports_NET_2005.msi but it requires a serial that doe ...Show All

  • Windows Forms MDI Child Forms in Panel Controls

    Would like to know how to place Child forms in a Panel (Panel1) on the main form  (Form1).  I have the Panel docked to the left of the main form.  Currently I have a Tree View object docked in the panel.  I want to chan ...Show All

  • Visual C++ crypto++ compiler errors

    Trying to switch to VC++ 2005, and here is the major problem I am facing: When compiling crypto++ v 5.2.1. http://www.eskimo.com/~weidai/cryptlib.html the following error message is reported (only in Debug mode - Release builds and runs just fine): c:\program files\microsoft visual studio 8\vc\include\xutility(292) : error C2664: 'bool CryptoPP::CodeLessThan::operator ()(const CryptoPP::HuffmanDecoder::code_t,const CryptoPP::HuffmanDecode ...Show All

  • Visual Studio Tools for Office Deployment problems

    I have a Word project that I've been trying to deploy 2 different ways. First I made the project using VSTO (I'm using Visual Studio 2005) and after following examples and advise, finally got the project to work in the degugger just right. I created the project as a template. To test the release/runtime version, I copied the application/assemply files to the startup folder that Word in pointing to. These include: BarcodePopper.dll BarcodePopper ...Show All

  • Windows Forms Changing mouse cursor *outside* the form

    I have an app that lets users pick a colour fom anywhere on the screen (ie: not just in the form) and am using calls to GDI32.DLL to do this (ie: CreateDC, GetPixel, DeleteDC). This works fine but I would also like to be able to  ...Show All

  • Visual Basic Display a tooltip

    Hello.I am using Microsoft Visual Studio 2005 and I wan't to create a tooltip for a checkbox in my VB application.How I can do this Dim ttChkBox As New System.Windows.Forms.ToolTip() ' set some general properties ttChkBox.AutoPopDelay = 5000 ttChkBox.InitialDelay = 500 ttChkBox.ReshowDelay = 500 ttChkBox.ShowAlways = False ' set up the tooltip for the checkbox ttChkBox.SetToolTip(Me.CheckBox1, "Hello world! ...Show All

  • Software Development for Windows Vista Unable to setup windows Vista 5308 (error while displaying image selection wizard)

    Hi - I have tried to install the 5308 build on a (older) PC (AMD Thunderbird/512MB/ATI 9000) that I use as a test machine but I keep getting an error message immediately after entering the license key. The error dialog says "An internal Setup Error occurred while displaying the image selection wizard". After a while the setup program will abort and display another dialog "Exception Unknown Exception 0xe0000100 occurred at memory l ...Show All

  • Visual Studio Express Editions SQL help

    I copied my sql query from access and it looks like this "SELECT CalSTD.[Lab.ID] FROM CalSTD WHERE (((CalSTD.Element)="Al") AND ((CalSTD.[Nominal Conc])="1000"));" My problem is, I can't get this into a string that OleDbDataAdapter likes. I tested this in access so I know there is data returned. My error message is "No value given for one or more required parameters". My string = "select LabID from CalSTD where((Element = Al) and (Normial Conc ...Show All

  • Visual Studio Express Editions How To Loop On Rows From A Database Table

    I want to loop on the rows from a database table, but I can't work out how to do it. So far, the code I have is: Dim sConnectionString As String _ = "User ID=myname;Password=myPassword;Initial Catalog=mydatabase;Data Source=123.22.44.35,1433" Dim objConn As New SqlConnection(sConnectionString) objConn.Open() Dim sSQL As String = "SELECT * FROM manufacturer_list" Dim objCmd As New ...Show All

  • Visual Studio Express Editions Network Applications with VB2005 Express a few simple questions????

    Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me  Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network serve ...Show All

  • .NET Development please help..iis 6

    hi everyone, please reply asap if you can help. i'm running windows server 2003 with iis 6.0.  i'm trying to start using asp throughout my website, so i made sure active server pages was allowed.  for testing purposes, i installed iis 6 on my windows xp 64-bit computer.  my pages worked fine.  when i upload them to my 2003 server i get a 500 error telling me there is a problem with the page. the only difference that i ...Show All

©2008 Software Development Network

powered by phorum