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

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

_RK_

Member List

A L MA
OICU812
mcassoc
Quendi
nibble
normschaef
Rushi Desai
Mark Wulf
Ed Mercado
codputer
newb821
Roni Tovi
The Eagle
virayanna
sasayaki64
Phil
rumblespaul
Amrit
MikeGrozny
Raja_dilly
Only Title

_RK_'s Q&A profile

  • Visual Studio Team System Package Load Failure

    Previously I was running VS2005, Beta 1. I removed it by running the following: For VS.NET 2k5: msiexec.exe /x {B3A02601-8FE9-4108-8E95-D94171A2F8C8} For the emulator stuff: chemas-microsoft-com ffice ffice" /> > msiexec.exe /x {E065DA2A-E1DE-41CF-A8F5-ECF40D9810B5} For J#: > msiexec.exe /x {9046F10C-F5E7-4871-BED9-8288F19C70DF} For .NET Beta 2: > msiexec.exe /x {71F8EFBF-09AF-418D-91F1-52707CDFA274}   > After this I manually deleted t ...Show All

  • Visual Basic Is there any free syntax highlighting componet for .Net Forms

    Hi, I'm just wondering if there is any free syntax highlighting componet for .Net VB Forms. I googled but didnt find any except Actipro's component for web pages. Any help is appreciated Thanks Vijay S I've been developing one as a pet project and it is free at this time.  (since I wanted a tool that could work with most languages) it's keyword based and not syntax based; additionally, one of the design goals is that a user be ab ...Show All

  • Visual Basic Saving and Recalling items in a list box

    I am working with visual basic 2005 express edition, and I have a form with a list box on, how would I save items in a list box when the form closes and recall them when the form opens. Thanks Well you have several options. The best one would be to save your list box items into a simple XML file. It should have a structure like this: <items> <item> <value>XYZ</value> <text&g ...Show All

  • SQL Server Join tables, count problems

    Hi, I have the following problem: I want to join 2 tables but the table that I want to join on has duplicates of the same record. This is what my query looks like: SELECT a.account, e.account AS Expr1, COUNT(e.ord_status) AS SentOrders, MONTH(e.datetime_added) AS Month, YEAR(e.datetime_added) AS Year FROM executionreports AS e INNER JOIN accounts AS a ON e.account = a.account WHERE (e.ord_status = '0') GROUP BY a.account, ...Show All

  • Visual Studio Express Editions Installing both c# express and web developer express

    Is it possible to install both c# express and web developer express The reason I ask is that in the download page it states that all previous editions of visual studio must be uninstalled. This seemingly precludes double installation. It is possible, I have downloaded and installed all express editions. If you read the text on the download page you will see that it mentions beta versions. If you have the rele ...Show All

  • Windows Forms TextBox with wordwrap=false still wraps at a certain point

    Hello, I have a TextBox that I need to display some data in. I need each bit of data to be on its on line. My lines are somewhat long, so much so that even with wordwrap set to false, the TextBox wraps even though a scroll bar is showing. Is there a way to override this width so that it doesn't wordwrap Thank you for your help, Are you sure you are not accidently reading in a RETURN or LINFEED Character ...Show All

  • Windows Forms Printing DatagridView

    Hi, I'd like to print only certain columns of a DataGridView. How would something like this be done I couldn't find any code examples. Thanks There isn't any built in printing support, so there are two options: 1) Use the standard printing system provided by Windows Forms and manually print out the information that you want. Check out the documentation for PrintPage and PrintDocument 2) Use the DataGridVi ...Show All

  • Windows Forms error during some WindowsForms component creation

    I get the following exception when running the following code  (c#): new TextBox(); or new ComboBox(); or new DataGrid(); The exception shown here is from new TextBox(); but it always boils down the Font.Initialize(..) code. ArtithmeticException :  Message = Overflow or underflo ...Show All

  • .NET Development memory leak in window.open() method

    if we use JScript "window" object to open a new page it causes a memory leak. steps to produce: create a button in a simple html page. on the click event of that button write the following code.     window.open(" http://www.microsoft.com ") before clicking the button note down the memory status of "IExplorer.exe" click that button and surf the opened page. u will see that memory of "IExplorer.exe" will be increased. after s ...Show All

  • SQL Server SQL Servers node in Server Explorer

    I have just started using the final release of Visual Studio 2005 Pro with SQL Express.  What happened to the SQL Servers node in the Server Explorer I apologize if this has already been explained.  I have not done much with the beta releases, so this may already be common knowledge... Any answers to this   I'd love to know this as well.  I've removed and readded my server and I still have ...Show All

  • .NET Development Write to XML NEed Help !

    I'm trying to create a xml style error logging. Whenever error occur, it'll be recorded in the xml file; it won't overwrite, but will keep adding. I'm now testing on using the code below. However, I just can't get the data write to the xml file. There is no error, but i'm not quite sure what's my mistake. Does anyone have any idea or would you be able to give me some advise on the best way to write data to xml that would not overwritten the pre ...Show All

  • Smart Device Development need a sample application

    hi there, its my 2nd post, plz help me. i need a sample application to start with, for windows mobile 5.0 for pocket pc. any small application will do, even an hello world application, or plz tell me from where can i get one. also plz suggest me sum good books for development. thanx alot in advance regards harry Please read from here about the Smart Device Development with Visual Studio 2005 http://msdn2.microsoft.com/en-US/lib ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can't get my head around transformations

    Basically, i've been tinkering around the place with some managed directx and c#, but i have yet to find a good explanation of the transformations. I just can't get my head around the various matrices such as device.Transform.Projection and device.Transform.View (i.e. how does the World matrix relate to the View matrix, and how to they relate to standard x-y-z coordinates). I can't figure out how to make something render along the x-y plane and ...Show All

  • Visual C++ public global functions

    Hi dammy! How do I specify that a global function has public visibility Right now visibility is always assembly. What is a global function If the function should be used in other .NET-Languages, you need to declare this function inside a class: namespace MyNamespace {   public ref class MyClass   {     public:       void static MyGlobalFunction() & ...Show All

  • .NET Development VS 2005 Development Web Server Problem - Broken image links

    I'm having trouble with Visual Studio 2005's development server. I used to develop my websites using .NET 2003 and IIS all on one workstation. I've now migrated to VS 2005 (without uninstalling 2003). My problem is this: When I try to debug usinv the development webserver that came with VS 2005, it debugs fine, however certain files don't get served when they are in subfolders. For example: If my webroot is / then the web ser ...Show All

©2008 Software Development Network

powered by phorum