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

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

Surindra

Member List

Toni Dolce
BNLBob
sey
thelovebadger
Gordo-Schlau
k. bodily
Chengcheng
Soren Lund
Carolann
Adi.Condor
Michel Péres
sivanu
Muhammad_Umair
Raj
Shabaneh
mrtnclzd
Lolasmomma
Irfan Khalil
mahan
Deepakgg
Only Title

Surindra's Q&A profile

  • Windows Search Technologies Windows XP startup issues

    Hi, Does anyone have any idea on how to solve the following issue. I recently installed Macafee Internet Security Suite. But since I did that and ran virus scan which found a number of issues, which I cleaned up. But ever since, when I boot up my computer, it gets as far as the Welcome screen. When I click on either of the two user accounts, it initiates the login but then immediately logs out again. Any ideas on how to resolve this pro ...Show All

  • .NET Development Convert Web services to COM+

    Hi Guys,  I have an exisiting web services, now i need to convert it into COM+, meaning this COM+ will expose the webservices. How to do that  Is there any work around for this Does anyone have the detailed steps to achieve this. Thank You regards... Please consider using the APIs in the System.EnterpriseServices namespace:     http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconwriti ...Show All

  • Visual C# The Decimal Type

    I was reading the MSDN description of the decimal type and it gives the range for this type as follows: ±1.0 × 10 28 to ±7.9 × 10 28 I am not sure how to interpret this. Usually, the range is stated as <smallest number, largest number>, but here we have +/- in front of each number. Is it correct to interpret the above range as follows: +1.0 × 10 28 to +7.9 × 10 28 and -1.0 × 10 28 to -7.9 × 10 28 including, as well, 0. ...Show All

  • Visual C++ CDialog::DoModal asserting in CWnd::DestroyWindow

    To Brian and Martin, who were involved in helping me out with this , please don't shout at me... This thread does follow on from that post - and I'm now investigating refactoring a static library which contains a few MFC classes into a shared DLL - using __declspec(dllexport) to export functions and classes that will be needed across all facets of the solution that need the shared functionality. I've looked all over the place for an ans ...Show All

  • Visual Studio Crystal Reports 11 - Disable Parameters Dialog Box

    Does anyone know how to disable the parameters dialog box in Crystal Reports XI. I am using C# and Visual Studio.NET 2003. I am passing the parameters to the field from the application, but the pesky dialog box keeps poping up no matter what I do. Any tips I just fought with this for the past 4 hours. Ok, here's the deal. I had a perfectly running application written in C# (2003) using an embedded report created with Crystal 9 ...Show All

  • Visual Studio VSS2005 Internet - Ther was a failure uploading the URL

    I've searched and read several threads on this and have checked all my permissions on both the upload directory, the virtual directory and the settings in the .ini file and all appear correct but I'm still getting the error - There was a failure uploading the URL http:// serveraddress /SourceSafe/VSSUpload_db1/ Guid1 / {Guid2 }. Do you want to retry the operation Yes No What's odd is that if I check the physical directory on th ...Show All

  • Software Development for Windows Vista Stepping frames in a video

    I've jst found out that a video can be stepped using directShow. http://msdn.microsoft.com/archive/default.asp url=/archive/en-us/directx9_c/directx/htm/ivideoframestepstep.asp However, it does the step in real time - meaning if I want to skip 60 frames, Id have to wait 2 seconds. Is there a way not to wait this time Just to seek Forward Thanks Basically, this mechanism just gets the renderer to count frames ...Show All

  • Visual C++ Strange behavior of release executable

    I have an application that I built in release version. When I start debugging the application from the Visual C++ IDE (in release mode), I get an output. Now I shutdown VC++ and used the same release exe outside of VC++ and it produces a different result. Infact, when I ran the exe multiple times outside of VC++, I get random results. I looked at the code and I figured out that there was an uninitialized boolean variable in the code which was ...Show All

  • SQL Server Unabel to connect to SQL 2005 Analysis Services in SQL Management Studio

    I just installed visual studio 2005 and SQL sever 2005 standard edition. I experimented a bit, and I got the following messag when I want to connect to Analysis services in SQL Sever 2005 Management studio. When I click the connect button, I got the following message: " A connection cannot be made. Ensure that the server is running (Microsoft.AnalysisServices.AdomnClient). No connection could be made because the target ...Show All

  • SQL Server Using 2 connections and DB in a query

    Hi, this is proberly a really stupid question, but I am new at this, so here goes: Is it possible to use two connections in a SELECT, i.e. SELECT * FROM p WHERE pno IN (SELECT pno FROM sp) where p is from one connection, and sp is another. Why Well I am trying to stage some data, (my very first attempt at it), and want data from the foreign table where a date is higher than a date stored in my "settings" table located in my ...Show All

  • Visual Studio Team System Setup Feedback: missed survey but here is my $00.02 worth

    1) put the share point installer files in the package, having to find and download it is a hassle and can be a problem if your not internet connected. 2) share point and Team server seems to still be a real bugger.... I am trying to install the RC on a clean server.... no errors during setup but still not working right.... clearing and starting over on it to see if I missed some detail. to many details to track... making accounts an ...Show All

  • Visual C# Web Progress Bar

    Hi I am new to this forum and to C#. I am trying to do simple web browser with a progress bar. but so far nothing works. I mean the web browser I did ok but the progress bar did not work. Can anyone help jbattat ...Show All

  • Smart Device Development Treo 630 to 700

    my treo 630 would not power up after only three months of use. I realize that I have a year's warranty. What are my options Please contact whoever you purchased your device from. That is off topic here, so I'm going to lock it. ...Show All

  • Visual Studio Sorting with Matrix

    Hi folks. Im trying to get some sorting functionality in my matrix conrol. I have tried it with the interactive sorting but when clicking on the arrow in column header nothing happens. Can some one help me out on this one. Its a guite simple matrix that is filled up with data from a couple of access tables. Thanks I suppose you want to sort the matrix group instances e.g. alphabetically. In that case, you should not put ...Show All

  • Software Development for Windows Vista How to display a Workflow in a Avalon Application?

    I try to embed the Workflow Designer to a avalon application. < Mapping   XmlNamespace="wfi"   ClrNamespace="System.Windows.Forms.Integration"   Assembly="WindowsFormsIntegration" > < Mapping   XmlNamespace="wf"   ClrNamespace="System.Windows.Forms"   Assembly="System.Windows.Forms" > <Window x:Class="AvalonWorkflow2.Window1"     xmlns=" http://schemas.microsoft.com/winfx/avalon/2005 ...Show All

©2008 Software Development Network

powered by phorum