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

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

s1981s

Member List

arunhegde
Al Hancq
Berni Ployer
Rob Eisenberg
Farid_Z
Roger C Garrett
nick0000
Kozin
Angelo13
Islandstone007
MiggyE
doctorg
Satyendra Gupta
Fiaz Sheikh
XPolter
Syl20
mikemalter
mediterian
Pitts Pilot
robmaag1
Only Title

s1981s's Q&A profile

  • Windows Forms Clickonce - Unable to Sign Application

    Error    1    Cannot publish because a project failed to build.        1    1    PMtool2 Error    2    SignTool reported an error 'Failed to sign bin\Debug\PMtool2.publish\\setup.exe. '.    PMtool2 I get these errors when I try to publish this to any location. I have an Authenticode Cert for application signing installed, and it sees it and all it's details correctly from what I can tell. I get no build errors at all when just building the application normally. I've searched the help files, and online, and ...Show All

  • Visual C# Add HTML to C# Form

    Hi guys, I would like to know how I can add some html code into my Windows application in C# To be more specific an <iframe> . What I would like to do is add my XBOX 360 Gamertag to the front of my Form. <iframe src=" http://gamercard.xbox.com/insertgamertaghere.card " scrolling="no" frameBorder="0" height="140" width="204"></iframe> Any advise would be great. Many thanks. Sten You can place a web browser control in your app, then you can pass it whatever HTML you like. You can't use HTML to define your UI in general. ...Show All

  • Visual Basic Excel automation with VB.NET

    Hello, I have done some Excel-to-VB.NET automation, so I am familiar with the basics.  I have gotten stuck on doing Subtotals. The VBA macro looks like this:: .Selection.Subtotal(GroupBy:=2, Function :=xlSum, TotalList:=Array(5), Replace:= False , PageBreaks:= False , SummaryBelowData:= True ) I cannot figure out how to reference the  "Array(5)" object in VB.NET.  Any ideas Thanks for any suggestions. Mister T   (Using VB 2005 Express Edition) I'm having the same trouble. Also, I can't get the "sawtooth" out from under the Selection.Subtotal. I'd appreciate & ...Show All

  • Visual J# drag and drop

    I am creating chess game and I want to move chess. How can I drag and drop chess Chess is picture. Thank you. If you are using VS 2005, you can Drog and Drop PictureBox item from ToolBox. Choose image source as your chess image. ...Show All

  • SQL Server SQL Express MDF Shrink

    Hello, I have just installed the express studio management tools and shrunk a databse down from 3.1gb to 1.25gb. The information in the tools says that the freespace available now is 110.98mb. What does this freesapce relate to Hopefully not my database limit Michael Growing a file is expensive, so when you shrink a database, SQL Server doesn't remove all the unused space. It leaves a small amount (specified by the user) for new data. The 110 MB is the amount of free space left in the file before it has to grow again. You can read more about this here: http://msdn2.microsoft.com/en-us/library/ms ...Show All

  • Visual Studio 2008 (Pre-release) MDI Apps with WPF

    Can I develop MDI apps with WPF Thanks. As other have said, you can try to create your own MDI "framework". This is a small sample created by me: http://www.valil.com/winfx/portal.html ...Show All

  • Visual Studio Team System tbl_WorkspaceLink ??

    Hi, I saw in the DB - TfsVersionControl that there is table called tbl_WorkspaceLink. What the responsibility of this table There is any way to create link to some WS Thanks in advance, Shmulik. Hmm I don't know waht this table can be, it's also empty in my case ( Iahve three TFS projects for demos) But are you planning modifying it directly hmmm I don't think it would be good idea, it would be better just take a look to the OW and look for links between WS ...Show All

  • Visual C# System.Web.HttpUtility

    Hi! I'm currently using the VS Beta 2 to reprogram a project first done in the 2003 version. The problem is when I'm trying to use the HtmlDecode method in System.Web.HttpUtility class, the only thing I get up as possible methods are the three ASP... methods. Is there anywhere I can download an upgrade for this Or is there maybe an alternative method to use Thanks! /rosin   Did you manage to solve this I've got the exact same problem. Tried everything and I just can't figure it out... Would be most thankful for any help you could give me. ...Show All

  • Visual Studio Team System Using fxCop with source control

    I'm having difficulty using fxCop with source control (standalone, vss-like source control, not integrated with any IDE).  The problem stems from the fact that contained in the .fxcop files are absolute paths to the dlls associated with the fxCop project.  Since different developers have these dlls in different absolute locations, fxCop fails to find the dlls it's looking for. If the fxCop file specified the locations of the dlls using relative paths starting from the location of the .fxCop file, everything would work fine since all developers have the same relative locations of dlls from the .fxCop file. Are there plans to use r ...Show All

  • .NET Development NullReferenceException when disposing MessageQueue

    Hi all, I get the following exception, when disposing MessageQueue in .NET 2.0 System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Source="System.Messaging" StackTrace: at System.Messaging.MessageQueue.MQCacheableInfo.Dispose(Boolean disposing) at System.Messaging.MessageQueue.MQCacheableInfo.Finalize() I never had problems while using .NET 1.1. Does anybody know, what can cause such a problem Best Regards Bernd Ritter Do you check if the object is not null before trying to dispose If this is not t ...Show All

  • Windows Forms Modularized Deployment

    Hi, We are developing a product, it has lof ot features / modules. It's upto the user's wish like during Deployment they may purchase a feature / module. If they have purchased the feature only the module has to be deployed and the application should be integrated with that. Provide me with the suggestions and solutions to implement this. It seems like your challenge is more toward to license issue then deployment issue. The deployment solution/suggest should be vary depends on the license solution that you may choose. One simple thing is you can have different license token for different dll (whic ...Show All

  • Visual C# build / debug functionality missing?

    hi. in vs2003, it was possible to have a build configuration where _no_ project was selected. that way, one could simply build a single project inside the solution using the build command. when the solution was run, however, the ide would still fetch all current versions of all assemblies and copy them to the main projects runtime directory before launching the debugger. thus, it was possible to do a local build of an assembly and still test that assembly using the other code. vs2005 no longer fetches all current version of all assemblies: in order to do a local change and test that change, its necessary to do a complete build. in my case, t ...Show All

  • .NET Development "The schema returned by the new query differs from the base query" error

    Hello, I have been trying to create search queries: 1) Click on the xxxTableAdaper. 2) Choose a table 3) Name the FillBy field 4) Type in the SELECT fieldname FROM table WHERE field=@key 5) Click OK. Then always I get "The schema returned by the new query differs from the base query" error. Something is fundamentally wrong Any idea Thank you. Athena We may be newbies, but the concept of using a query builder to pull single values out of a database comes from the documentation: ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_raddata/html/ecf8c262 ...Show All

  • SQL Server What are the current best practices for standardizing report layout and appearance?

    I am accustomed to the Actuate enterprise reporting system in which it is very easy to define reusable page formats that standardize things like page layout, margins, logo placement, page header and footer formatting, etc. You just drag and drop a page layout from your component library to inherit from it, and ensure that all your reports have the same consistent format. What if any features and tools are there to accomplish this in 2005 Reporting Services I see the style template feature of the new report wizard, but that only seems to apply to font settings for report elements, and these settings are not inherited, only copied into the ne ...Show All

  • Visual Studio Data tbale linking problem when no rows in Crystal Report for VS 2003

    Hi, I have two data table T1 and T2 and fill with data in runtime. Two table is linked with left outer join T1->T2. I whant to show all row from T1 and data from T2 i use to show some data in header of group ...never mind ...so my problem is: When details from T1 are linked with some row in T2 everythinh is OK ...but I want when no rows in T2 that mach with T1 in header to show zero .. insted of current situation whne this filed is emty ...nothing... I try with if {V_INVENTORY.Quantity}=0 then CDbl("0") else {V_INVENTORY.Quantity} V_INVENTORY is my T2 but it not work... probably the if {V_INVENTORY.Quantity} ...Show All

©2008 Software Development Network