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

Software Development Network >> Ryan S.'s Q&A profile

Ryan S.

Member List

AnaXyd
NeoSchu
Susan2
d72e4d
Nadir_Hamburg
SCaRa56195
Dean Hawthorne
rahul_sabharwal
vbgeek3
BergSt
Ilyas Kazi
no1cyf
polejnik
D_J_
Aquilo
Paurav Chudasama
WJ
Gurgen Chlingarian
MatTavis
nib
Only Title

Ryan S.'s Q&A profile

  • SQL Server ReportWizard.vsz

    Is there a way to modify the reportwizard.vsz file to use a specific report.rdl file instead of the report.rdl file found in C:\Program Files\Microsoft SQL Server\80\Tools\Report Designer\ProjectItems\ReportProject Basically I want to add multiple wizards and point each of them to a different report.rdl file. Any help is appreciated. Thanks --devin Sorry, this is not possible. The path to Report.rdl is hardcoded into the wizard. -Albert ...Show All

  • .NET Development How to Define sealed class using CodeDOM?

    Hai .....,          I 'm using VS.NET 2005 Beta 2. How can I generate a sealed class using CodeDOM. I tried the following method, but its not generating the sealed class; CodeTypeDeclaration theClass = new CodeTypeDeclaration (table.Name); theClass .IsClass = true ; theClass .Attributes = MemberAttributes . Public | MemberAttributes . Final ;   Then be sure to add in the public flag as well: theClass.TypeAttributes = TypeAttributes.Sealed | MemberAttributes.Public; David ...Show All

  • Visual Studio Team System ASP.NET unit tests and the Page Lifecycle

    I am writing unit tests for some ASP.NET webcontrols and have hit a brickwall. Some of these controls depend on the page lifecycle.  For instance, one of the methods on a control works only on Prerender or after Page load. I tried the private object's invoke method like below, after adding my control to the page, and before calling the specific method of the control:                     PrivateObject po = new PrivateObject(page);                   &n ...Show All

  • Visual C# How to direct Drawing to a contained object (panel)?

    Hi There, I would like to draw a line within a panel on my form. Using the OnPaint event, I have been able to draw on the form object itself. Is it possible (syntatically) to direct the system to draw inside a specific control from the form's OnPaint event, or do I have to create another OnPaint event for that particular control. Thanks, Karl panel.Paint += new PaintEventHandler(myPanelPaint); void myPanelPaint(object sender, PaintEventArgs e) { } The code within myPanelPaint() will get run when that panel has been invalidated. OR, you could roll your own custom panel class MyCustomPanel ...Show All

  • SQL Server SQl Server Management Studio Express problem

    I installed the softwaren and connected without problem to my SQL 2000 server. When I click on the SQL Server log and try to read it, nothing is displayed. Any ideas I can read the other database objects and security parameters without problems. Also, do I need the full version to manage backups, jobs, etc. Hi, which log did you open What do you mean by "fulll version", as you didn’t tell us what version you are having right now,, thats a bit hard to answer. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Microsoft ISV Community Center Forums Provider cannot be found its not correctly installed

    Hi, I developed one application using VB6.0, datbase as SqlServer and Operating System is Windowsxp.that application i made as exe.when i was executing the application its properly running in those operating systems windows95/97/2000. But when iam executing another windowsxp system means iam getting the error like this. Error :3706 Provider not found its not installed properly can anybody help to slove this Hi, Is the OS 64 bit Also which provider are you using Can you give the connection string Regards, Mahesh B. ...Show All

  • .NET Development Question on Asp:Repeater

    Hi, I have an product catalog page for online shopping. This is the sample of the DataSet ID   Name         ThumbnailImage         BigImage 1   Product A      productA.jpg               productA_big.jpg 2   Product B      productB.jpg               <NULL> 3   Product C & ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Rotate the form

    Is there any way to rotate the form around its axle , like the watch hand Thanks for help Can you explain in more detail   Are you looking to take a Windows Forms and rotate the form like an animation   Or are you attempting to take a portion or all of a full screen application and rotate it using DirectX calls   Rotating a form itself seems very strange ... that would be like taking minesweeper and rotating it.  Rotating a part of the screen can be done through various DirectX routines (see Microsoft's DirectX documentation for more info:  http://msdn.microsoft.com/library/def ...Show All

  • Visual Studio Linking files from another database

    Does anyone know if it is possible, and if so how does one link files from another database. Thanks, John ...Show All

  • Windows Forms Bindable MaskedTextBox DataGridView Column

    Does anyone have code/usage for a bindable masked datagrid column (preferably visually designable) I have phone numbers stored as char(10)s and I'd like to show and edit them as formatted cells in a bound datagid. Sorry if this is asked a lot, the forums search option refuses to work for me. It seems common enough... odd that it's not a default option. VStudio 2005 beta 2 Thanks in advance, Luke Or if you havent installed those just go to: http://www.windowsforms.net/default.aspx tabindex=4&tabid=49 and download the datagrid examples. ...Show All

  • Windows Forms Empty in datetimepicker, when user click pick current date.

    I know how to set the datetimepicker empty when a form just opened by doing this.       dtp.Format = DateTimePickerFormat.Custom       dtp.CustomFormat = " " Then I want to set the DTPto have current date when user click on the DTP. I set this at the click event.   Private Sub dtp_click(ByVal sender As Object, ByVal e As& ...Show All

  • Visual Studio Custom visualizer is being disconnected

    I have build a visualizer for displaying the type MatrixDouble, which exactly as it sounds, is a matrix of doubles. The visualizer is constructed exactly as the VS template creates it, and fires up a dialog which the shows the values of the matrix. This all works fine but when leaving it open while hovering other windows on top of it it evantually crashes with the following error message: Unhandled exception has occurred in a component in your application... Object '*aLotofMixedLetters*.rem'has been disconnected or does not exist at the server. Can anyone explain why and direct me to a solution ...Show All

  • SQL Server replmerg.exe

    Hello All, I am having problems with my merge replication job. I have recently upgraded sql server on of my test server from 2000 to 2005. Ever since I couldn't get this job to run. I keep getting the following error. ------------------------------------------------------------------------------------------- Date        11/30/2005 2:57:00 PM Log        Job History (TEST_Merge_Sync) Step ID        6 Server        TEST Job Name        TEST_Merge_Sync Step Name      &n ...Show All

  • Windows Forms Terrarium 1.2 Server -> Peercount fix

    I think I've got a fix for the peercount-defect in Terrarium 1.2 server, which is currently always showing 0 (zero): Open /program files/Terrarium 1.2 Server/WebSite/controls/ServerStatus.ascx, and find the line: peerCount = peerService.GetNumPeers( "2.0.50418", "Ecosystem" ); ...now change the number "2.0.50418" to "1.2.0" (the current Terrarium version) and save the ascx fil ...Show All

  • Visual Studio Tools for Office Visio drawing control <short question, long response>

    i'm stuck. there is the ultramarvelous masked visio drawing control. perhaps i installed the sdk for visio and look the tutorial documents, the msdn technical articles and etc... i can't realize if i can or not to embed the control in a web application and change the document that belongs to the control. or i'm doomed because just can be changen whit script languaje and just the properties that the control expose, the other way is to create an addin a com component to visio application.is there a way i can get an instance of the visio document(i'm not talking about the src vsd file) to edit from web application ...Show All

©2008 Software Development Network