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

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

DavidBoyCA21

Member List

James McKinnon
mikeisaac
free_loaded
lester1111
Ernie100
MrMad
Pat Carden
Mark Seddon
cheryl Scott
ITLionWoo
Leif Greenman
zaynun hammoud
Manish Tandon
Jamie Kurtz
snaill
Richa
fahlen
dreamlordzwolf - Michael Corpuz
JJ1983
Gops Dwarak
Only Title

DavidBoyCA21's Q&A profile

  • Windows Forms how to implement Licensing in your application

    i want to implement licensing in my application....guidance required how to do that The software use WSE 3.0 . So you must install WSE 3.0 from Microsoft Corp products. ...Show All

  • .NET Development RS232 (COM port)

    Hi , how can I communicate(transfer data) with Datagrid in VB.Net Forms with RS232 (COM port) I want doing relationships from BAR code reader to DATAGRID in Vb Forms HELP ,and I‥m sorry for bad english If you searched the internet for 2 seconds you would have landed on http://www.gotdotnet.com/team/clr/bcl/demos/demos.aspx then look for Serial Port demo on that page. In general I highly recommend that you do some reseach before posting questions ...Show All

  • Windows Forms Can someone help a newbie please (Unicode text documents in VB.Net)

    Hello All First, I hope I'm in the right place, and if I am not I apologize. I am a newbie to Visual Basic.Net, and to programming in general. I had a little run with C programming years ago (DOS Days), but thats where it ends. So, with that said, I have set the mind set for this question. (I'm Green)  ;) I have been working through 3 &q ...Show All

  • Visual C# How can I protect the use name and password in ConnectionString?

    In order to connect to database, I have to put the name and password in ConnectionString, I know the C# program can be uncompiled easily, how can I the use name and password thanks! Take a look at Enterprise Library ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnpag2/html/entlib.asp ) and especially the Configuration and Cryptography application blocks. These blocks will allow you to encrypt your connection strings in the config file. ...Show All

  • Visual C++ Error when trying to run apps on other computers

    Hi! I've just switched to Visual C++ Express Beta. All my apps compile and work well, that's on My PC only! Whenever I move my app to another PC and try to run it It gives me this wierd error: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this program" . Am I doing something wrong. Am I not getting some files that should be with my apps, or am I not setting the linker correctly Thanks in advance! If you say not to distribute these files, what am I supposed to do Maybe stop using .NET Framework. I just want my apps to work, b ...Show All

  • Smart Device Development How to call netcf from flash?

    Hi, In my application i am using flash for UI design. When i click a flash button it should execute netcf coding.For windows application there is some third part Components like ShockwaveFlashObjects.So how can i achive it in ppc. Hi, Alex Yakhnin and Mark Arteaga thanks for ur reply. There is a tool CFCOM from Odyssey Software( http://www.odysseysoftware.com/products_cfcom.asp ) which is used to communicate between flash and .NET Compact Framework.But I have to purchase it.So i am looking for alternative solution. ...Show All

  • Visual Studio 2008 (Pre-release) How can I use custom color in xaml?

    For ex. in Background. Atribute like this:  Background = " #FFFFFFFF " call compilation warning :( ...Show All

  • .NET Development Dynamic SQL generation is not supported against multiple base tables

    I m coding with VB.Net. I have a datagrid on my form with a dataset as its datasource. The dataset contains rows from a joined two tables: Feature table and Price table. Feature table contains the customers'features. It has the ID of the features, the date the feature was added, the expiry date, the employee who added it.... The Price table is a look up table that contains the ID,price, Code, description and name of each feature. So my SQLquery is: SelectFeature_ID,Feature_DateEfect,Feature_DateExpiry,Feature_Employe, Price_Name, Price_Code, Price_Name... The reason why I use that joined query is that I need to display all the columns on my ...Show All

  • Visual Studio Express Editions List Box Delete Question

    I have a check book reconciler program. The user inputed values for Checks, Deposits and Fees are displayed in their respective list boxes. Also as items are added - I have updating the checkbook balance accordingly. My question is - I want to allow the user the option of deleting any entry in any list box. Prior to deleting the entry I need to know the decimal value so that the checkbook balance can be adjusted accordingly. For example if my lboxDeposit has 5 entries and lboxCheck has 10 entries, maybe the user wants to select the 2nd item in lboxDeposit or the 2nd item in lboxCheck. How do I get the value (not the index) prior to deleti ...Show All

  • Software Development for Windows Vista Exception thrown when adding children activities to base Sequential and Designing derived model

    I'm creating a base sequential model for our customers to design custom workflows off of. I'd like to include a couple of default behavior activities in the base but when I add them to the base model and then try to design in the derived model I get the following expception thrown by the designer... Error 1 System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationException: Could not deserialize object. Serializer for type 'SequentialWorkflowBase' threw an exception during deserialization. Exception was thrown with error message 'Can not add activity in a Composite Activity which has built in children.'. ---> System.Inval ...Show All

  • SQL Server ErrorCode and ErrorColumn in Excel Destination

    I am exporting records with errors to Excel using the Excel Destination tool. The ErrorColumn is a numeric. How do I find out which column it is While it's fairly easy to add an ErrorDescription column on top of the ErrorCode, it's NOT so easy to add an ErrorColumnName on top of the ErrorColumn numeric ID value, because of all the ifs ands and buts that determine whether the column name is readily available or not. (For example, did the preceding component have synchronous or asynchronous outputs, and so forth.) You can run your error output through a Script Component and try looping through the columns in i ...Show All

  • Windows Forms Pass around object references or IDs?

    Say I have a TreeNode that represents a Customer object. It displays the customer's name, and when it's activated a form opens to edit that customer. In order for the form to know what customer to edit, the tree node has to keep some kind of reference to the customer object that it represents, and pass some information to the form to indicate the customer to edit. As I see it, there are two ways for the tree node to keep the reference to the customer: Store the actual customer obejct in the tree-node's tag Store the customer's ID in the tree-node tag. (The ID is an int, long, guid or whatever) And two ways for the customer-ed ...Show All

  • Visual Studio Team System Team Suite 2005 RC - Can't run unit tests when web project is in solution

    If I create a solution with only a class library, unit tests run as expected. If I add a web project to the solution in addition to the class library, unit tests will not run and I get an error message like this: "Operation is invalid for the current state of the object." Removing the web project from the solution doesn't immediately resolve the problem but by cleaning, rebuilding, and opening the solution from scratch unit tests will work again with only the class library. Any suggestions We have not experienced this problem since moving to the final VS2005 Team Suite. It appears to be corrected in the shi ...Show All

  • SQL Server Problems installing SQL Server 2005 SP 1

    SQL Server installation fails with the message: "A recently applied update, KB913090 failed to install" The last executed task was: Integration Service The last installation message was: Checking for lock files via Windows installer sqlrun_tolls.msp It's not immediately obvious what went wrong. Please post a description of your configuration and a link to your SQL Server install logs. Thanks, Paul ...Show All

  • Visual C++ Conversion problem

    I need help again! How do I convert a System::string to a native c++ string and vice versa. Thanks in advance! Hi Exore, I guess you could do it this way: //Dont forget #include <iostream> std::string  s =  "test";      String *ss = ""; //Converts from std::string to System::String ss = System::Convert::ToString(s.c_str()); //Converts from System::String to std::string //There is probably a more efficient way to do this but... private: std::string ConverToStdString( System::String *ss) {       std::string s ;   &n ...Show All

©2008 Software Development Network