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

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

Superchick

Member List

Delphieur
MikeBlig
Suresh S
jzfredricks
DzheiZee
SteveDee
tnsgod831
Mihir_Soni_bcdb9d
Steve Harding
AnilKumar_bhaskara
YvesR
Timeware
DudleySoft
Corby111
dgaynes
aboutKnowledge
eric shih
csLearner
WolfgangEngel
bonus
Only Title

Superchick's Q&A profile

  • .NET Development Background image can't be displayed in firefox

    hi: I have these codes: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Action.aspx.cs" Inherits="content_Action" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Action</title> </head> <body background="../App_Data/pic/background.jpg"> <form id="form1" runat="server"> <div> Action! </div> </form> </body> </html> The problem is that I open a project in Visual web developer 2005 expr ...Show All

  • Visual C++ what is supported by GDI

    I want to write a project that has some function likes WordArt of Microsoft Words. it can fit the text to any pattern I want to use GDI to deverlop my project. so, could you tell me, what is supported by GUI (not use GUI plush) . thanks & regards!!! For question such as this it can be useful to search the MSDN and/or the internet. I searched the internet for "+wordart gdi" and got results from the Microsoft KB that seem to be useful and relevant. When You Add WordArt Objects Publisher 2002 Slows Down and Appears Unresponsive OFFXP: WordArt Is Not Displayed Correctly in Preview or in Preview in Browser ...Show All

  • Visual Studio Express Editions VC# hangs after creating new project

    Okay, this problem didn't happen the last time I installed VC# (some 6 months ago). Recently, I downloaded the VC# Express ISO (2 weeks ago), and installed it. But it hangs as soon as I create a new project. Did Microsoft change the ISO files or something Here are all the wierd things that are happening in my VC++ Express and VC# Express 1) I installed VC# Express first, it hangs immediately as soon as I try to create a new project. It just says it's creating a new project and hangs. 2) I tried uninstalling every sign of VS Express and then reinstalled first VC++ and then VC#. The problem still persists. 3) Right now, my VC++ Express install fails to install the MSDN Express Edition component. 4) Even after closin ...Show All

  • SQL Server Accessing an SSRS report from the web, being prompted for Guest signon screen

     I have a sql server 2005 application that uses asp and some canned reports that I built using SSRS.    All reports run from the server but not when to try accessing from another computer on the network.  I get a prompt from windows that requests me to enter a password for the Gurest account.  The Guest account is not selectable.  Does anyone know how to supress the signon page   I am using sql 2005 workgroup edition.   I would like the users to go directly to the ssrs report without any logon screen. Thanks  Rich  Jens, What explorer are you talk about   Could you be more specific.   Been looking all over for that option on my server machin ...Show All

  • Visual C# Controlling a Java applet through a C# App

    Does anyone know if it is possible to control a Java Apple through a C# application Like click things and control things on a Java Applet without really clicking. If so do you know any resources or can you help me with this Thanks Hi, Fradam It is possible to do so. Try to read the following artilces, it will give you some ideas about it: http://msdn2.microsoft.com/en-us/vstudio/aa700845.aspx http://www.devx.com/interop/Article/19945 Thank you ...Show All

  • .NET Development XML document must contain rool level element

    Please help, I changed the background properties to include a picture, didn't like it and deleted the contents of the resources file. Needless to say this was stupid. As a result, when I want to build my project I get the following error messages, 1) XML document must contain a root level element, and 2) "Invalid Resx file. Root element is missing. How can I rectify the problem and roll back the project tp it's original state before I changed the background Resx file is in XML format and should be well-formed XML document. One of the requirements is it should have exactly one top level element. Empty file is not well-formed XML document. If you don't need any resources you can remove resx file ...Show All

  • .NET Development is it possible to change bmp (or jpg) picture color from 16mio to 256

    Hello! I would like to ask if it is possible to change bmp (or jpg) picture color from 16mio to 256 colors using C# (2003) I need to write an application which has to find bmps and jpgs scattered over a few hundred directories on hard drive and convert them to 256 colors. Is it also possible to convert pictures format from bmp to jpg Thanx a lot for any advice! Ziga You can convert from bmp to jpg by calling Save method img.Save( @"yourSavePath" , ImageFormat .Jpeg);   for you other question look to this link may help you http://support.microsoft.com/default.aspx scid=kb;EN-US;Q319061 ...Show All

  • SQL Server Got BIDS working, was there another way?

    i re-installed the SQLEXPR_TOOLKIT.EXE several times(4) trying to get the BIDS part to work. Each time i had the issue of it looking for the devenev.exe as others have mentioned. I gave up on a 5th install and went for the unsupported option of running vs_setup , after the toolkit.exe dumped all the install files to its temporary directory i went in there and ran it sperately... but essentially i did it the same way as this method... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368549&SiteID=1 while this did work, it seems to be the unsupported way. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=665067&SiteID=1 Im not opposed to going back and doing it right, but was there ever a conclusion as to why the BIDS prog ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA has it's own GamePad DeadZone?

    I've been looking at the output of the thumbsticks, and it appears a value less than 24% (0.24) is ever returned. I know it's very important to implement deadzone in your programs, but why has it been done for us Someone may want to write a game that needs a smaller deadzone, but as far as I can tell it would be impossible given we don't have full access to the output right the way from 0 to 1. Is this behaviour intentional Many thanks, Adam Miles I just experienced the exact same thing here. The deadzone appears to be on both axes. I made a small test application in which I have a sprite rotated in the same direction as my left thumbstick. So when you press the left thumbstick upwards my sprite on scree ...Show All

  • .NET Development How can i include other aspx files into my current apsx file

    i want to include already build aspx file into my current apsx file, how can i do this. in simple asp, i have done it using directives. can any one tell me the exact syntax of including other files. if you just need to put the asp and asp.net content all together you may use an html iframe in your asp page setting its content to the aspx page. Rgds Rodrigo ...Show All

  • Internet Explorer Development Problem in listening to Internet Explorer events

    hi all, i am trying to connect to internet explorer 6.0 in C++ using IE connection point DWebBrowserEvents2 . But the advise method of the IConnetionPoint interface fails giving an error CONNECT_E_CANNOTCONNECT error code, also the cookie populated is zero. it has been observed that the IE queries the EventSink (using its IUnknown supplied in the Advise method) for the following interfaces. IMarshal IStdMarshalInfo IExternalConnection IUnknown and some other GUID's Following is the piece of code for the same :- IClassFactory *pIFact=NULL; IEnumConnectionPoints *pEnum=NULL; IConnectionPoint *pAryCP; ULONG ulConnReq=1,ulFetched=0; static IID pIID; hr=CoGetClassObject(CLSID_InternetExplorer,CLSCTX_LO ...Show All

  • Windows Forms repositioning toolStrips within a toolStripPanel and floating/docking

    I'm using VC++ EE and the Forms Designer. I have added a toolStripPanel and 2 toolStrips to the form. I can move the toolStrips up and down (effectively swapping them), but I can't get one to reposition beside the other. Also, one is a button bar that has 71 buttons, and the visible portion of its toolStrip would have to be resized to fit the space between the first toolStrip and the right edge of the toolStripPanel. I also need to know how to get the toolStripPanel to resize itself when the toolStrips are positioned laterally or vertically. This app will not have any new toolStrips being added dynamically. There will be about 4 toolStrips total when the program is done, and I want to be able to make them visible or hidden from a Toolba ...Show All

  • SQL Server MDX query help !

    Hi, I have the following query : WITH // get "5 period average sales" MEMBER [Measures].[Sales_5Pavg] AS 'AVG({[Timeofday].[Dt].CURRENTMEMBER.LAG(3):[Timeofday].[Dt].CURRENTMEMBER},[Measures].[Sales])',FORMAT_STRING="#,##0.000" // get the % which "Latest Sales > (Average of 5 periods Sales) " MEMBER [Measures].[%up] AS '([Measures].[Sales]-[Measures].[Sales_5Pavg])/[Measures].[C_5Pavg]',FORMAT_STRING="PERCENT" SELECT { [Measures].[Sales] , [Measures].[Sales_5Pavg] , [Measures].[%up] } on 0, ORDER ( FILTER ( [Product].[Product].CHILDREN, ([Measures].[Sales] > [Measures].[Sales_5Pavg]) ), [%up], BDESC ) on 1 from SalesCube where ( [Timeofda ...Show All

  • Windows Live Developer Forums Display Picture Problem

    The main window of MSN messenger, have a list of contact. Usually beside the every list of contact have the contact's small size of display picture. But the msn live messenger of my computer does not show this but only have a green figure. I could see the contact picture at contact card and while chating, but the thumbnail do not show. How to solve this problem Hey Guys i have the newest version of Msn Live messenger the other day i changed my buddy icon list ot LARGE Thumbnails i want to change it back but for some reason i can't find where to do this i wanna change it back to the SMALL THUMBNAILS do u know where i can do this please email me if u know how to do this drewlacoste@hotmail.com thanks alot ...Show All

  • Visual Studio VS 2005 Pro SQL Version

    Which Edition of SQL comes with VS 2005 Pro The VS 2005 Product Comparison shows it coming with SQL Server Developer Edition (which is what I need). But the Trial version I downloaded came with SQL Server Express, which doesn't include any of the BI tools I need. The product comparison here is incorrect then: http://msdn.microsoft.com/vstudio/products/compare ...Show All

©2008 Software Development Network