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

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

FrankLin1981

Member List

StormChaser46678
Humayun Shabbir
Sean Sexton
suncream
Buckley
dbloke
StoneTao
enpointeprolifix
SQ
Bakersacres
Viper_zz
Krishnap
thedawn
MichaelY
Aaron--ScriptKitty
Thomas55
saderogba
Cookman
Steve_Hall
JasonPolycom
Only Title

FrankLin1981's Q&A profile

  • Windows Forms Input Validation on Windows Forms

    I am still having trouble getting this straight. I wonder if anyone can help. I have a straightforward Windows Forms application, displaying data in separate controls (not a Datagridview (yet)) bound to a database via a Dataset and BindingSource, all set up automatically in VS. I want to validate my user's input, so: 1. I want to do the validation as soon as the user enters data, while his attention is still on that field, AND I want to wr ...Show All

  • .NET Development Keypress event doesn't work on textbox if AutoComplete set on it.

    I have my program set up to monitor several textboxes so that if the enter key has been pressed it runs a subroutine. Private Sub TextBox_KeyPress( ByVal sender As System. Object , ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress, _     TextBox2.KeyPress, TextBox3.KeyPress, TextBox4.KeyPress, TextBox5.KeyPress         If (e.KeyChar = Convert.ToChar(13)) Then &nb ...Show All

  • Software Development for Windows Vista Can I have custom property at stateActivity level?

    When you add a state (for example stateActivity1) in state workflow, By default it has 3 properties- stateActivity1-> (name), Description and Enabled. Is there a way to create custom property (like _userRole) This will help me checking the accessibility of workflow state for a certain role. Thanks in advance. Superb!!! You guys are awesome!! Making our life easy.. ...Show All

  • Visual Studio Tools for Office Display the Content of the Uploaded file in the InfoPath Form.

    Dear Friends, I have some problem regarding InfoPath 2003. How can I display the Content of the Uploaded file in the Infopath Form. For Example ...if I upload the one Excel Sheet file (.xls)...After uploaded...The Form will display the Excel Sheet content on it (Obviously in the same Form). My Questions is it possible . Anyone can help me . Vasanth. Hi Vasanth, Unfortunately, there is no control in InfoPath to do this.  Keep in mi ...Show All

  • SQL Server Sharepoint Services 2 sp2 and SQL 2005 Express

    If I upgrade my sharepoint Database from MSDE that comes with sharepoint, to SQL 2005 Express, will I lose my no limit on the Database size Normally MSDE has limit of 2GB but I guess it doesn't when installed with Sharepoint services. So if I upgrade to 2005 express, will I then get a 4 GB limit on size Thanks for your help Hi, as far as I know there is no custom SPPS SQL Server Express Version, so you will be forced down to 4GB ...Show All

  • Visual Studio Team System WSS account creation in AD for TFS

    Hi, Would it be possible to deploy the SharePoint service portal site generated by TFS application tier to support account creation in AD like http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsc05.mspx In other word, can I invite developers to my project with TFS just like ISP prvoviding web site owner the ability to invite users not already have accounts in the domain for collaboration Can TFS utilize this ne ...Show All

  • Visual Basic Unexpected Airthmatic Overflow Occur.?

    If lst_ma.SelectedIndex = 0 Then                 Dim Wgt As Integer                 'Calculating Ma1                 For c1 = PD.Get_Index To 0 Step -1           &nb ...Show All

  • Visual Studio Express Editions vwd 2005 express beta 2 and final .net framework 2

    Hi First of, i am very pleased with the product vwd 2005 express beta 2, but after the final release of the .net framework 2, and some (unsuccessfull) experimenting, i have two questions which  i hope someone would answer. Is there a way to make the vwd 2005 express beta 2, work with the final release of the .net framework 2. Will the final release of vwd 2005 express have any further limitations, compared to  the vwd 2005 express ...Show All

  • Visual Studio Add my own Tab

    Is it possible to extend VS 2005 to allow me to add my own tab that is a container for something other than a vs.net document. For instance I would like to have a managed directx device render inside a tab. Thanks, Dan M I assume when you say tab, you mean something within VS where the documents are, not a tab inside of the toolbox, tools options dialog, or a tab linked window. If your file has da ...Show All

  • Visual Studio Express Editions Need Help

    hi, i know it might seems silly and even i don't expect answer but anyway since Dec 2005 i starting to learn programming with .net i have learned lots of stuff but every thing i try to learn will be like i open a door for hell, every thing even small controls have tons of properties and methods and lots of stuff you need to learn , i know its natural thing to happend when you start to learn new things, and i know i'll not be able to memorize ...Show All

  • Visual Studio Express Editions Cannot install Visual studio 2005

    Hi all, I don't understand why I cannot install Visual Studio 2005 while my friend could using the same copy of exe file. I keep on getting " Error. Writing to file: Microsoft.VSDesigner.dll. Verify that you have access to that directory. " I am not sure what could be the reason. Could it be low memory Please help. Thanks in advance. Have you made sure that you are using the latest Windows Installer, Do a quick chec ...Show All

  • Visual C# Reference Problem

    Assembly 'BoE.Meshes, Version=0.1.1000.10001, Culture=neutral, PublicKeyToken=null' uses 'Microsoft.DirectX.Direct3DX, Version=1.0.2907.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'Microsoft.DirectX.Direct3DX, Version=1.0.2906.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' Installed at the moment is DX SDK August 2005.. The Microsoft.DirectX.Direct3DX file is v 1.0.2907.0.. Remo ...Show All

  • Visual Studio Team System Excel as a data source for Web Test Databinding ?

    I am currently using Sql Server 2000 tables as a data source in my web tests. Is it possible to use an Excel spreadsheet as a datasource for databinding in a Web Test If yes how can I do it in VS2005 Team Suite June CTP If this cannot be done in the june CTP can it be done in the july CTP Or will it be avaialble in some future CTP or the RTM -Ahmed There should be no perf problems that will impact execution ...Show All

  • Visual Studio Team System Couldn't add user/group ...

    Couldn't add user/group 'Lastname, Fname (Company/Org)'. It may be in an incorrect domain. Thats the error if I try to add additional Namespace Administrators or to the TFS Everyone  group.  Any reason TFS won't accept commas, forward slashes, parenthesis or @ symbols Hi, I also get this problem. It happens when I try to add a doamin user ( same domain) that has / char in it's caption. The message is: ...Show All

  • .NET Development == Multiple simultaneous threads ==

    Hi, there, I am trying to send out multiple requests from a client to a server simultaneously (threads starting at the same time). The server will handle each request and send the request file back to the client. I wrote the following code to do this job. Can the following code do this job Thanks for your help.    private void btnSocketThread_Click( object sender, System.EventArgs e)   {     for ...Show All

©2008 Software Development Network

powered by phorum