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

Software Development Network >> Bhanu Prakash Nunna - MSFT's Q&A profile

Bhanu Prakash Nunna - MSFT

Member List

Nirma
iterationx
WhyteKnight
PdCNZ
Guruprasad Hathwar
Helen999888
robhare
Lars E.Nes
Eletricman
Seapoppy
kcchesnut
Beny at work
Thalion
dakota367
Rekar
donkaiser
Simone1
Flashouille
BLueDeViL
Law Ninja
Only Title

Bhanu Prakash Nunna - MSFT's Q&A profile

  • Visual C# simple questions related to C sharp

    1- Sometimes we use ( ) like in : Mydatatable.columns.add(….) and sometimes we use [] like in arrays. When do we use [] and when we use () in C# 2- why do we use TypeOf() in C# and gettype in VB. any explanantion pls 3- Sometimes string and sometimes upper "S" : String like in TypeOf(String). when do we use string and when do we use String Thank you 1. In C# whenever you see ()’s used it means that you are calling a method while the use of []’s means that you are passing in an array index or key into an array type object. 2. The language designers opted to implement the same functionality in slightly different ways based on their views of the language and its uses. Similar cases can be found throughout. 3. In ...Show All

  • Visual Studio how to know when a build fails

    Hello, I have a project with multiple solutions. I would like to build to continue even if one of the solution fail. However, at the end i would like to know that the build pass or fail so that i can perform some other action. Thanks in advance for any help. First way to do it that pops out of me head would be something like this: <Target Name="BuildSolution1"> <msbuild project="solution1... <onerror calltargets="BuildSolution2"/> </Target> <Target Name="BuildSolution2" DependsOnTargets="BuildSolution1> <msbuild project="solution2... <onerror calltargets="BuildSolution3"/> < ...Show All

  • Visual C++ OTP: Link Error in vc6

    Hello, I added unicode lib to my project and it worked corectly, after that I added a personal lib to it.then I recieved these errors:(I ignored nafxcwd.lib and libcmtd.lib) uafxcwd.lib(appcore.obj) : error LNK2005: "public: static class CPtrList * CDocManager::pStaticList" ( pStaticList@CDocManager@@2PAVCPtrList@@A ) already defined in Nafxcwd.lib(appcore.obj) uafxcwd.lib(appcore.obj) : error LNK2005: "public: static class CDocManager * CDocManager::pStaticDocManager" ( pStaticDocManager@CDocManager@@2PAV1@A ) already defined in Nafxcwd.lib(appcore.obj) uafxcwd.lib(appcore.obj) : error LNK2005: "public: static int CDocManager::bStaticInit" ( bStaticInit@CDocManager@@2HA ) already defined in Nafxcwd.lib( ...Show All

  • .NET Development Connecting to a database on a website

    I want my datagridview to look up its data off a database on a website, currently I have this code to connect it to a local database. What do I change to make it look on a website... Imports System.Data Imports System.Data.OleDb public class DatabaseClass private theConnectionString as String = " Provider = Microsoft.Jet.OLEDB.4.0 ; Data Source = C:\mydatabase.mdb ; User Id = admin ; Password = ;" private theDataSet as new DataSet() private theDataAdapter as new OleDbDataAdapter() private theConnection as new OleDbConnection(theConnectionString) 'create our connection object private sub DoGetData() 'create the SELECT command, so we can select all of our data from the database Dim ...Show All

  • Visual Basic Searching Records on Windows Form

    I can't seem to find a solution for this anywhere! Everywhere I've searched on Google always shows me how to do this with a datagrid - but not a form. I've created a form which correctly displays all my fields in a recordset. I can scroll through them, add new records, delete records, etc. etc. and everything is fine. I now want to add a Search field to the form so that when the user enters a search string, it automatically searches through the dataset and refreshes the display to display the appropriate search result (i.e. populates the currently open form with the appropriate record). Any help will be appreciated. A bit of background: - I am using a sql server database and a windows ...Show All

  • Software Development for Windows Vista Windows WorkFlow Introduction

    Friends, Our next scheduled project will need a workflow engine. I am new to WorkFlow system. So i would like to get simple notes that tells abt Windows workflow foundation. I want to know how to install, configure Windows Workflow foundation and design and develop workflow enabled applications using Windows Workflow Foundations and VS.NET 2005. Pls just mail me some links and notes if u have. My mail id getsreejith@gmail.com Sreejith Hi Sreejith Looks like you should have 3.0 installed if you have those folders. Also check if you have this folder - C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0 VS should "Just Work" and start picking up the new framework. Wh ...Show All

  • Visual Basic BackgroundWorker and NotifyIcon duplication problem

    Hello all. I have an MDI Parent form which runs a backgroundworker for a lengthy process. The problem I am getting is when the backgroundworker start its work, the MDI parent forms notifyicon is replicated in the tray. When the backgroundworker has finished, the notifyicon remains in the tray. After a period of time there are numerous icons in the tray and if you hover your mouse over them, they disappear. How can I prevent the icon from appearing, or destroy it on completion of the backgroundworkers actions Many thanks. Hmm, BackgroundWorker and NotifyIcon How are they connected Show us some code please... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. dxdiag under Direct3D 10?

    Hi all, is there anything like DirectX Diagnostic Tool (dxdiag) for Windows Vista x64 I wanted to do some performace testing on my ATI 19000XTX. I want to check if the low FPS on some D3D 9 games is because of D3D 9 emulation or driver issue. My guess is that the driver works fine, but the software is not optimised to D3D 10 & Win Vista 64bit. Is there any workaround to speed up non "D3D 10 & Win Vista 64bit" software Regards, JoeBlk Thank you for the information Jack. I will try to find the dxdiag tool. I will sit and wait for ATI to improve the drivers and wait for the software developers to improve their products. :) In the meantime i will start reading/learn more about ...Show All

  • Visual Studio Whitespace display in VS2005 Editor

    I just installed VS2005 on XP. When I edit a file and enter a tab, the editor shows an arrow (->). when I enter a space, it shows a period (.). How do I turn it off I just want to see empty spaces for whitespaces. I've looked thru Tools->Options->Editor and could not find anything. I did the same install on W2K, and the editor worked fine. ...Show All

  • Windows Live Developer Forums Pushpin to Address, rather than Lat/Long

    Pushpin to Address, rather than Lat/Long I'm having some massive difficulties in displaying a map with a pushpin set to a specific location. Basically, I have the address information in a database, and would like to show a map to the location with a pushpin. The second step is get driving directions between two locations in the database, but let's tackle issue #1 first eh <script src=" http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script > <script> var map = null; var pinID = 1; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); } map.FindLocation('812 10th Street, Milford, IA'); function AddPin() { var pin = new VEPushp ...Show All

  • SQL Server Plug-in Algorithm in data mining using SQL Server 2005??

    Hi, actually i want to implement a c# component that can help third party data mining algorithm and i want managed plug-in algorithm (without wrapper),. is it possible to write whole application in c# as Analysis servisce is in c++ , can we implement it in c# thanks in advance ~Chinmay I'm assuming that you're aware of the managed plug-in framework that's available for download here: http://www.microsoft.com/downloads/details.aspx familyid=DF0BA5AA-B4BD-4705-AA0A-B477BA72A9CB&displaylang=en#DMAPI . This package includes the source code for a sample plug-in algorithm written in C#. Can you clarify your scenario and why/if this does not meet your needs (since you indicate that you don't want to use a &qu ...Show All

  • SQL Server Error converting data type varchar to float.

    Hi, I am experencing a data type cast issue in T-SQL, basically our application comtains both numeric and non-numeric data in the same column, I want to retrieve the numeric data only. Assuming a table has one column create table TT(c1 varchar(20) ) and insert 2 rows into the table insert into TT values('100') insert into TT values('test') Now if I want to do numeric comparison on column c1, I will get an error, e.g. select * from TT where c1 >100 because SQL server trying to convert 'test' to a number impcilitly. I tried to create an UDF to handle the non-numeric data conversion, e.g. if the data is numeric then return the number, if the data is non-numeric, then return a NULL. create function numcas ...Show All

  • Gadgets Can't add sample gadget from SDK to my Gadget list.

    I am following the Gadget SDK instructions to add a gadget to my live.com page using IE7. The sample hello world was proper installed and I could use the http://localhost/Gadgets/Hello/HelloWorldGadget.xml to launch this page on my local IIS. Next, I following the SDK instructions: Go to http://www.live.com Click on 'add stuff, and click on 'Advanced Options' Enter the url to the manifest XML for one of the sample Gadgets in the 'add Gadget or feed by url' edit box. For example, try http://localhost/Gadgets/hello/HelloWorldGadget.xml . but this failed when I hit the "Subscribe button" with error: It trapped to line 518 of shared.live.com/.../liveframework.js {xml.open("GET",o.url,true);} ...Show All

  • SQL Server FullText Ranking

    Is there an article that explains how the fulltext results are ranked I cannot find any good explanation. I only have found that 1000 is perfect match and 0 is worst possible match but what does that mean I mean how does something get a 1000 and how does something get a 0 Thanks Again Try this: h ttp://msdn2.microsoft.com/en-us/library/ms142524.aspx ...Show All

  • Visual Basic Moving a form.

    Hi there, Currently in my application I have made it so I have no form border. I have put in my application.exit and minimize code but I'm wondering what the code is to move the form around ONLY when pressing down on a button/control. Thanks, AliQ Hi, I've been playing with this which moves the FORM to 250,250 on button1 being clicked. The second Sub will move the FORM around when you click a mouse button on it, but i'm still working on doing this while a button is down. Me.DragDrop may be the way to go ahead with this, i'm not sure. Regards, S_DS Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mouseEventArg As ...Show All

©2008 Software Development Network