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

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

Dijkstra30

Member List

FrankCalvin
Pictor
soccerdad
Wadim
rmethod
Suma Sushilendra
BobF
J-own
Michael S. Kaplan
Sara Ford MSFT
anzrul
LarryNeedsHelp
William Wicker
corbin
RobBattaglia
CLPMAN
Catana
Lars Middendorf
AndrewRise
Tiaan
Only Title

Dijkstra30's Q&A profile

  • Windows Forms ClickOnce localization

    Hi, I have built a globalized application in .net 1.1 and created an msi file to install it. The application detects at runtime the CultureInfo.CurrentCulture.Name and loads the correct localised assemblies. I have then upgraded the application to .net 2.0 and i have decided to use clickonce instead of the msi file. Everything works fine a part from always using the default resource files and not the ones appropriate to my machine CultureInfo.CurrentCulture.Name. I have tried changing the language option in the project publish properties, but still when I install the application it is using the default resource files. I have even grouped the ...Show All

  • Visual Studio enable/disable - wizard navigation buttons

    I am trying to programatically disable my custom wizard page's Next button using the EnableStep method of the wizard class. this .EnableStep( false ); But this isn't working. Is there any other way to control the enable property of the different wizard buttons Try this: bool enable = /* however you want to set it */ false; Wizard.EnableButton(Microsoft.WizardFramework.ButtonType.Next, enable); ...Show All

  • Visual Studio Express Editions How much for DVD version?

    Everywhere I look I see the download is free, but I don't plan on downloading hundreds of megabytes using a dial-up connection.  Where is the information on ordering a DVD with all the goodies   (ie: registration content)  Hi There It is my Understanding Dummie Books for VB Express and Web Developer will contain Install Cds.... Dec/2005 $25.00/copy.... I downloaded Vb Express dialup took 40Hours.... Well worth it... The Best Free developers Software in The World.... Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Hard Liquor Allowed" ...Show All

  • Smart Device Development Issue connecting to network machine from emulator.

    I have the emulatro version installed with VS 2005 CR Team edition. Here are the steps: 1) Start the Device Emulator Manager 2) Right-click on Pocket PC 2003 SE Emulator and click Connect. I get the emulator window. 3) Right-click on Pocket PC 2003 SE Emulator and click Craddle. The ActiveSync connects and I get the Connected Synchronized message. 4) Use the Internet Explorer and connect to a web site. I get the page back. 5) Go under File Explorer and click on the third tool on the tool bar (Connect to a remote folder). Get the Open window. Type the path of my Machine \\MyMachine I got the following message: Network  Connecting to serv ...Show All

  • Windows Forms capicom error when trying to publish winapp onto local IIS

    i have win xp sp2, vs2005 RTM, and i have a simple win form app. it compiles ok, but when trying to publish it into my local IIS i get those errors: 1. Cannot publish because a project failed to build.  1 1 WindowsApplication1 2. SignTool reported an error 'Failed to sign bin\Debug\WindowsApplication1.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please  copy the latest version of CAPICOM.dll into the directory that contains  SignTool.exe. If CAPICOM.dll exists, you may not have proper  permissions to install CAPICOM. i have capicom 2.1.0.1 and i ...Show All

  • Visual C# Why couldn't find ConfigurationManager?

    Hi there, In VS 2003 Windows applicaton, I used configuratuion/AppSetting to get configuration parameters. This method is depreciated in VS 2005 and we are recommended to use ConfigurationManager. But VS 2005 intellisense could find it. I already include the System.Configuration namespace. But seems like it is not in the namespace. Do you have any experience and what do I need to do to use ConfigurationManager thanks, Kai This one had me beat as well. configurationmanager is in a new dll, you need to add a reference to it before you can see it. I'm not sure what the .NET library you need to ref ...Show All

  • Windows Forms database

    hello i need some help in the design of the database of sql server 2000 for a small clinic  which consists of three parts,Dentistry,LAB and general health,i have made two tables,Patient and Doctor but i dont what additional tables i need to the previous tables that i have made it,and i need to print an invoice for the patient by the money that&nbs ...Show All

  • .NET Development Tutorials???

    Good Day Everybody, Simple question today: Does anyone know where can I find tutorials for Windows Forms and ADO.NET Here is the story: I am creating a simple windows form to enter data.  However, I do not want to use a BindingNavigator control.  I do not want the user to navigate through the data.  I just want to use a Button control for submitting the data enter and clear the form for the next user.  I bind the TextBox controls to the appropriate dataset field.  It creates BindingSource and TableAdapters.  I have try some other ways, but nothing gets written to the database. Other things that I ...Show All

  • Visual Studio 2008 (Pre-release) my pet project: AnimationBehaviors

    I’ve been working on a project in my spare time called “AnimationBehaviors”. Now that I’ve got it working reasonably well I’d like to share it with the world. The animation system in WPF is really powerful, however it’s not always easy to create certain effects in XAML without falling down to code. Even when code is not required, it’s not always easy to create reusable animation effects. Enter AnimationBehaviors. AnimationBehaviors is a library that makes it easy to add common animations to elements in XAML with little effort. By utilizing attached properties I’ve created a system where adding (sometimes) complicated animations becomes ...Show All

  • Visual Studio Team System TFS API Help [Urgent]

    Hi! I would like to create a team project, work item, resource allocation, etc. from my application using TFS API. But i do not know where to start   I found Microsoft.TeamFoundation, Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Proxy.Portal provides APIs for all the above functionalities.  But it is very difficult to me to understand the usages of these APIs. Please do the needful asap. Regards, Sheik Buck has a great example that shows some simple version control operations (create a workspace, pend a change, check in the change and hook up some event listeners). It' ...Show All

  • SQL Server Cannot compare data types of System.Int32 and System.String. Please check the data type returned by the filter expression

    I have this filiter on my table in SQL Server Reporting Services 2005: =CInt(Fields!FeeGoal_AZ.Value)    !=      0 I get this error when trying to preview the report: "Cannot compare data types of System.Int32 and System.String.  Please check the data type returned by the filter expression." I am not sure why it's comparing a string here.  The data type for FeeGoal_AZ in the database table is Bigint   I also tried   =Iif(Fields!FeeGoal_AZ.Value = 0,True,False)    !=    True I'm having the same issue, but it seems to be occurring because I have numbe ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. PS_3_0 Error

    Can someone interpret this error for me ps_3_0 shader can only be used with vs_3_0+ shader (SWVP or HWVP), or Transformed vertices. I wrote a pixel shader but no vertex shader because I never needed to in the past (ps_2_0 etc) Thanks I'm pretty sure it means you have to use a vs_3_0 shader to feed data into a ps_3_0 shader (or bypass all transformation and use transformed vertices ( POSITIONT or D3DFVF_XYZRHW ). More specifically a vs_1_x or vs_2_x shader cannot be combined with a ps_3_0 shader. ps_3_0 has additional requirements (e.g. full 32bit precision) that makes it incompatable with the outpu ...Show All

  • Visual Studio 2008 (Pre-release) How to programmatically open the drop list in a ComboBox

    Does anyone know how I could open the drop list of items if the control has focus and a user begins entering keystrokes I am doing this in a CustomControl so I need to handle this inside the custom class, e.g.,     public class MCComboBox : ComboBox {                 public MCComboBox() : base() {         }         protected override void OnKeyDown(KeyEventArgs e) {              <do something here to drop the list, pe ...Show All

  • Visual Studio Express Editions Book Recommendation to Learn C#

    Hi Everyone, Anyone know of a really good book on learning C# 2005, that is easy to read and understand, without a lot of fluff and page fill Two that I have been looking at are "Learning Visual C#, 2nd Edition, by Jesse Liberty, and the Microsoft Visual C# 2005 Step by Step, by John Sharp. Both about 500 pages. I have the MSPress "Visual C# 2005 Build a Program Now", that the Express CD comes with, but need more information about things like delegates, interfaces, abstraction, collections, etc. that are to the point and won't put you to sleep in less than 1 page. Any thoughts would be very much appreciated. Tha ...Show All

  • Visual C# Why should we have to declare the delegate in both places

    In delegate I am a newbie. I want's to ask why we have to declare delegate in both places where we are making and where we are calling it e.g in this tutorial http://www.eggheadcafe.com/articles/20040313.asp why i have to declare delegate string NotifyDaddy(DaddysCar car, decimal damageAmount); in both palces No, do not have to declare the delegate in both classes. The declaration in "DaddysCar" is completely useless. #edit, lol I was too late ;) ...Show All

©2008 Software Development Network