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

Software Development Network >> K.V.Bharath's Q&A profile

K.V.Bharath

Member List

sk3636
NaudePaul
Ken_Bussell
RajaGanapathy
Sledgehammer
AndrewStone
progfg
Amanda Jamin
Endré
PitcherJ
Chaseman
LouisVanAlphen
donkaiser
Chris Pyman
mcmarquez
R.Tutus
silentC
Rups11
PPCUBAN
gauls
Only Title

K.V.Bharath's Q&A profile

  • Windows Forms list box Items

    can anyone help me out... I've already populated a listbox with the ID: listItems... now I want to reorder the items... by having two buttons.. up and down buttons.... but once Ive selected an item... The SelectedIndex returns -1... so I cant move the item.. help!!! Hi, This link has all the operations about the listbox, add, delete, modify, re-order... http://www.c-sharpcorner.com/winforms/ListBoxDA001.asp Hope this helps. ...Show All

  • Software Development for Windows Vista How to prevent Explorer to open the "Prepare this disc" dialog

    Hello, I'm working on a tool to mount arbitrary sessions on a multi session disc. It works fine on W2k and XP. On Vista, it also works fine, as long I issue my mount commands via a command line application. Using a shell extension on Vista with a recorder device, quite frequently causes Explorer to open the "Prepare this disc" dialog. Clicking Next and confirming disc preparation usually damages the media. Question: How to avoid Explorer from opening this dialog Hey Strix, So, after thinking about it I'm not entirely sure that is the right IOCTL This will definitely suppress media arrival events coming from CDROM, but I'm unsure if it will suppress volume arrival events, since I think those a ...Show All

  • Smart Device Development Custom Control under .net CF 1.1

    I'm trying to make a custom button (with image and backcolor), but have a little problem with it. I was able to create the button and add it in the toolbox as http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/sp_lab1_build_custom_control.asp is doing it. When i put one on a form i see the image and i see the background color that i want, but if i run the program on my device, the only thing i see is a normal button with the normal text on it protected override void OnPaint(PaintEventArgs e) { Rectangle imgRect; //image rectangle Brush backBrush; //brush for filling a backcolor if (!bPushed) backBrush = new SolidBrush(Parent.BackColor); else backBrush = new SolidBr ...Show All

  • Visual Studio Team System SQL Server requirement

    Please, explain me the database requirement during DB Pro work. Am I right that it's necessary to install SQL Server (i.e. SQL Express) to work with DataDude What does it do during it with databases Thanks I'm not really sure that I should answer this as it is easy to find in the descriptions, read me, etc. but .. 1. The local instance is required to validate the SQL in your project. 2. A copy of the project schema is stored and continually updated in the local instance (projectname_GUID). Without the local instance of SQL Server no project can be made / started. 3. SQL Express WILL NOT work. SQL 2005 Developer or Enterprise is needed. Please research a little before asking. Alle ...Show All

  • Visual Studio Loading Help slow...

    On my Dell Dimension 8200 (1.8 GHz, 512 MB RAM, Windows XP/Pro) loading help in Visual Studio 2005 is very slow. It takes up to two minutes (!) before the help screen opens in its own window after choosing Help from the menue or pressing Ctrl-F1, H (or some other letter). Once opened, performance is o.k. until I restart Visual Studio (having closed all instances). During load I can't do anything in Visual Studio 2005 whithout getting a "Delay Notification". A strange thing is, if I look at the task manager during the load process it doesn't show much CPU usage most of the time (it goes up to 100% for a few seconds short after beginning and a second time up to about 80% for a few seconds short before finished; for the rest of the time almos ...Show All

  • Windows Live Developer Forums Anyone else getting script errors when clicking on a pushpin?

    In IE7, the error shows up as "Expected ';'" on line 1, char 12. In FireFox, the error is "Error in parsing value for property 'width'. Delcaration dropped." Any workarounds or fixes for this ...Show All

  • Windows Live Developer Forums IRC-Channel for VE?

    he, what about an IRC-Channel about Virtual Earth, to share ideas, and get help a bit more quickly than just thru the forum If somebody wants to setup a channel on any network, post the network name and channel name, i definitely will be there. just use mIRC 6.21 ( http://www.mirc.com ) install it, start it, in the options choose the network 'quakenet' and connect when connected, just type /j #VirtualEarth and youre in ...Show All

  • Visual Studio Team System TExporer: The operation has timed out

    Hi, When I try to upload new document at Documents node at TExplorer, where operation is lasted more than 100 sec, "The operation has timed out". But, there is no error when using Share Point. Where can I find the "100 sec" upload time limit parameter I suppose that problem is at Team Explorer. Some smaller (2Mb) documents fired "The operation has timed out" but document had succeeded to upload . Possible reason can be: My.Computer.Network.UploadFile method….   where:   connectionTimeout Int32 . Timeout interval in milliseconds. Default is 100 seconds.   Thanks, V This isn't configurable thru any TFS setting. I'v ...Show All

  • SQL Server AS2005. SubSelect vs. WHERE. What can WHERE that Subselect can't?

    Hi AS gurus and fathers, By way of too many problems with WHERE in AS 2005 SP1 with Hofix i have rewritten all my queries for using of subselect. Can anybody give here an example what MDX using WHERE can, that SubSelect (SubCube) can't (exclisive [Measures] dimension under WHERE clausel). If you use subselect extensively, I would highly recommend the recently released SP2 CPT1 which is available to the public. There had been some very significant work done in the area of subselect in SP2. ...Show All

  • Visual Studio QueryStatus() isn't called until running a command for the first time

    Hi, I am writing an addin to VS 2005. I added 2 commands to the project context menu. I have a code in QueryStatus that controls the status of these commands. the problem is that QueryStatus isn't called until the first time I run one of my commands. after the first time QueryStatus is called whenever the menu opens, which is the correct behavior for me. I put a System.Diagnostics.Debugger.Break() in QueryStatus to verify when it is called. How can I make QueryStatus be called even before the first run thanks. Hi again, I ran into another problem with this. When the user disables the Add in in the add in manager, the menu items are not removed. I saw you said in another post to not use AddCo ...Show All

  • Windows Live Developer Forums How to Add PushPin using FindLocation (without providing lat and long)

    Hi guys, Just started playing with the API. I am trying to add a pushpin to general points e.g. Cities, Provinces, Postal Codes but everytime I try to the pushpin appears in a totally different point. Any insight would be much appreciated. Thanks K <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script > <script> var map = null; var pinID = 1; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); FindTO(); AddPin(); } function FindTO() { map.Fin ...Show All

  • Visual Basic Strange vb temp file problem

    Hi there Has anyone ever encountered vb6 creating temp files when the user navigates through a program A friend of mine is boggled by her vb6 app that mysteriously creates lots of tmp files as people uses the program. This has caused the server to create thousands of these tmp files, which are all empty. I have no idea what could be causing this especially since there is no explicit file handling in the code of the app. Any ideass Mike Oops, my bad...wont post those quizzies here in the future :) Thanks for your help though. I will inform the developer of this Regards ...Show All

  • Visual Studio Report doesn't render properly in master Page

    The report displays incorrectly for a web form when referencing a content placeholder in a master page. The report appears in the browser as a separate layer, above of the rest of the web page content, with a translucent background . The footer is not pushed down below the report, but instead collapses to the header leaving the report floating above the page in a separate iframe window . What is needed to correct this bizarre rendering ...Show All

  • Software Development for Windows Vista Graphic Driver(s) Problem

    I am having a problem with Vista Build 5536 RC1 . I have installed the beta OS to a secondary (slave) hdd. It was a "clean," installation and went fine, no problems until the final part of the installation. After Vista notifies that it is about to "Start for the first time," it progresses to the setup screen where you select your login picture, background wallpaper etc., etc., and it slowed down horribly. At the point where it is checking my pc performance the progress bar freezes about a 1/4 of the way through. I then reboot and after 15-20 minutes I end up at the desktop. The mouse cursor moves quite freely, however every application I launch takes forever to open. Eventually, I navigated to the Device Manager folder ...Show All

  • Windows Forms DataGridView Questions

    I have query with 19 fields I fill a table, but I only need to show 5 of the col in the datagridview and I want to give them different names from what the results set names are in asp.net with the datagrid I can set each to a datasource how can I do this with a datagridview ...Show All

©2008 Software Development Network