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

Software Development Network >> Cedar Cith's Q&A profile

Cedar Cith

Member List

bikebogota.com
swart
Cyke
Wil Burton
TimRaml
nuisance
Nirav100
Craig Harrison
Stark77
NatalieE
sharc
milTash
soniaarora
John Rice
DragonVic
LTD
Stephan123
Delphi Skyline
Kevin Remde
DavidDawkins
Only Title

Cedar Cith's Q&A profile

  • .NET Development Singleton in baseclass?

    Hello, i have a baseclass that provides an interface for all other classes - now i want to implement a singleton property in this baseclass. I don't want code in the child classes, that set this singleton. Is it possible to set the singleton over a reflection call or something here's some example code to show my problem/question: public class BaseClass : IExample {   private static IExample _singleton;   public static IExample Singleton  {   get   {     if ( _singleton == null )    {     /* Code missing... */    }   & ...Show All

  • SQL Server Install Client Management Tool in WinXP Professional with SQL2005 CTP

    SQL server 2005 was installed successfully with SQL2005 CTP CD(Enterprise edition).  However, I tried to install Client Management Tool in my WinXP Professional desktop, it stated that incompatibility of OS.  Does it mean that I can only install client management tool in WinXP profession with CTP for other editions except enterprise one   Thanks in advance. ...Show All

  • Visual Basic Text not displayed during Edit and Continue

    Has anyone else noticed that when you are in Edit and continue, the typed text or deleted text do not show until either you move off the line or stop the debug process. It happens most of the time. I did not notice this happening in the Beta. It does it in both express and Prof. The computer is a complete reinstall and format c, so there are no traces of the beta stuff here. It does it on two different computers with two different display drivers. Hi, Larry, No, that’s quite surprising to hear – I haven’t heard of anyone else running into that. Typing into the editor window during debugging should be an iden ...Show All

  • SQL Server How to Store System Variables in DB?

    Hi, I want to store the System::StartTime in my Integration Table Log. Please guide how can I use this in my Execute SQL Task Block. I write this SQL Statement: INSERT INTO CMN_tblIntegration VALUES ('HRM_tblParty', ) Which the is for the parameter. I go to parameter mapping tab and map the System::SatrTime to parameter0, but the package fails to run. I also changed the to @IntDate and also changed the parameter name but the error was the same. Please help how to write this System Variable value in to that table. Regards, Samy In this situation I recommend using expressions rather than parameter ...Show All

  • SQL Server How To Execute an Oracle Stored Procedure from DTS

    In SQL Server 2000 DTS How do I call and oracle stored procedure I've tried using the Execute SQL task with the Exec <my procedure name> ; and it errors. I've been searching for the answer on how to execute Oracle Stored procedures from DTS without any luck. The stored procedure creates the table and data that I want to pump into SQL Server. Any help would be greatly appreciated. Thanks! That's right. I've tested that syntax with a simple code in the stored procedure and the DTS worked successifully. When I tried a more "complex" code like "insert into &l ...Show All

  • Visual Basic Dragging the form without using the title bar

    I have a problem on my splash screen, i set the borderstyle to none. How can I drag the form without having the title bar. I am using Visual Basic Express Thanks. Forgetting the eccentricity of the toolstrip for a minute, I think you are saying that we set a timer when the mouse enters the form area, at each timer event check the mouse to see it is still over the form, and if it is and the left mouse button is still depressed, then do what Do the SendMessage( Handle, WM_NCLBUTTONDOWN, HTCAPTION, 0) or did you have something else in mind Also, I notice using ReleaseCapture and SendMessage ...Show All

  • Visual Studio Team System Release of Team Foundation Server?

    Not sure if I missed this somewhere, but did they announce the release date for Team Foundation Server Hey Brian, I definitely understand (I'm in the business too), and believe me, rather have stable than earlier. But this is shaping up to be a fantastic product, so don't mind me if I get a little anxious :). Joe ...Show All

  • .NET Development HTTP 405 method not allowed

    Hi all, I want to upload an image from mobile to my PC. I'm using the HTTP(POST) method for doing that. all the time I get "405 Method not allowed" error in the mobile. Is the IIS support this way or I have to do that otherwise. With downloading image to the mobile I did it, but uploading the is a problem Have to make certain configurations to the IIS. Is ther other ways to do tha. An important thing to say that the mobile is working with j2me platform so the HTTP posting I impemented in java. Any ideas, best regards... You're probably going to need to figure out what's actually g ...Show All

  • SQL Server Creating a row guid in SQL Express

    I am an asp developer who is finally serious about learning .net. I have downloaded SQL Express and am working through the ADO Step by Step book. I can easily create a table and set all the columns. What I cannot do is create a row guid. The option for this is grayed out in the column properties window and when I try to set a field in the "Row Guid Column" in the right side properties window I get an error mesage stating the field must match an entry in the list. I have set the id field to primary key and no nulls and to identity and I still cannot set as row guid. I even downloaded Northwind and these tables also do not have a ...Show All

  • Visual Studio Team System Beta 3 Supported OS List

    Per the Team Foundation Installation Guide ( http://www.microsoft.com/downloads/details.aspx FamilyId=E54BF6FF-026B-43A4-ADE4-A690388F310E&displaylang=en ), Windows XP is a supported installation platform.  However, when trying to install Beta 3 on Windows XP Pro the installation reports that the prerequisite of Windows Server 2003 has not been met.  Is this a misprint in the install guide or just not supported in Beta 3 Thanks for any insight you can provide. Ahhh...okay.... Sorry... The server piece requires Windows 2003.  The client can  be Window 2000, XP or 2003. Sorry for the confusion, but if you want to ...Show All

  • Windows Forms screen.width

    how do you get the screen width and height into a form  ha ! I had found SystemInformation.PrimaryMonitorSize .... and with yours you get also top left x y thank you ...Show All

  • Windows Forms ToolstripRenderer in whidbey colors

    Hi, anyone knows how to get the look and feel of the toolstrip, like in Visual Studio 2005 whidbey - i’m talking toolstriprenderer and colortable code, for Visual Basic... Check out the following post by Jessica on the Windows Forms team, in which she provides a sample that mimics the Visual Studio 2005 colors: Going from Blue to Tan ...Show All

  • Visual Basic C# or VB ?

    other than familiar syntax is there any reason to use VB instead of C# is the difference only syntax Hi Ever since .NET arrived this question has stirred emotions between those developing in VB and those developing in C# (needlsessly so in my opinion). You often find the usual ramblings that C# is better than VB which I guess stems from when VB classic was an interpreted language against C++ which was a compiled language. Prior to the release of VS 2005 there were things that you could do in C# that you couldn't do in VB such as operator overloading, XML comments (although this can be achieved using third party ...Show All

  • SQL Server SQL Server Reporting Services & VB.net Express

    Hey, Is SQL Server Reporting Services still limited to a local SQL server or can it also be connected to a remote SQL 2000 server Cheers yep thats cool I have reporting services on my SQL server 2000 and i just wanted to know if vb.net express hs the ability to connect to it. Cheers ...Show All

  • Visual Basic Error: ResolveComReference task failed, References could not be loaded

    Hi, I recently upgraded my program from VB 6 to VB 2005 Beta 2. After the upgrade completed There was 1 Error and a bunch of warnings. The error was basically this: >Error 75 The "ResolveComReference" task failed unexpectedly. >System.ArgumentException: Invalid Primitive Type: ADODB.ExecuteOptionEnum. >Consider using CodeObjectCreateExpression. I also get a bunch of warnings like these two: >Warning 2 The element 'PropertyGroup' in namespace >'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element >'CustomBeforeMicrosoftCommonTargets' in namespace >'http://schemas.microsoft. ...Show All

©2008 Software Development Network