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

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

N3vik

Member List

Sherif Allam
William Nordgren
Robert Hoath
threna
clintonpatrick
TomBilly4554
David Funez
CosmicFred
jhepple
Shalabh Gupta
mdthomann
Gleesha
ASPdeveloper
Khamal
Anthony Coelho
jra2002
Carlos Magalhaes
tom jonson
chrisj
Echo10
Only Title

N3vik's Q&A profile

  • Visual Studio Team System DateTimeControl

    hello, i added a new field in my work item type, it represent a calendar in format mm/dd/yyyy how can i change it to dd/mm/yyyy Thanks Both the TF client and server were designed to be locale-independent so that users could set dates/times/numbers in their preferred format (based on the OS Regional Settings) on the client. Regardless of the client settings, dates/times will be stored in a consistent way o ...Show All

  • .NET Development Opening .ADP in MS SQL Server

    Hi, does anyone know how to open a .ADP (Access Project) database in MS SQL Server Perhaps it will then need to be converted to .mdf. Thank you. I located the .mdf file. However, I am having difficulty establishing this server connection in MS Visual Studio 2005. The tables are just not showing up in the final database view. Do you know what properties/settings I should be choosing when establishing the con ...Show All

  • SQL Server ReportExecutionServer namespace????

    I'm trying to work through this code example: http://msdn2.microsoft.com/en-us/library/microsoft.reporting.webforms.ireportservercredentials.aspx There is no mention of the namespace or assembly for the 'ReportExecutionServer' web service. Anyone know where this lives, or any other info how I can get this working in the above example code Thanks. The ReportExecutionService is a web service so an assembly doesn ...Show All

  • Visual Studio Team System Team Foundation Server December 2005 CTP Errors

    Hi I'm trying to install the TFS Dec2005 CTP (both tiers on the same machine) and I receive the same error every time.. the problem is that i think it might be an error from the scripts included in the setup program. I have tried all the things that i've found on the forums. The configuration: Windows Server 2003 SP1, Active Domain, IIS 6, WSS 2.0, SQL2005 Enterprise, all required ports available, all the required users with ele ...Show All

  • Windows Forms Datagrid question

    I posted this in the Datagrid Forum but it seems like more people use this one.  So I thought I would post it here: I have a stored procedure that populates a datagrid with 3 columns. I am trying to figure out the code to label&n ...Show All

  • .NET Development MSXML and .NET XML implementation

    I have always wondering if the .NET XML functions are a wrapper around the MSXML components. I do not have time to verify this, so can someone tell me the truth Thanks. The classes in the System.Xml namespace are a seperate implementation written in c# and are not wrappers around MSXML components. Thanks, Priya ...Show All

  • Visual Basic Pass any command line Argument?

    Hello sir, How, can i pass any command line arguments (Through Run Command) pass when my VB application execute and that's values are receive when form activate. Kindly Help me Thanks. To pass command line arguments to another app, you should look into the Process class, which does pretty much anything there is to do with Windows processes. Simple example: Dim p As New Process p.StartInfo.FileName = "C:\WINDOWS\NOTEPAD.EXE" ...Show All

  • Visual C# simple editor using webBrowser control

    Hi, I am working on an editor using the htmldocument in the webbrowser control. This is my code for testing out its capability: private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { htmldoc = webBrowser1.Document; htmldoc.ExecCommand("EditMode", true, null); } private void webBrowser1_PreviewKeyDown(object sender, PreviewKeyDownEventArgs e) { // proces ...Show All

  • Visual Studio ReportViewer Help

    I have a webform solution that displays a reportviewer.  I am trying to have it display a report in another solution.  My code is as follows: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public par ...Show All

  • Visual Studio Release Build

    I have just upgraded to VS 2005 Express Beta2 and I can't fine where the release build option is. And help points me to the wrong place. So where can I change my build option from debug to release Lukasz, Yes please do let the proper team know as i woul dlike those features (tha ti can customize the toolbar anyway i want  , even for VB). I tried to find them too using customize and when you selected VB prof ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Which C/C++ IDE does Bungie [major studios] use?

    Hi, Most importand and the most basic question I'll ever ask! :] I just spent 7 months studying DX for C# only to browse 20 major studios last night and find *to the man* they want C/C++ DX programmers. I'm trying to avoid a repeat. What IDE does a Bungie developer code in Or a Valve programmer If a hardcore game developer is using C++ these days, what IDE is he/she most likely programming in My most basic fear is that if I start learni ...Show All

  • Visual Basic Best way to plot points along a curve (oh yeah, AND to draw the curve)

    Hello again people. I am writing an application that requires a function to draw a curve that is plotted between two points where the user can specify the amount of curvature of the line between the two points. (If that makes sense). Once this has been processed, I need to be able to break down that curve into an infinite number of points and find the perpendicular normal angle of each of those points. I know, I know, it's enough to mak ...Show All

  • Visual Studio VS 2005 Final - Installation problems - LoadSetupObjectGuid() : vs_setup.dll

    Hi, Can't install VS2005, released version on my WinXP Prof (Swedish), laptop. Started with a clean ghosted mashine yesterday with no beta or any other old stuff. Installad XP_SP2, WindowsInstaller 3.1. Run the installation (VS/setup.exe), 65 files are copied to the temp folder, the installation wizard starts and "Setup is loading installation components" and the progress bar stops after approx 40% I check the temp folder and in the dd_vserror80 ...Show All

  • Visual Studio Refreshing PLKs

    Hi, We recently obtained a set of PLKs, but need to refresh the information due to some changes (need to switch from VS 2005 to VS 2002 as minimum level) and obtain a new set.  How would we go about achieving that Thanks for the question. You can obtain a new PLK at the following location: http://affiliate.vsipmembers.com/affiliate/myProducts.aspx (Note: for users of our old website www.vsipdev.com , you'l ...Show All

  • Visual Basic How do you read a web page in VB express?

    I would like to use VBExpress to read a webpage online in html. Anyone has any idea what code to use to Open a web page online I intend to get links from the HTML code and have them placed on a buttons for easy selection (for hyper jumping). Thanks. Maybe the code is not there because it is not a VB Sample. I think that you will find useful the help topic "WebBrowser Class" http://msdn2.micros ...Show All

©2008 Software Development Network

powered by phorum