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

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

mvinod

Member List

kenmc
Ron Park
PCHEEK
Rich MSFT
Steven Bowman
FFil
stan_gamla
SujathaB
AnneF
Marcelo Glauco
Michael Legner
Geeee
lvxq18
Oystein Isaksen
Harvey Norman
marcelo mazon
Clark Anderson
Toop
victorj
Tatakau
Only Title

mvinod's Q&A profile

  • Visual C++ noob programmer questions:)

    Hey guys Im new to programming and am teaching myself c++ with the visual c++.net express edition. I finally figured out how to build(compile) and run a simple program but now I have a new question. I click on start new project. then make my source file and name it. then i input a simple program, build and run it. now i click on add new source file and change the program around a little and when i try to build and run it, it wants to link with the other source file. How can I stop this linking together of source files in the same project so i can easily switch back and forth between the two Do I have to start a whole new project everytime I ...Show All

  • Visual C++ Problem in setting PATH,LIB and INCLUDE environment variables through script for 32 and 64 bit plateforms.

    Hi, I'm using Visual Studio 2005 Professional Edition. I have a script file (batch file) to launch the devenv by using /useenv. Through this script some environment variable are being set for both 32 and 64 bit plateforms. if, I need different values for both 32 and 64 plateforms,I use two variables in the script e.g. A32 and A64 otherwise only one environment variable. This is required,  So, that I can compile code for both 32 and 64 bit plateforms on the same IDE, which was launched by the script. Now, the problem comes to set the standard environment variables e.g. PATH, LIB and INCLUDE a ...Show All

  • Windows Forms Such a dumb question I am ashamed to ask

    In a win forms application I am trying to pass a parameter to another form when I call it.  Specifically I want to change the text of a label on the form and set a parameter for the data call to an appropriate value depending on whence I call it.  At present I have in the calling form  Form lookupForm = new combinedForm();  lookupForm.te ...Show All

  • Visual J# [J#] Convert bitmap to array of bytes

    Hi everyone!   I'd like to ask you how to convert bitmap or any image to array of bytes. I need that because I want to send this image through the socket (some kind of stream) to my second application - I have client and server. Maybe you know diffrent kind of solution. Thanks for any ideas. This is C#, but the concept is the same: private byte [] Bitmap2Bytes( Bitmap bmp) {     MemoryStream stream = new MemoryStream ();     bmp.Save(stream, ImageFormat .Bmp);     return stream.ToArray(); } private Bitmap By ...Show All

  • SQL Server Sql Reporting Services problem

    Hi, I use sql reporting services in a C# windows form application. I made 3 reports which i use in the application. I tried to use each report several times during the application, i.e. - I filled in the report with parameters and DB data at first during the running of the application, and created a mhtml file from the report. when I tried to use the same report in the same running time of the application , but with different data and different parameters, I saw that the report I get is the first report I made, with the old data and old parameters although the data in the DB has changed and the parameters I gave the report have cha ...Show All

  • SQL Server Conditional Split to send top 10, top20, and top 30 in three different flows ?

    I  have dataflow that i wish to split. The recordset that i uses is sorted by the Sort Task. After that i'll like to take the Top 10 records and send in one direction, then ill like to take the top 20 and send in another direction and finally Top 30 in a third direction. How can i do that Thank you Jamie! Your "SSIS Nugget: Select Top N in a data-flow" worked great. I have one question though - I couldnt get the " Output0Buffer" to work, but when I changed the SynchronousInputID for the Output to 0 it worked, what is the connection between the declaration of the Output0Buffer and the Synchronous se ...Show All

  • Windows Forms DataGridView events master detail

    I have 3 nested DataGridViews (Parent, child, grandchild). Which event in the grandchild(most detailed) DataGridView should be used to capture when it's data has changed    Since it's bound to the child, which is bound to the Parent, it's data changes when either of these other two grid's change. I've tried the grandchild's DataBindingComplete and SelectionChanged events but these sometimes fire more than once when clicking (making selections) in the other two grids.  I can't seem to find any event in the grandchild grid that fires just once. VS 2005 Thank you. The DataBinding ...Show All

  • Visual C++ Why can't I use "short" as an index of an array? Get C3262.

    Create a winform project.  Add the following code to InitializeComponent()     array < short ,2>^ arr = gcnew array < short ,2>(10,10);     short i=0, j=0;     arr[i, j] = 10;           // C3262 here     arr[i, (int)j] = 10;     // no complaints here If I explicitly cast j to int it's all fine.  Why can't the compiler cast it   The compiler doesn't seem to mind what i is.  Why j I am running VS2005 Beta2 under Win2K Prof. hdp. ...Show All

  • Visual C# C# Resolution Independent Application

    How to develop resoultion independent application in C#. I developed applicaion in 1200x768, I want the same application should run in different monitor resolution.  How to do it in C#. plz help me. Hi, as i get yoour point you want to have dynamic sizing windows in according to the window's size. You can reach this by using the dock feature of controls and by placing your contorls into panels like the table layout and flowlayout panels. Or you can use anchroing of your controls: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbtskanchoringcontrol.asp ...Show All

  • Visual Studio Team System LoadTest1.loadtest

    In visual studios, if I click on test -> administer test control, when I run my load test I can add the results into the LoadTest database.  How do I accomplish the same thing but using the command line It is here: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\EnterpriseTools\QualityTools\Controller But the connection string is encrypted, so you need to use VS to set the connection string. ...Show All

  • Visual Basic Student Team Project: Project DJ Magik

    I am having a problem getting the Realplayer commponent within the VB 6.0 commponents Add tab. "C:\WINNT\System32\rmoc3260.dll could not be loaded" I would aslo like to use a label or a list box to display Lyrics text from a Txt file stored in a database. Any help within the general scope of ideas would be helpful. As to Why this error is appearing or as to a easier route to the desired output Additional log file for Reported errors: Foorm log name: FrmMediaplayer.log Line 78: Class RealAudioObjectsCtl.RealAudio of control RealAudio1 was not a loaded control class. Line 84: The property name _ExtentX in Real ...Show All

  • SQL Server SQL server configuration manager can to other instances of SQL server

    Install two instance of SQL Server 2005 on the same box.  I can see both instances from management studio, but could not connect to the second instance from SQL configuration Manager.  Questions: 1) I install the second instance by accident and want to uninstall the second install, how do I do it   2) In the mean time how can I shut down any service related to that instance so it does not take of extra resources Look forward to hearing from you. This would be great but I when I try to uninstall using add or remove programs it removed the primary instance and the secondary instance.  I o ...Show All

  • Windows Forms Position of context menu

    Hi, How can I get the position of context menu Thank's Alexei Normally, the context menu will be shown at the center of the control when the keyboard is used to invoke the context menu of a control (Shift+F10, for example). You can customize the location as follows. Override WndProc in the grid and check if the Message.Msg is WM_CONTEXTMENU (0x007b) If so, check if the Message.LParam is -1, which means this was due to a keyboard message as opposed to the user right-clicking the mouse. Now, call the associated ContextMenu's Show method explicity at the selected row position. Make sure NOT to call the base class after show ...Show All

  • Windows Forms Timers

    Hi! Is there any way i can know how many times a timer has ticked Also, if i make a call to timer.Start(), the timer starts and my code continues execution. Is there any way I can block the code from furthur execution till the timer is done with its work Thanks It sounds like you want to run a loop at a specified interval ...Show All

  • Visual Studio Express Editions Updating the database

    I am asking a pretty common question it seems. Yes, I did look and do see the existing posts/responses. My problem is that I am not seeing the database actually get updated with new data. It seems fine at runtime, but if I shutdown the app and check the Db it is not getting back to the table. I also added some code from one of those VB for dummies books to help check that the update worked and it claims it is. I must be a different kind of dummy, lol. As I mentioned, I have seen the numerous responses regarding this issue, so I am quite puzzled as to why this isn't fising my problem. I checked the "copy to output di ...Show All

©2008 Software Development Network