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

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

Sorean

Member List

ArchanaG
JCS
Mike Martos
sroche
Jahanzeb
mmuncut
Hallis
vanphuoc
luoluo
nij4t2
moteris
vort3x
Chris Ward
Kevin P
Alan Stevens
kanato
CleverCoder
jcwc888
Pgn
Werdna1
Only Title

Sorean's Q&A profile

  • Windows Forms Format phone number

    Hello, I have a text field where the user types in a telephone number. When the user is done typing the number and the text field loses its focus I need to take whatever the user typed and format it to a standard format. i.e. ###-###-#### If a user types 1234567890  I need it to change to 123-456-7890.  Any ideas on how to do this or examples Thanks! The user will enter in different formats of a phone number. Two ways to ...Show All

  • Visual Studio 2008 (Pre-release) Uninstalling LINQ Preview from VS Beta 2

    I made the mistake of uninstalling the LINQ Preview from Add/Remove Programs before running that "Uninstall Visual Studio IDE Support" file, so VS still gives me warnings whenever I start it. I read another post suggesting to download the preview again and install it to get those files.. but MS has taken down the download for LINQ Preview that works with Beta 2. Now they only have one for the RTM release (whatever that is). I can install that o ...Show All

  • Windows Forms How do I skip a column using tab key in a datagridview

    I have a entry system. If a user enter a itemcode in column1, then the description for that item is displayed in column2. So my next entry is in column3, but I have to press tab twice to get to column3, from column1. How can I move directly to column3 using the tab key Hi, Desperate, You can set the column for “read only” to keep people from typing into it (do this from the “columns” property on the datagridvie ...Show All

  • Visual C# Build problems?

    I have a problem with the Visual C# Express Edition Beta. Sometimes when I try to build or debug (which requires building) my project, I get the following error: Error    2    Could not write to output file 'G:\MyProject\obj\Debug\MyProject.exe' -- 'The process cannot access the file because it is being used by another process. '     Using WhoLockMe says that Visual C# is the process that's using ...Show All

  • Visual Studio Express Editions Converting string to integer / Timer issues

    Hi there! I'm currently experiencing difficulty in making a progressBar work and at the same time, having difficulty converting a string to integer in Visual c# and wondered if anyone could help Basically, I have a textbox, the text in the textbox is like 00:09 (its a time reference, so it says that the current file is 9 seconds long). I am trying to create a progressBar that will change when the file plays, so when the file is playing ...Show All

  • Visual Studio Express Editions Saving My.Settings variables

    This is a two part question. My weather program stores a partner ID and license key for the user in My.Settings, as well as a string collection for their favorite zip codes. The app is set up to check my website for updates to the program and install from there. When you install a newer version of the program when it prompts you to, it makes you lose your My.Settings variables. I'd really like to not have to write these to a text file somewhere ...Show All

  • SQL Server dynamic sql query syntax

    Hi friends I need ur help with syntax of following dynamic sql.actually it is simple version of what am doing but i know for sure this line actually causing the error. DECLARE @p_taskentrydtfilter nvarchar(50),@taskentrydttag nvarchar(100) declare @p_taskentrydt DATETIME set @p_taskentrydtfilter= '>=' set @p_taskentrydt = '20050609' select @taskentrydttag=case when (@p_taskentrydt='' OR @p_taskentrydt is null) then '' else ' and task.entrydt ...Show All

  • SQL Server mssql dektop engine

    just installed windows server update services on a 2k3 system. I am using mssql dekstop edition as the database. trend micro office scan also uses mysql. When I try to approve an update it sometimes just times out. When it does work it takes for ever. The CPU usage shoots through the roof. about %99 by the sqlservr process. It also take 190,000 k of RAM. Is this normal and how can I fix it I think its a problem with the mysql but i don' ...Show All

  • Visual Studio Team System Custom Rule McCabe's Cyclomatic complexity.

    Cyclomatic complexity considered a broad measure of soundness and confidence for a program. Thomas McCabe introduced in 1976, it measures the number of linearly-independent paths through a program module. Unfortunately FxCop does not have any built-in rule for identifying Cyclomatic complexity. If anybody had already implemented any custom rule, let us share it in this forum. I am working on my version. But I am facing some probl ...Show All

  • Windows Forms Data binding the text field of a TreeNode used in a tree view

    I have a treeview that I populate using TreeNodes that are created at run time, and programmatically I set the Text field of the TreeNode on the fly.  But the user can edit each tree node in the tree (i.e. the object associated with i ...Show All

  • Visual Basic Weird Change in Form's Height

    Hello ... I've a Project where all my forms are set to 1024*768 (FormBorderStyle= 0-None) when i run the program I see that it doesn't cover all the screen when i check the height i see that it's 753 even when i end the Program and get back to the visual basic i findout that it had been resetted to 753 ! Now I've searched the Web if there is a Limit to the height when using 1024 as an example ... but i didn't find any clue I can fix this by set ...Show All

  • .NET Development cannot create new project

    hi.. i installed vs-2005 after installed i cannot create new project error is " exception type system exception was thrown " how can i solve this problem please.... one more --> how can i open crystal reports from client side please balaji.k ...Show All

  • Visual Studio Team System Support for Win2000 AD except NT4 mixed-mode

    VSTS is supposed to support Windows 2000 ADs by the time it RTMs.  I had heard from someone though that VSTS will not support Win2K ADs in NT4 mixed-mode.  I'm not a sysadmin and I'm not sure about the terminology.  However, I would like to confirm if this is true and if so, how would I go about finding out if our corporate AD is in NT4 mixed-mode Then again, if the MMC snap-in&nbs ...Show All

  • .NET Development To get foldername from a folderPath

    Hi, Is there any method or properties in C# by which I can get folder Name from a folder path... Hi, You can use "String" methods to detect the directory name too : Dim FolderPath As String = "C:\mmm\" If FolderPath.LastIndexOf( "\" ) = FolderPath.Length - 1 Then FolderPath = FolderPath.Substring( 0 , FolderPath.Length - 1 ) MessageBox.Show( "The directory name is : " & FolderPath.Substring(FolderPath.LastInd ...Show All

  • Visual Studio IE7 BETA 2 TABBED BROWSING DOESN'T WORKS

    Hi! I recently downloaded from MS site IE7 Beta 2, and was shocked to see that I haven't got TABBED BROWSING (no tab after the address window). I've tried everything, but nothing works (of course, the Tools, etc Tabbed browsing is ON) Any suggestion Thank you from Luxembourg! Hello, You might try one the IE folks for this, try one of the following: 1. http://www.microsoft.com/windows/ie/support/newsgroups/default.mspx 2 ...Show All

©2008 Software Development Network

powered by phorum