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

Software Development Network >> Aaron Tan's Q&A profile

Aaron Tan

Member List

JJ Kane
otgoo
GregR
Skivan
Steve_W
Mai Akmal
bertrand
shummel
MxR
slyi
Janaka
OceanMASMJeff32
jluce
Ranjesh - MSFT
zinc
Jason098ma
Andy Larter
Clément
Mike Barry
rroot01
Only Title

Aaron Tan's Q&A profile

  • .NET Development Beta2 Framework2.0, why some attributes cannot be recognized by web.config?

    Hi I am working on the Beta2 framework 2.0 web application. I use system.web.security class and configure using Web Site Administration Tool. Here is my web.config: < xml version = " 1.0 " > < configuration xmlns = " http://schemas.microsoft.com/.NetConfiguration/v2.0 " > ................. ................. < membership defaultProvider = " MySqlProvider " hashAlgorithmType = " SHA1 " > < provider ...Show All

  • Visual Studio Team System The SCM in Team System?

    So, we are evaluating Team System to see if it suits our needs. One problem I have come across is that I cannot find a application for the SCM in Team System. Now, I realize that Team System is about "work flow" and "work items". But, what about these people: - Tech writers who want to check in some help pages into the source control at a certain place, so it gets deploy as a part of the automated build process - Graphics guy ...Show All

  • Visual Studio Express Editions Free books after signup to Express Edition

    Haven't recevied an email with the links to the free ebooks. I activated my express edition 9 days ago. Can anyone help! OK, this does not work.  I have activated the products (VWD and C# Express) once already.  Two weeks ago.  No e-mail. I tried the steps outlined above.  My products come up with a box that says "The Product has already been activated." No, the e-email DID NOT go to my NORTON spam folder and get delet ...Show All

  • Visual Basic Selecting datagridview cell

    I am totlly newbie in vb.net and want to find out how can i utilize the datagridview tool here. I wanted to know how can i pass the content of a ceratain cell in datagridview on a click event to a textbox...thanks in advance. You can refer to the columns by index or by name. Textbox1.Text = Me .DataGridView1.Rows(0).Cells(0).Value Textbox2.Text = Me .DataGridView1.Rows(0).Cells( "ColumnName&q ...Show All

  • Windows Forms Any Comprehensive C#/ADO.NET Samples out there?

    ASP.NET has quite a few complete application examples ( Dwuamish, Fitch & Mather, Spy Store ), but are there any that are C#/WindowsForms based   There are samples for certain features, but I'm looking for a complete app.  There seem to be& ...Show All

  • Windows Forms Developing a Keyboard component

    I've developed a little HTML keyboard for typing Greek in Unicode (<A href=http://dev.basictheology.com/greekkeyboard.aspx>http://dev.basictheology.com/greekkeyboard.aspx</a>) and I'd like convert this to a WindowForms app.  I don't really know where to start on drawing out th ...Show All

  • Software Development for Windows Vista How can a new activity class be derived from a parent class that has a mandatory property?

    I'm trying to use a new Workflow Activity Library project containing an activity class AChild that derives from class AParent which has a manadatory property. Because AParent has a manadatory property, my library project for class AChild won't compile (because AParent's validation rules complain that the mandatory property isn't set). What is the workaround/design pattern for creating activity libraries containing new activity classes ...Show All

  • Smart Device Development Minimum Possible Date

    Hi. I have run into a rather interesting problem while working with dates in my PDA application. Whenever I save a date with year less than 1930 (say 1929), its getting saved to SQL CE db. but when i retrieve it, it gets converted to 2029!!!!! is this a limitation of the datetimepicker control or is it the minimum date value SQL CE can hold [ like 1753 in SQL Server 2000 ] someone plz comment on this, or else i need to sit n think of so ...Show All

  • SQL Server SQLServer2005_SSMSEE.msi & SqlServer2K5_BOL.msi

    After I installed SqlServer2K5_BOL.msi, Microsoft SQL Server Management Studio Express CTP does not launch any more. How can I use both SSMSEE and BOL I would be very skeptical when downloading either of those files. MS download servers currently have a fairly serious (in my opinion) problem with syncronizing their mirroring. It seems to lead to some mirrors providing outdated files - it's meant to be trans ...Show All

  • Visual Studio 2008 (Pre-release) how to support datetime datamember or I am on a wrong way?

    First I define a datacontract:   [DataContract]   public class Order {     private DateTime mTime;     [DataMember]     public DateTime ServerTime{        get  { return this.mTime;}        set  { this.mTime = value;}     }    } Then in a service I use it like this: ...Show All

  • Visual Basic retrieving a number from a database to update

    Hi! I hope someone can help me. I am a student learning VB 6 and am working on a project for class. We have created many forms for a company that sells cards. The problem I am having is that I have created the .mbp file from visual basic and can't update it from Access. I need a unique number for the invoice number, each time the form is pulled up. I thought if I started with a number in the first record, I could call the number up and add on ...Show All

  • SQL Server sql server management studio nov ctp

    I have vs2005 prof. installed along with sql express RTM I installed management studio nov ctp when I try to launch it, nothing happens any Ideas Thanks   lee d wrote: deleting the key worked for me too<br /><br />Thanks Is the SQL Server Books Online working without these keys :) ...Show All

  • Software Development for Windows Vista How to create a workflow programmatically?

    Are there any samples that would show how to create and/or modify a workflow programmatically, i.e. from a program, not from VS.NET IDE or a hosted designer  For example, the program would create a new workflow, add a couple of activities to it, and save the serialized workflow definition (in a file or database). I can find examples explaining how to modify a workflow instance at run time, but I need to create  ...Show All

  • Windows Forms DataGridView Survey

    Hello WinForms users, My team, which owns Windows Forms, would like to gather some information about the new DataGridView control that shipped in the .NET Framework 2.0. At the high level, we would like to figure out: - which features of the grid you are using - which features you wish were available - what works well, what does not - what’s the typical size of your grid Any feed ...Show All

  • SQL Server Replication Foreing Key Problem

    Hi, I want to replicate in the same Server 2 tables, first I test with the same data datbases in other Server but 1 table and all is ok , when I try to do the same in the production server occurs an error, Distibution Agent Error Details show me this: Could not drop object 'SER_CURRENCY' because it is referenced by a FOREIGN KEY constraint. Like I said first I run a test, in this test I check IDENTITY: YES (Not for replication), ENFORCE RELAT ...Show All

©2008 Software Development Network

powered by phorum