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

Software Development Network >> Bhupendra Dhande's Q&A profile

Bhupendra Dhande

Member List

jonalder
hyslopc
marcusaurelius
Paul Papadopoulos
gurpreet11
Jeffrey Irish
Scott Morrison
Bajrang
ksrksr
Oliver Lundt
hahahaha
RSoh
Ted69
TimStspry
Balasubramaniam K
akka
alexbartell
Manidkn
Shane Harris
pmcdermott
Only Title

Bhupendra Dhande's Q&A profile

  • Visual Studio Plugging in the SDC WiX tasks to Team Build

    One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example:                     <CompileMsi                         SourceFiles="SourceFile1.wxs;SourceFile2.wxs"                         OutputFile="OutputFile.wxsobj"       ...Show All

  • Visual C++ Browse Info File in Visual Studio 2005

    Hello All, I had Visual Studio 2005 installed, and created and built a Project, and the browse info file myapp.bsc is generated too. But where can I set this browse info file in the project It seems VC++8.0 is quite different than VC++6.0 in regards to browse info file, and I can not figure it out. Please help.. Thanks a lot, Melvine Browse information consists of two pieces: the sbr files (for each cpp file) and bsc (the overall bsc file). The sbr paths can be set in Project Properties -> C/C++ -> Browse Information -> Browse File (/FR /Fr option ). The bsc path can be set in Project Proper ...Show All

  • Windows Forms UserControl, child control, and scrolling

    Greetings, I have a custom user control.  Because I have a complex hierarchy of child object that can be drawn to the screen (potentially thousands of objects) I opted not to derive them all from Control/UserControl for various reasons.  Instead, they all derive from a custom class that has no base class (except object). The UserControl has AutoScroll = Tru ...Show All

  • Visual Basic help - how to get different values from same table

    Dear Friends, I have 2 tables --> User and Car. Both have unique ids and each user has 2 cars. for example, Jim has Ford and Honda Jill has Toyota and Subara Jack has Toyota and Honda John has Ford and Ford So I am storing the 2 car ids in the user table. I am not creating any bridge table. So in the report I want the user and their car. But I get the following report on the above data: Jim -- Ford Jill -- Toyota Jack -- Toyota John -- Ford -- Ford Notice, that the first 3 records just display first car. The forth record displays both cars. In the crystal report, I did like this in the "SQL Expression Fields" to get the name of first car ...Show All

  • Visual C# RasGetConnectStatus() not working

    Hi everybody,   Is there someone who can tell me why the RASGetConnectStatus() is not functioning and how to fixed this I like to get status of ras in order to maintain the connection until explicitly close by user. Also, the RasHangUp() also not working properly. Thanks in Advance. [code] private void ReconnectVPNRAS() {    while (this.CheckRasConnection(this.IDConnexionRAS) == false)    {  string connectName = this.txtIpAddress.Text;  string user = this.txtUsername.Text;  string pass = this.txtPassword.Text;     this.OpenConnection(connectName,user,pass,"");  Thread.Sleep(1000) ...Show All

  • SQL Server Sql server 2005 managment studio crashes randomly

    Hi all, i am getting these type of errors in the managment tool where i try to look a stored p. or see the schema list or listing tables in a database. THe errors looks like this one below but it does change in the InvalidArgument=Value of '***' *** area it gets numbers 448 1 5 or something else and after the error management studio doesnt work correctly, in the summory window nothing shows up, . here is the detailed error message Please help.  See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** Syst ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. firstperson camera lights

    if I set the lights like this device.Lights[0].Direction = camera.LookAtPoint; device.Lights[0].Position = camera.EyeLocation; this should set the lights to where ever the camera is and looking right also is there a good way to slow down the mouse movment im using the sampleframework and C# The Light.Direction member is a direction, not a location. You would instead want to do something like: device.Lights[0].Direction = camera.LookAtPoint - camera.EyeLocation Note that only lights of type LightType.Spot use both the direction and position properties. You can, however, achieve a percept ...Show All

  • Visual Studio Express Editions Icons

    I was hoping to find some new button icons as per an article a while back on MSDN, can't seem to locate it now.  Does the VB Express download have these somewhere I am not complaining if not, I think it is terrifuc MS has alowed a free download of VB.  I know they have some plans as to market share and takeup but it it suits me. Geoff When you register you should receive an email about all the benefits you can get.  One of those is some free icons.  You need to sign into the Benefits center in order to download them. ...Show All

  • Visual C# Problem with ConfigurationManager Class

    I used ConfigurationManger class in VWD (C#). Now I am trying to use it in VC# but not able to find it in the System.Configuration Reference. I am not suer what is the issue. ...Show All

  • Visual Studio Express Editions Public Variables in C#

    Hi there, I am just starting to migrate over to C# from Visual Basic 6.0. I am having trouble in declaring Puclic Variables which are to be accessed from any where in the application. The application is a database application and uses several forms and modules. In VB6.0 we do it by declaring Public Variables in a Module.Bas in the (General) section and that's it. Each of the public variables are then accessible from any where in the application. I would appreciate if one of you gurus can tell me how to do it in Visual C# Express. Thanks a lot and regards. itguru65 Use static properties/fields: internal &nb ...Show All

  • Smart Device Development Using PocketPC serial port

    Can anyone give me some advice about using serial ports in VS2005 beta 2 on a pocket_pc. At first glance it seems easy, just declare an object as System.IO.Ports.SerialPort with events and process the datareceived event. Simple enough. However, putting this code in a class and tring to generate an event based on the DataReveived event results in   "An unhandled exception of type ' System.NotSupportedException occured in System.Drawing.dll" the Additional Information states "Control.Invoke must be used to interact with controls created on a seperate thread". This really has me confused since when you look at the code included, I am not ...Show All

  • Windows Forms Deployment problems

    I am distributing a free medical billing application using ClickOnce. When it deploys it is a thing of beauty, but currently about 75% of attempted deployments fail. I do have the WinFX runtime in the deployment string but people still run into problems (usually their OS not having all necessary updates). Can I include (and would you recommend) MS updates in the deployment string Hmm... I'm not exactly sure what you are describing. The Bootstrapper (Pre Requisites dialog) is the vehicle for assuring the required pre-requisites are on the machine. If people aren't using that, then that could explain the failures. ...Show All

  • SQL Server Sybase OLE DB and Variables expressions

    I just tried to read data from a sybase db by using a simple "select * from " + @[User::Tablename] defined as expression in a variable, using this variable as command in a Sybase OLE DB source. EvaluateasExpression is set to true, connection usually works fine. When I try the preview now in the ole db source I receive an error from the [DataDirect ADO Sybase Provider] "Incorrect syntax near the keyword WHERE" My Variable does not inlcude any where clause, so does someone know, if the Sybase OLE DB provider add keywords to a statement or where does the WHERE come from Thanks in advance nobsay ...Show All

  • .NET Development Simplest way to move records from one db to another db

    Hi All, I need the fetch the details from oracle db. I am doing this in my front end. Now i have to move this details fetched from other application's db(oracle) to my applications db that is SQL Server in a temp table. Can any one suggest a simplest way to do that. i have a option of moving the details to a dataset and then move the records from there. But i need an alternative. Nb: I don use any linked server or stored procedure to fetch the other db's details. Regards, satish.r You could create a SQL Server DTS package that pulls the information from Oracle and puts it into SQL Server. There are a lot ...Show All

  • Visual Studio Team System B3R upgrade to RC issues

    ok, since it looks like I'm in for a long day I figure I'll just make a general post for all the issues I run into. The one I'm hitting now is in the upgrade document it says to install SQL Server update KB914595 - that its available on the web and on the install media. There is no KB914595 on the install media - only KB912838 and KB913393. Nor is it available at the link given in the document - http://go.microsoft.com/fwlink/ linkid=62015 I'm assuming the install will work without this fix since noone else seems to be complaining about not having it... Thanks for the detailed (and colorful) feedback. We're going to make seve ...Show All

©2008 Software Development Network