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

Software Development Network >> Vishal R Modi's Q&A profile

Vishal R Modi

Member List

John Paul Cook
Sekar00
Hot Rats
mightymoe
Andris Ažēns
oaktown
Robert_L
David Jordan
Jeff
Gregg Payne
Leon Ariaans
shark312
DaveKoch
GDigrego
Luciano4
Michael Palladino
Rich Fore
Simon Jones - MSDL
Animas
Miguel Coutinho
Only Title

Vishal R Modi's Q&A profile

  • SQL Server Problem with subscriuptions (e-mail) and reports produced through the Report Builder

    I created a Data Source, a data source view and a report model through the Business Intelligense Studio. After this, I used Report Builder to create a report that will be used and customized by my customers. The problem is that this report cant be sent automatically by e-mail using the Subscriptions option provided by Report Manager. The Report Model was created through the Business Intelligense Studio, and has a fixed data source defined using ...Show All

  • Visual Studio 2008 (Pre-release) Accessing elements of a resource dictionary in code behind

    Hi , I wanted to know if there is a method to access an element of a resource dictionary defined in xaml, in code behind. In <Grid.Resource> I have aVisualBrush, in which I have an ImageBrush. I desire to change the ImageSource property of the ImageBrush at run-time.For this I have to access the ImageBrush in code behind. The x:Name or x:Key attribute of the ImageBrush is not recognised in the code. So, how can I set the IamgeSou ...Show All

  • Windows Forms Databinding of datagrid & combo box

    Hi everyone, i have 2 qns which i need helps from you guys. 1) i have to databind a dataset to the datagrid. The dataset contain a table with 2 colums : CateogryID and CategoryName. After binding it to the datagrid, i would allow the  ...Show All

  • Visual Studio 2008 (Pre-release) Internal Server Error when accessing MEX

    Hi, I have installed January version of WCF and I have problems accessing Metadata Exchange in the simplest scenario (which used to work in Beta 1). The code is extremally basic - hello world code. Just to eliminate potential problems. When I access: http://localhost:8080/Service1/mex I get internal server error. I've tried also to use directly MetadataResolver to fetch data from this url, but it failed. I also tried to manpulate wit ...Show All

  • Windows Forms Form.Timer freezes

    I want to display a countdown timer in my application. I used Form.Timer, set the interval, enable it then start it. It worked fine except in some part of the application where for example it does something that consume time, my timer freezes. Anybody know how to solve this issue It sounds like your time consuming operation is hogging up the UI thread so your Timer Ticks won't happen until the time consuming ...Show All

  • .NET Development array redim and redim preserve

    Greetings All, The following is the vb.net code i need equilant C# code. can anybody pls help me to complete the following Dim vaResultSet If Not IsArray(vaResultSet) Then ReDim vaResultSet(0) Else ReDim Preserve vaResultSet(UBound(vaResultSet) + 1) End If Thanks in advance sai Sadly, Microsoft were forced to preserve a lot of VB6 *** in VB.NET. Read this link: ...Show All

  • SQL Server Could anyone attach the AdventureWorksDW to their SQL Server database engine?

    Hi, all here, I got a problem when trying to attach the AdventureWorksDW sample database to the SQL Server database engine. Error occured as: could not find row in sysindexes for database ID 21, object ID 1, index ID 1, Run DBCC CHECKTABLE on sysindexes . The sample database was downloaded from http://www.microsoft.com/downloads/details.aspx FamilyID=e719ecf7-9f46-4312-af89-6ad8702e4e6e&DisplayLang=en . So could anyone help me to so ...Show All

  • .NET Development Webservice SSL issue

    I have a secure webservice that uses SSL (and basic authentication).  I also have a client application that calls functions on this secure web service. We get an error " Could not establish secure channel for SSL/TLS".  We have tried all the suggestions on the net and have finally run out of options.  Has anyone else had this problem   This problem happens sporadically on some machines, and on others it happens with every sin ...Show All

  • Visual Studio Express Editions Problems encountered when changing to 2005

    Hello, I just installed VC++ Express 2005 and opened my project in it. It seems several changes were made in the compiler that now causes my code to be erroneous. I'd like an explanation why these things have changed and the best way to correct them if possible (when its not obvious). 1. I noticed the Win32 Application project wizard was gone. Why 2. for-loops no longer accept previous loop-variables from same-level for-loops to be used. W ...Show All

  • Visual Studio Visual Studio debugger stopped launching

    I have VS 6.0 and VS.Net 2003 installed on my workstation. I use the debugger to debug the JavaScript in my web pages. Normally, when an error occurs and I indicate that I want to debug it, I am offered the choice of either debugger. Last Friday, something changed and I cannot get past the "Do you wish to Debug " message. If I click Yes, nothing happens. I recently had the HD replaced in my Win XP Pro system and have been reinstalli ...Show All

  • Visual Studio Team System Open TFS dialogs

    Is that a way to open TFS dialogs from code (VS2003) I would like to prompt the user the CheckIn/Checkout/Get dialogs from code Tried DTE.ExecuteCommand("File.TfsCheckIn","") but it didnt work  The commands are available from VS2005 Thanks Avi No, unfortunately all of our dialog classes are marked internal at the moment. ...Show All

  • Visual FoxPro older scatter gather, and VFP.

    Hi; I have a form which the user fills. The info the user enters need to be added as a record in a table. In the Foxpro2.6 world I used to do this by letting the user edit empty memory vars, and then append blank / gather from memvar. I am wondering if there is a better way to do this in VFP9 I know I can use buffering then tableupdate(), but that requires that I would append blank FIRST before I let the user edit the fields. ...Show All

  • Windows Forms Deployment

    Hi !!! I am workng on Smart Device Application and I Want to deploy the application.I have done some R&D on this issue and found an example on the .net. Below is the Link http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/netcfdeployment.asp This example G ...Show All

  • Visual Basic Best method of printing in vb.net

    Can anyone recommend a method i could use to print reportys in vb.net that is tied to a database Thanx SQL Server 2005 has reporting services - perhaps that's the direction you want to go ...Show All

  • Visual Studio How to change the selected tasks category?

    My addin adds new tasks to visual studio "Tasks List" window. However, my tasks are not immediately visible to the users. They have to select the "Add-ins and Macros" category from the drop down box in the "Tasks List" window before they can see them. Can I make this selectoin programatically from my add-in Hi,   This should do the trick http://blogs.msdn.com/chetanc/archive/2005/11/08/490233.aspx Ady. ...Show All

©2008 Software Development Network

powered by phorum