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

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

RaviKanthReddy

Member List

fiaolle
Nico Vuyge
Liebethal
Kamii47
Jabber
Niksta
Pawel B.
medel
Christer Claesson
OnuferT
Vojislav01
Matt Deane
mnn2501
ejb111us
Meat
Jehan Badshah
markovuksanovic
JD653687
Manoj Bhardwaj
Joey Bradshaw
Only Title

RaviKanthReddy's Q&A profile

  • Windows Forms ListView column header height in .NET Framework 2.0

    When I increase the font size of ListView, the height of column headers keeps fixed and is smaller than the height of header text. In .NET Framework 1.1, there is no such problem. How can I solve it Thanks, Chester Hi, Was this issue ever resolved I have a ListView control which is flickering a lot unless I have Application.EnableVisualStyles() in my application which I do not want to have to put in. Many Thanks. Tristan. ...Show All

  • Internet Explorer Development Open a new window that has no toolbars etc. when clicking a button on my own IE extension toolbar?

    I'm porting a firefox toolbar to IE and I'm having trouble with the following: Creating a new window that has no toolbar When the user click a button on my toolbar, say when viewing www.live.com, I would like to bring up a new html window that contains information about the page, and allows the user to post comments etc. The toolbars and menubar should not be visible. I've tried a couple of approaches: - overlay window using IFrames (which are pretty much useless since IE7 came out) - execScript with showModalDialog (the popup blocker prevents this!!!) - parentWindow.open on IWebBrowser2::Document (again, the popup blocker prevents this!!!) - Navigate2 of IWebBrowser2 (no control over the toolbars etc.) ...Show All

  • .NET Development desktop vb.net calling web service xmlserializers.dll error

    Hello, I'm having a problem that i'm hoping someone out there can help me with! i have a desktop vb.net 2.0 project calling a web service - when hitting the dim of the web service when i run, i get the below error - i can see the webservice, access it's functions, etc.. but when i run, i get the below error - says that myApp.xmlserializers.dll is not found - can't create the myApp is the main project in my solution and is a desktop calling the web service - i can access the web service in explorer and also in another project no problem... any direction would be most appreciated! thanks - Dim webService As New wsOCService.OCService Error: The assembly with display name myApp.XmlSerializers' failed to load in ...Show All

  • Visual Studio Team System get Latest

    Every time when i want to get Latest version of a project, why give me a message says All FIles are up to date. No files were updated because the requested file versions were previously downloaded. To force an update, use the "Get Specific Version" command with the "Force get" option checked. What does it mean What should I do to be able to ust get latest directly Thank you Hello, TFS tracks version of files which were downloaded to your workspace. This means that if you do "Get Latest" and there are no new versions of files on the server you will get message "All fils are up to date". Is there any reason why you want to force get - are you manually changing/removing files from the ...Show All

  • Software Development for Windows Vista SQL server 2000 in windows vista

    hi, i made to run an application run on vista. it takes help of Octopus tool to deploy the databases in SQL server 2000. the application is working fine on WIndows server 2003. but in vista the deployment stops without giving an error message. but when i turn UAC off, the deployment proceeds smoothly. how to resolve this issue regards, divya All applications that run locally on Vista need to be tested and verified for Vista compatibility. The majority of SQL Server 2000 applications that run locally, but access a remote database will not require changes. However, SQL Server 2000 applications that use local databases on Windows XP or earlier (e.g. MSDE, SQL Server 2000 Developer Edi ...Show All

  • Visual Basic how to display unicode

    Is there a way to display unicode characters in a listbox or property grid "( ) ( ) ( ) " How did they get this way. It's not only what unicode you are using but what codepages they refer to. What do your internationalization settings look like ...Show All

  • Visual Studio Team System Open WorkItem Editor

    Hello there: I'm writing a Plugin for VS 2005 which work similar to TeamExplorer, this plugin show in a tree all my WorkItem's. I want double-clicking in a WorkItem and open the WorkItem Editor. There are some way to done this task thX in advance Sorry, forget about this for the moment, I saw it from RC, but in RTM it seems name space Microsoft.TeamFoundation.WorkItemTracking.Controls is no longer avaliable, maybe in next SDK or maybe it will disappear completely ...Show All

  • Visual FoxPro Visual Foxpro report writer

    I have a dbf with following fields bill no, bill date, cust name,item name,qty,rate,amount and i have 553 records. i want a simple report on 132 column stationary. i dont want totals also. (so no page footer or summary). i used visual foxpro report writer. but the report does not print with proper ejection i.e. second page starts printing from bottom of first page and third page prints from bottom of second page and so on. printer is absolutely fine because documents from excel and word print with proper page breaks. can anybody help Go here: http://www.tvse.com/index1.asp and download the latest printer drivers for you model of printer and for your O/S. I assume that you are using one of their Indian language ...Show All

  • SQL Server Cant get Reports Server page to work

    hi I have sql 2005 Standard on WinXP and i cant get http://localhost/ReportServer to work. I get the web page error Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. I have re-installed sql 2005, reinstalled IIS . I have run the aspnet_regiis -i and still nothing. Please someone, anyone , help. Hi, i tried what was said in the post but still nothing. i dont have the file mentioned above in my c:\winnt\system 32. I think the above is for win nt . I have win xp and my component services doesnt hang. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Pixel Manipulation of Textures

    Hi All I have created some 2d textures from bmp files and want to combine them in a new texture. I have been trying the surface getData()/setData() commands unsuccessfully. In fact if I get the data from a surface, modify only one pixel of it, and set the data back to the same surface I get a graduated pattern instead of just a pixel being modified Which is not really what I was expecting. Any help would be great, thanks. RF waruwaru wrote: ayatollah wrote: I found exactly this Code in another Tutorial however the "Surface" method does not seem to exist in the Final XNA Gamestudio Express 1.0 ... Anybody know how the proper method to do this is now What I want ...Show All

  • .NET Development Using managed C++ DLL in a C# console application on Windows Server 2003

    I am trying to use a Managed C++ dll in a C# application, simply creating an object of c++ class in the C# class constructor then there is an error saying the c++ dll cannot be loaded when this is running in Windows Server 2003 OS. But the same is working fine in Win XP SP2. what could be the problem. C++ class in the C# class's constructor C# class is Sample() Sample() -- constructor { C++ class:: cppclass = new CppClass() } I am pasting the error message here: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl y 'cplus_dll, Version=1.0.2460.31783, Culture=neutral, PublicKeyToken=null' or o ne of its dependencies. This application has failed to start because the applica tion ...Show All

  • .NET Development Database Wizard and Coding

    I want to know which way is better to create a database. There are two ways to get access to a database from C#, for example, I can use SQL statement to create a table; I can also use SQL statement to read value from a table. Another way is to use the database wizard to create a table. One good thing with the database wizard is that you get access to the fields directly by intellicense and the fields are easier to bind with the controls. I am just starting learning database. The problem I see with the wizard, if your database changes. For example, right now I am using an access file about if that change to oracle or any other type. How can I approach that Will that be easier to modify. I want to know if scripting is better or usin ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Crash when rendering billboard

    Hi I am trying to port beta 1 to beta 2 code. I have this crash in the rendering. Can someone tell me what I am doing wrong //Load effect myCompiledEffect = Effect.CompileEffectFromFile("content\\shaders\\bb_shader.fx", null, null, CompilerOptions.Debug | CompilerOptions.SkipOptimization, TargetPlatform.Windows); myEffect = new Effect(Game1.graphics.GraphicsDevice, myCompiledEffect.GetEffectCode(), CompilerOptions.SkipOptimization, null); public override void render() { myEffect.Parameters["WorldViewProj"].SetValue(myTransformNode.getTransform() * myScene.myView * myScene.myProj); myEffect.Parameters["WorldViewMat"].SetValue(myTransformNode.getTransform() * myScene.myView); myEffect.Para ...Show All

  • SQL Server What's In A SQL Transaction Log File?

    My LDF file started out at 504K and pretty much maintained it while my dB grew. It became apparent that I needed to delete some records - perhaps no more than 100. Also, I had to do this several times because of poor coding. Well, long story short - the LDF jump to 450MB. The dB also went up an extra 30MB or so, but even though I added many records, the dB didn't grow - obviously, lots of extra space remain unused. Question is, since the data is in the dB and the delete records contained errors... I could possiblely delete the transaction logs - after all, I don't need to deleted transaction records do I Also, is there a free LDF log viewer Normally when you make a backup of the dtabase .. ...Show All

  • Visual Studio language of error messages in error list (VS 2005)

    I recently updated to Visual Studio 2005 and I noticed that the errors in the error list (after building a solution) are all in the dutch language (probably because Dutch is the language of my Win XP version). In Visual Studio 2003 errors appaered in the English language which I think is the best because the translations to Dutch are really bad and it's easier to find topics on the internet if you "google" with English errors. Is it possible to change the language of the errors in some kind of settings. I haven't found it yet! Thank for your help. Best regards, M. Smit ...Show All

©2008 Software Development Network