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

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

eugene7_11

Member List

hkraljevic
vb.net beginner
ZHA
Dr. NO
Karsten Burger
Chris Gillotti
sandeepy
Chamitha
skycro
curwiler
Bruno Braga
parlance
Foolios
assassin316
Andrew Stopford
jwize
Yasin HINISLIO?LU
marketingmaniac
rvsrinu
TechNoFear
Only Title

eugene7_11's Q&A profile

  • .NET Development Custom PersonalizationProvider Help (was: Custom MembershipProvider Help)

    I'm having a heap of trouble implementing a custom MembershipProvider. Here are the details: I am creating a site that uses WebParts functionality, which, in turn, requires Membership functionality. Currently, I do not have SQL Server (in any incarnation) installed on the machine (in fact, it's a virtual PC running WinXP with SP2, and VS 2005 Beta 2, only), which, in its default configuration, Membership requires. So, I thought that I'd write a ...Show All

  • Windows Forms Operating on imported controls from another Form

    hi, i'm new to visual studio .NET (i'm coding in C# 2005 express) I've one MAIN form, with a menu and a panel In this "mainForm.panel", i import the controls present of a different form at run-time. AnotherForm anotherForm = new AnotherForm (); this .panel.Controls.Clear(); anotherForm.Controls.CopyTo(arrayControlli, 0); this .panel.Controls.AddRange(arrayControlli); how can I refer to that controls at d ...Show All

  • SQL Server Create project in MS Access 2000

    Hallo I am getting the “overflow” message (MS SQL Server Database Wizard) on attempt of creating a project in MS Access using SQL Server 2005 Express Edition. I am actually able to open an existing DB. I was wandering why is this happening and what can I do to create such a project Thank you Thank you, for your answer. I do not really need the visual tool with MS ...Show All

  • Visual Studio Express Editions Problem in installing VWD Express 2005

    Hai, I have downloaded image file for  VWD Express 2005. I have followed the procedure for manual installation and used ISOBuster 1.8. Windows Installer and .NET 2.0 are installed properly. But while installing  Visual Web Developer it is displaying a message as follows: --- Error 1335 : The cabinet file VNSSetu1.cab required for this installation is corrupt and cannot be used.  ... ---- I tried to find that file but tha ...Show All

  • SQL Server Problem activating a server on home PC

    Hi I am new to SQL / SQL Server and have downloaded SQL Server 2005 Express. I also appear to have an existing SQL Server program on my PC which includes Query Analyzer. I wish to use Query Analyzer. Is this compatible with SQL Express When I try to open Query Analyzer using Windows Authentication I get the error msg: 'Unable to connect to server HOME-DHGV3DIC8N: Server: msg 17, level 16, state 1 [Microsoft] [ODBC SQL Server Dr ...Show All

  • Windows Forms control isnt displaying data

    Just a quick question. I am working on a windows forms application that manages ads on a web site. I am working in Visual C# 2005 Express. If I am binding to a database that is on a network/the internet, and there is latency, will the app wait for the data before trying to display it, or will i just get a blank control I have a control that is blank (sometimes) the first time the form that contains it is loaded, but it works e ...Show All

  • Visual Studio Express Editions Putting a string variable into a "pre"set text

    Hello, Is there a way that the use would input a word such as Microsoft and that input "Microsoft" would show up as like this: http://www.google.com/search hl=en&q= Microsoft onto a text box more examples: Macromedia: http://www.google.com/search hl=en&q=Macromedia Sony http://www.google.com/search hl=en&q=Sony Dell http://www.google.com/search hl=en&q=Dell define: Serene http://www.google.com/search hl=en&lr=&q=define%3 ...Show All

  • Visual Studio Tools for Office way to pass user input values (from an aspx page) into vsto

    I have developed an Excel project in VSTO 2003. I want to pass paremeters to it from aspx page. How can I do this. Regards Sandeep ...Show All

  • Visual C# RTM Web refactoring... Serious problems!!

    I am amazed that the refactoring support in VS2005 is in this state. It is utterly useless. How can they claim to have Refactoring support for web projects I have a Solution that contains one web project and two library projects. It is NOT a complicated solution (~150 .cs files and maybe 100 .aspx and .ascx skin files). And when I try to use ANY of the refactoring tools that have been provided in Visual Studio 2005, it takes an eternity (over ...Show All

  • Visual Studio Express Editions Multiple installations?

    Can I have the WebDeveloper edition AND C# Edition installed on the same computer Sure, you can, as long as you use final versions and you have removed all previous betas ...Show All

  • .NET Development [c#] Problem to get my connection string from settings

    Hello, I try to connect to retrieve my database connection string with the following code : using System; using System.Configuration; namespace Lafon.Easy.Data.ProfilFonctionnel {     public class ProfilPersistor {         private string _connString;         public ProfilPersistor() {          ...Show All

  • Audio and Video Development remoting WMP in C# - display video?

    I'm remoting WMP in an application and I want a way to capture video stream of a playing video to output into a directx or openGL texture If not then just a way to output the region of the video screen into a window. Thanks! Nadir How about hosting the WMP ActiveX control This lets you provide the window you want the output to go to. Here's a C++ example of how to do this. http://msdn.microsoft.com/library/default.asp url=/library/en-us/w ...Show All

  • Visual Basic Copy Local

    I noticed that one can copy referenced dlls to the output directory of one's project. If one were to do this then pack those dll files and distribute them with one's program, could one's target user use the program without having the .net framework installed No, the .NET Framework needs to be installed for .NET developed applications to run. Absolutely no way around this - period..... ...Show All

  • Visual Studio Team System How to Export Team Project

    Who kown how to copy a team project for one TFS server to another I want to copy all the codes, documents, configurations, source control history, work items, changeset, reports and other content of this team project. I know it is not possible to copy the user and access control list entirely. So I just need these files and history data. It’s nonsense to me that just copying code without any history report, any diagram on WSS. ...Show All

  • Visual C++ Generic and Non-Generic Class of Same Name in Same Namespace

    I've noticed that in C# 2.0, it's legal to create two classes of the same name, one of which is generic and the other not, in the same namespace, like this: namespace A {     public class MyClass     {         public int ReturnZero() { return 0; }     }     public class MyClass<TData>     {        ...Show All

©2008 Software Development Network

powered by phorum