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

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

Raguvind

Member List

KervyChoa
Morten Nielsen
Nidal-Fouad-Hajj-Youssef
cybertaz69
Ljhopkins
Mark The Archer Evans
stokesy
figuerres
Joe_Cool
programmer01
Stan Bibbs
Deepa7476
AnthoDesigns
Adama0
csharpbird
rhinoishere
Asher Aslan
NozFx
Matt_
JohnTMSDN
Only Title

Raguvind's Q&A profile

  • Visual C++ Office 2003 like look not supported in VC.NET

    Hie , I just got Visual Studio 2005 .NET recently .. and i was wondering why the new office 2003 like look is not supported in Visual C++ .NET....... ...the blue toolbar and menus show up in VB.NET , C# and J# but not in VC is it a seperate activeX or something Also i need to know how to do this via win32 API and C (i dont knw C++ and MFC =S) Thanx Gideon Maybe you we are talking about different things. Maybe you mean the XP look and feel. This is done by instering a manifest forthe program. The current office look is also not supported by C#. As you can read here: http://www.codeproject.com/cs/menu/MhOffice2003Menus.asp you need special code to support this! When you create an MFC Application with the wizard be sure to chec ...Show All

  • SQL Server Spilting a String of numbers

    Hi, Say I have a string of Numbers eg. "1,2,3,4,5" and in order to split it I use split("1,2,3,4,5", ",") function, what would I get as an answer My second question is, if I want to pass all 5 numbers in a sub report as if I am selecting from a multi-value parameter, how would I do that I have tried several different ways of doing it and I still can't get it to work. Please help me...and feel free to email me back if somethign is not clear. Thanks a lot, -Rohit the way i'm doing it: I have sp based on dynamic sql. If you pass string '1,2,3,4,5' to subreport Stored procedure in subreport will generate select statement like this: select * from table where id i ...Show All

  • Visual C++ assigning derived class from base class declaration

    Hello; For the following code, know that Poodle is a derived class of Dog, and that aPoodle is an instanciation of Poodle. In the code below, I would expect dogObject to become a pointer to aPoodle, but it doesn't seem to work for me. Instead, dogObject seems to only maintain the attributes of dog. Any idea what I may be doing wrong ____________________________________________________________ Dog *getDogObject() { Dog *dogObject; DogTypes dogType; // an enum of dog types (poodles, hounds, etc..) dogType = getDogName(); switch (dogType) { case DogTypes::poodle: dogObject = &aPoodle; // <======= PROBLEM HERE break ; } dogObject->jump(); // <===== CALLS DOG.JUMP, NOT POODLE.J ...Show All

  • Visual FoxPro Exe Packer

    Hi! I look for a freeware exe packer. I tried ULX but it doesn't work. Thanks for your help, Manu ...Show All

  • Windows Live Developer Forums MSDN Article

    Hi, I just read this article, but I cannot get it to work is keeps saying that sc is null or not an object. Anybody got it running tnx koen sorry, asp.net is a pet hate of mine, but from what i can see the anti-cross scripting library contains a class for searchClient. It doesn't seem to find it. So i'd imagine that you path does not see it. you copied the searchclient.js into your scripts folder which is visible by the excuting js sorry i couldn't help ...Show All

  • Visual Basic How to let users choose their own installation path?

    How can I let users choose their own installation path when I publish a program Thanks. Not possible with Click Once as is basically sandboxes the deployment. If you want to allow users to install there applications into user defined folders you need to create a specific setup project. This project template is supplied for some versions of VB / VS but definately NOT for the express versions. ...Show All

  • SQL Server CY and LY comparison

    Hopefully an easy one: I would like to get a CY comparison vs. a LY comparison of sales between offices. The problem I am running into is the performance of the query. When I try below, it works, but it is painfully slow (I believe the SUM is what is killing it): With Member [Measures].[CY Sales] as Sum (( [Org].[Reg - Pctr - Office]. CurrentMember , [Calendar].[Date].&[20061101] : [Calendar].[Date].&[20070220] ) , [Measures].[Sales] ) Member [Measures].[LY Sales] as Sum (( [Org].[Reg - Pctr - Office]. CurrentMember , [Calendar].[Date].&[20061101]. Lag (52 * 7) : [Calendar].[Date].&[20070220]. Lag (52 * 7) ) , [Measures].[Sales] ) Select { [Measures].[CY Sales] ,[Measures].[LY Sales] } o ...Show All

  • Visual Studio Express Editions How to sense when a usb drive is disconnected?

    I need to be able to sense when a usb drive is disconnected. I can do it with a timer and check ever so often to see if Drive exist. But I would like to tap the raised event when the drive is disconnected. Can/how I get to the operating system event from Visual basic express Thanks Dave Perhaps this thread may help http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=948526&SiteID=1 ...Show All

  • Visual Studio Express Editions I am trying to use the printDocument toolbox event and I am getting an overload statement

    I am getting an overload statement for my printdocument. It says overload resolution fail because no accessable 'DrawString' accepts the number of arguments Structure ProductData Dim strName As String ' Product name Dim strDesc As String ' Description Dim intProdNum As Integer ' Product number Dim decPrice As Decimal ' Unit price Dim intUnitsSold As Integer ' Units sold End Structure ' Print sales data for each product. For intCount = 0 To intMAX_SUBSCRIPT ' Calculate the unit revenue. decRevenue = products(intCount).intUnitsSold _ * products(intCount).decPrice ' Accumulate the total revenue decTotalRevenue += decRevenue ' Print the uni ...Show All

  • Smart Device Development Win CE 6.0 ARMV4I Emulator Build Error - 4K page alignment

    I am building a Windows CE 6.0 image file that will include my application. I have a test application that I have built using C#. I have modified the project.bib file to include the application. When the image file is being built for the device emulator, I receive the following error message: Error 19 Error: only 4k page alignments supported at this time, found in module test.exe What does this error mean How can I include my application in the image file Hello... Thank you for the suggested change. This has worked. The "test" application can be downloaded and viewed in the windows folder. Unfortunately, when I try to run the test application, the application does not run. I have deployed the application to th ...Show All

  • Windows Forms Change name of Form1, no design view.

    I created an application that created 'Form1' by default. I renamed Form1 to jpd7main and compiles ok, runs ok. I closed the design view for 'jpd7main' and now I can't open it in design view. Still compiles and runs ok. I even added another form, which I can see in design view. In the explorer window, the new form has a form icon next to the .h file whereas the 'jpd7main' has a header/code icon next to the .h file. Any help would be appreciated. Thanks gqlu wrote: Try to compile the whole project, and then open the designer view. Maybe it will recover some dependencies lost during the renaming. Already tried that, no luck. Thanks anyway. ...Show All

  • Visual Studio Team System After import not verything is under source control.

    Due to the errors I got from the "Internal inconsistency problem" I recreated the project. As my peer coder is not able to built the project, I saw that VS left some files out and did not put them under source control, bringing the errors at my peer that some objects are not available and therefore bringing up many validation error because of constraint relations etc. This seems to be imrpovable :-) -Jens. --- http://www.slqserver2005.de --- No, I don’t think that there is something special about these files. I will have a look if I am at the office, but these is just a versioning database with an active schema (dbo) and a historization schema (Archive). --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio 2008 (Pre-release) Imaging::CreateBitmapSourceFromHBitmap() bug?

    Hi, When beta2, I use Imaging::CreateBitmapSourceFromHBitmap() to create BitmapSource, it works. But after I updated June CTP runtime, I get a transparent bitmap. Is it a bug or the behavior changing CreateBitmapSourceFromHBitmap will use the alpha channel. If you are expecting an Rgb24 bitmap, then you should format convert to that pixel format. ...Show All

  • Visual Studio Express Editions Several simple questions from a beginner

    hi there: I am a beginner in the visual c++ 2005 and in visual c++ 6.0, and i would like some help in the following questions: 1.- If in the express edition of visual c++ 2005 you don't have support for MFC,ATL. Then how do you work with databases . In the program you can connect to access and sql database. Then what about the other drivers like dBase,VisualFox,Text files etc. that in the ODBC Administrator of may machine I have . How can i use them 2.- I see that the Tool Box has the Masked Edit Control. Does anybody knows how to make this control behave like a calculator . What i mean is that in the calculator you click the numbers and display from rigth to left; until that point no problem, next in the calculator, you click th ...Show All

  • Visual C++ DateTime::Now

    How would I use a timer and DateTime::Now in order to string a clock that keeps up with the system's For Hours, Minutes, and Seconds There are 1000 milliseconds in a second. Assuming label1 is the control that contains the current time, the following is an example of updating the current time on a form: public partial class Form1 : Form { private System.Windows.Forms.Timer timer1; public Form1 ( ) { InitializeComponent(); if ( this .components == null ) { this .components = new System.ComponentModel.Container(); } this .timer1 = new System.Windows.Forms.Timer( this .components); this .timer1.Tick += new System.EventHandler( this .timer1_Tick); timer1.Interval = 1000; // update once a second timer1.En ...Show All

©2008 Software Development Network