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

Software Development Network >> Paul Singh's Q&A profile

Paul Singh

Member List

Stefan_N
saleem145
Hacman
d72e4d
maxascent
amila_
kanato
Vivek M
mabadica
Pazu
CurtisDeHaven
Thomas Wolfram MVP
rexrageous
BabuMan
karthi
bhaber
Vatroslav Mihalj
Glenn Johnson
trk
Maarten van Stam
Only Title

Paul Singh's Q&A profile

  • Visual Basic Need Help In crystalreports

    I am using crystalreportviewer to show the crystal report and i am having one button at the form and for the click event of the form i am exporting this report as a pdf file. While exporting it is throwing a exception (Report.Export()) "Error in File C:\DOCUME~1\ADMINI~1.DEV\LOCALS~1\Temp\temp_9ee9495f-2895-4065-a9cd-18800698ea7c.rpt: Error in formula ...." but in the crystal reportviewer i m getting the report clearly. Please send me a good solution... Thankyou Sabari. Hi, I have solved that issue,I by mistake directly given crystal report as a argument. like this report.export(CrptMyrepor ...Show All

  • Windows Forms Default Font Size for Labels

    In VB.NET is there somewhere that the font size for all labels in a project can be set Thanks, Tony From a purely OO point of view, going with Form inheritance as Erik suggests is the way to go.  But that are so many issues with visual inheritance in the designer in the current version of VS.NET that I can't recommend it. That&n ...Show All

  • Windows Forms Problem deploying .NET application

    Hi, Can anyone help me by suggesting a solution, I am creating a small application in VB.NET, and the size of that application is approximately 5.00 mb, Now to make it working I have to deploy it with the DOT.NET framework and the MDAC2.7, which is making this application (the setup program) upto 30.00 mb in size, This is very disappointing for me ...Show All

  • SQL Server Analysis Services Project - A connection cannot be made. Ensure the server is running.

    Hi there I have created an Analysis services project on a laptop running developer edition SQL 2005.  The database is hosted on the local machine.  When I attempt to debug or deploy the project I get an error; Error 1 The project could not be deployed to the 'localhost' server because of the following connectivity problems :  A connection cannot be made. Ensure that the server is running.  To verify or update the name of the target server, right-click on the project in Solution Explorer, select Project Properties, click on the Deployment tab, and then enter the name of the server. It seems bizarre as I ...Show All

  • Visual Studio Express Editions Registering Visual C# Express and Visual C++ Express

    I installed both Visual C# Express and Visual C++ Express. They keep on nagging about registration and I finally gave in. C# first. Click on a taskbar bubble takes me to the site where I learn that I have to have a Passport account. That goes with a Hotmail account. OK. Done both. Then I fill out the form and receive a "Thank you for registering Visual C# 2005 Express Edition!" email with "Simply go to the Registration Benefit Portal for further instructions." But there's nothing there. I expected a registration key to put in some VC#E dialog and be done with it. Does it really have to be so #@$%@#$% complicated ! Same w ...Show All

  • SQL Server How to know the next ID ?

    Hi all, is it possible to know the next record's identifier of a table without inserting it I tried with SELECT MAX(ArticleID) FROM Articles but imagine that there is no record in the table (but there was of it), the SELECT MAX statement return a null value... Thanks in advance, Gilles Why do you need the next id What datatype is the column Does it have the identity property Normally there is no need to get the next id prior to a transaction. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms HELP ....Problem in TreeView...

    Hie...please help me... When i insert any node or add any node in treeview ...then all expanded nodes(by user) are closed. and it flicks ...i want tree expanded as it was b4 insertion... in my project i insert ,add or delete nodes every 5 seconds.. so plz give some solution..i tried many things but not working... ...Show All

  • Visual C++ How can I change Control Position?(top or bottom)

    Hi I have a Flash Control on my Form(Shockwave Flash Object) and I want to make ComboBox to be on top of the Flash control but it's now visa versa in my project.(Shockwave Flash Ctrl is top of ComboBox) what should I do thank. Try changing the tab order. Alireza_I wrote: Hi I have a Flash Control on my Form(Shockwave Flash Object) and I want to make ComboBox to be on top of the Flash control but it's now visa versa in my project.(Shockwave Flash Ctrl is top of ComboBox) what should I do thank. ...Show All

  • Visual C# how to make Yahoo mess statusbar effect..

    if you have seen .. and probably you did.. the yahoo messenger windows statusbar effect.. when some one send you something the button for the associate window in statusbar gets.. orange.. Does anybody know how to d that ...Show All

  • Visual Studio Team System Can you find unclosed database connections with FxCop?

    Is it possible to use FxCop to find code that "forgets" to close database connections If your database connection objects implement IDisposable, the rule DisposeObjectsBeforeLosingScope which only ships with Visual Studio 2005 Team System (not with the standalone FxCop tool) could find this pattern. If it doesn't, or you don't have access to VS2005 Team System, writing a rule like this will be tough as you'll need to be able to track all (conditional) assignments to the local variable containing the connection object. Regards, Jeffrey ...Show All

  • Windows Forms Server

    No need to post my Server question.  This answers it: "Download the pre-built TaskVision client and see what it can do, using our online database and public XML Web services, provided by Vertigo Software. " oh, sorry about that, i approve them one by one, just checking for anything that's not appropriate to the forum, I don't actually ...Show All

  • .NET Development N-Tier Dilemma and Transaction

    Hi all, here is my situation. When I developed my .NET 1.x application (required to be database indipendent and n-tier) I created a structure like this: - Presentation - BusinessLayer - DataModel (referenced in BusinessLayer and DataLayer to communicate entities) - DataLayer DataLayer: n assemblies specialized for the database. MyDal.SQL.dll, MyDal.Oracle.dll etc... DataModel: 1 assemblies with entities and collection MyApp.DataModel.dll BusinessLayer: 1 assembly MyApp.Business.dll, with a method inside to create and instance (Factory) of the specified datalayer class reading from a web.config section the nam ...Show All

  • Visual Studio Gatteing a Service from within an Addin

    Is there a way to access the GetService method on a service provider from within an AddIn. ----------------------------- Jack Stephenson Hi, Yes, see for example my article: HOWTO: Getting IDesignerHost and IHTMLDocument of WebForms from a Visual Studio .NET add-in http://www.mztools.com/articles/2005/MZ004.htm ...Show All

  • Visual Studio Team System Rule provided an empty or malformed Url

    Hi, in FxCop 1.35 beta i got a FxCop message on FxCop start for every user defined rule like this: Rule provided an empty or malformed Url: file:\\xxxx\yyyy\FxCop\HtmlHelp\RuleDescription\zzzzz.html The Url works and i couldn't see any problem there. Is this a bug in FxCop 1.35 beta or what i'm doing wrong Thanks for support Hubertus Hi Hubertus, I just tried the url above on FxCop 1.35 and didn't see the error you're describing. Can you send the full rule xml that was causing the problems Regards, Jeffrey ...Show All

  • Visual FoxPro VFP9 printing issue with multiple detail bands and group subtotals and/or summary totals

    I have a report with one group and a summary total. Adding a new detail band, a big new feature added by VFP9, lead to incorrect totals/subtotals. I am using VFP9 SP1, behavior80, but is the same with behavior90. Steps to duplicate: 1) Run this code create table PRINCIPALE ;   (AGENTE     C(2), ;    N_DOCUMENT C(5), ;    D_DOCUMENT D, ;    TOTALE     N(5), ;    CHIAVE     C(3)) index on AGENTE+N_DOCUMENT tag "ORDINE01" create table DETTAGLIO2 ;   (CHIAVE     C(3), ;    D_SCADENZA D, ; &nbs ...Show All

©2008 Software Development Network