Software Development Network Logo
  • Windows Forms
  • IE Development
  • Audio and Video
  • Windows Vista
  • .NET Development
  • SharePoint Products
  • Visual FoxPro
  • Visual Basic
  • VS Team System
  • Smart Devicet
  • SQL Server
  • Visual C#
  • Microsoft ISV
  • Visual Studio
  • Visual C++

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

jiggs

Member List

Jan Kučera
maws
hallscreations
K Douglas
Christophe Vedel
Mafti
Vijay Guru Prasadh
WineNCheese
jf3
Joe Albrecht
billqu
JIM.H.
Mikko Nylén
l Bllizzd l
Kamii47
jcoburn
Tampa Magnus
Frederic Buchet
Shrek.NET
satab
Only Title

jiggs's Q&A profile

  • Visual Studio Help Files

    Found this guide http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/ but i know there is an offline download of this as a .chm file but i've lost it. Can anyone point me in the right direction Cheers Hey Neil, If memory serves, we offered a CHM download during the VS 2005 Beta 1 and Beta 2 previews. As of the Visual Studio release, the offline help is available as part of the Visual Studio help system. The easiest way to invoke the Visual Studio help system is to open VS2005, and press F1. At that point, you can find the Crystal Reports help by expanding: Development Tools and Languages >> Visual Studio >> Tools and Features >> ...Show All

  • Visual Studio Team System passing more than 1 parameter in URL

    hey guys, i've got a slight problem.. i intend to pass over values from 1 form to another thru the URL.. like this: Response.Redirect( "uiIGiftConfirm.aspx pm=" + wsApp_Info.Msg + " test=" + wsApp_Info.OccPremium + " " ) the problem is that the value for "pm" and "test" are not separated.. currently it takes it as 1 value, pm, and not "pm" and "test" separately.. any idea how to resolve that hope you guys can help.. thanks! Try asking your question here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.inetserver.asp.general&lang=en&cr=US Dave Lubash Microsoft Visual Studio Team Developer ...Show All

  • SQL Server SQLCMD Batch File with script in batch file

    I am using the following batch file to execute a script that creates a db and all its objects in the local sql express: sqlcmd -S (local)\SQLExpress -i C:\CreateDB.sql This works fine, but I'm wondering if there's an easy way to put the script in the batch file, so users don't have to worry about putting the script in the C drive. I tried getting rid of the i parameter and pasting the script from the sql file into the batch file, but it didn't work. Thanks, Dave ...Show All

  • Internet Explorer Development Outlook 2003 Email Headers not Printing after IE7 upgrade

    Does anyone know if there is a fix for this yet It seems to be major issue without any reliable work around other than hitting forward button then printing the email. Help! Wahl04 Hi! I am having the sme problem, but only on some E-mail. Can you tell me where to locate File.Page_setup please. ...Show All

  • Windows Forms Print .msg File

    Hi All, Can we open/print a .msg file using interop.outlook object Please provide any link to accomplish this task. Regards ...Show All

  • SQL Server Stored Procedure Update parameters question

    I just posted a question on WHERE clause impotence in SELECT command, I mean in my setting. It obviously should work on a global scale and now I have a problem with UPDATE command WHERE clause. I am talking about a different SP now. It is supposed to update a record in a table. Anyhow, the procedure did NOT seem to execute properly (did not update the record) when called from C# code but when I tried to exec it in the server it finally did work but raised a problem of safeguarding the unused parameters . I do not need to update all columns in every call to the SP that uses UPDATE statement. Some parameters are left the way they are. I found out that if I ignore them they are set to default values which is NULL for DateTime. It ess ...Show All

  • Visual C# Short path

    Hi all, I'm creating a game and I nead to know the shortest path from point A to point B. I started programming it, but I still get a lot of problems that I can't get rid of. Here is an example of a situation I mean: A: Starting point B: Location to end at X: Place where you can't walk at 1: The path that should be chosen. (You can not move diagonaly.) B 1 1 1 X X X 1 X 1 1 X 1 X A 1 1 What is the best way to program any situation, so you can retrieve the best and shortest path. I started with some basics and etcetera..But what must I exactly do Using random Using ...Show All

  • Visual Studio Is there a VSIP interface instead CommandEvents class?

    Hello, I am developing a VSIP package and I need to be notified when particular command ("Edit.Undo" for example) executed. In add-in I used EnvDTE.CommandEvents class for that. Is there a VSIP interface which provides the same functionality (BeforeExecute and AfterExecute) events Thanks. Hi Mishazh, IOleCommandTarget is the interface you're looking for, if you're attempting to intercept this command. You can also still use the EnvDTE automation stuff to set up BeforeExecute and AfterExecute events. You just need to call QueryService for the DTE service. If your writing a managed package, you just need to call DTE dte = (DTE)GetService(typeof(DTE)); from your VsPackage object. ...Show All

  • .NET Development XML DOM and Javascript

    I would like to query an XML file (see part of the file below), using an input box on a html form, I woud like to type the name of the country eg Albania, and have all the attributes relvant to that country appear on the same form. I have tried using the getElementsByTagName method, but dont know the syntax that will allow me to associate the name of the country with the input box on the form..can someone please help..... <country id="cid-cia-Albania" continent="Europe" name="Albania" datacode="AL" total_area="28750" population="3249136" population_growth="1.34" infant_mortality="49.2" gdp_agri="55" inflation="16" gdp_total="4100&quo ...Show All

  • Windows Forms When is GetStandardValues called?

    The following code implements a simple derived control with a public property called "MyProp". This property has a drop-down list with valid values: using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.ComponentModel; using System.Collections; namespace DefaultValuesTest2 { public class MyTypeConv : TypeConverter { public override bool GetStandardValuesSupported( ITypeDescriptorContext context) { return true ; } public override bool GetStandardValuesExclusive( ITypeDescriptorContext context) { return true ; } public override StandardValuesCollection GetStandardValues( ITypeDescriptorCon ...Show All

  • SQL Server AMO: Enumerate Calculated Members?

    Hi, Apologies if I'm missing something obvious here. I'm trying to enumerate the calculated members in a cube using AMO (as part of programmatically building perspectives), however I can't see an easy way to do this. The collection of CalculationProperty objects on the cube's MdxScript object(s) would seem perfect (and indeed works for Adventure Works), but for my own hand-built cubes this collection is empty; CalculationProperty settings don't seem to be exposed anywhere in the BIDS UI so I assume they can only be set programmatically, which is of no particular use to me in the general case when operating on potentially manually-produced cubes. Aside from using CalculationProperty the only way I can see to do this within AMO would be to p ...Show All

  • Visual FoxPro Problem with Microsoft Office Web components

    I am using Microsoft Office PivotTable 11.0 and Microsoft Office Chart 11.0 in my VFP 9.0 form. When I try to change 'DataSourceType' property of chart control to any value I get the message: 'OLE error code 0x8002000e: Invalid number of parameters.' I need to change this property to 3 because I want to dynamicly bind chart control to pivot table. Any help Thanks! I have checked the article that you point me to. It is suggested that the problem is in incorrect version of atl.dll file. But my version of atl.dll (3.5.2284.0) is newer than the version mentioned it the article (3.00.9435). So I still have the problem, but thanks again anyway! ...Show All

  • Windows Forms Can i use ClickOnce

    hi all. I have created a windows app that i want to distribute to my users for installation. I am testing out the clickonce technologi, but there is something i can't figure out. When i publish my app, i publish to a public server. All users can click to install. So far so good. But where is this program installed on client computers. If i search my computer i can't find the installation folder or icons. I have a icon in my start-menu which starts my application, but i also use settingsfile in my app. Where can i find this I am beginning to belive that i can't use click once and that i have to create a normal setup project . My application is beeing further developed so i need the "new version available". Can i ...Show All

  • SQL Server SQL Backup hangs, server freezes

    We have SQL 2000 running on Server 2003. The server has 4 GB RAM, RAID 1 and has the /3GB switch in Boot.ini. We have 6 databases, the largest is about 14 GB. Until recently I could use Enterprise Manager to perform database backups to a folder on the same server but now the operation fails. After selecting the location for the backup and clicking OK, the hard drive light comes on but goes out after 15 - 30 seconds. The progress bar does not move. I've waited and waited but nothing further happens and the server doesn't respond. The only solution is to push the power button and let the server re-boot. Very occasionally the backup will run for a minute or two and the progress bar might get to about one third of the way across, (in which cas ...Show All

  • Visual C# Show BackGround image in windows form project

    How to set BackGround in a form in windows form project when I set BackgroundImage Property it dosn't show it Me .BackgroundImage = New System.Drawing.Bitmap( "c:\image.jpg" ) ...Show All

©2008 Software Development Network