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

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

simonvinyl

Member List

Mantu Singh
cherriesh
Casino Game Developer
yeshman
James Cornell
Bizzeh
Mikaelm
Ingenious
Danny Tuppeny
Alessandro Camargo
Paul Mitton
lorenrex
ZeroSerenity
SanjaDj
kuntushi
Juliano.net
olakara
ozhonetech
igor_22
simmons
Only Title

simonvinyl's Q&A profile

  • SQL Server for any button click event

    Hi All, I am new to sql server 2005. I have developed an new report using sql server 2005 repoting services in Business intelligent Development studio so any one can help me how to include this report on any aspx page ex for any button click event the report must be generated. So please any one of you help me out. Sandy, From the FAQ's at: http://www.microsoft.com/sql/technologies/reporting/faq.mspx Q. How can I add Reporting Services reports to my application A. Visual Studio 2005 (Standard and Enterprise editions) contains a set of freely redistributable Report Viewer controls that make it easy to embed Reporting Services functionality into custom applications. Two version ...Show All

  • Visual Studio Express Editions Printing a form

    After following the code found here   to print a Windows Form I now have this Dim memoryImage As Bitmap Private Sub CaptureScreen() Dim myGraphics As Graphics = Me .CreateGraphics() Dim s As Size = Me .Size memoryImage = New Bitmap(s.Width, s.Height, myGraphics) Dim memoryGraphics As Graphics = Graphics.FromImage(memoryImage) memoryGraphics.CopyFromScreen( Me .Location.X, Me .Location.Y, 0, 0, s) End Sub Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click CaptureScreen() PrintDocument1.Print() End Sub Private Sub PrintDocument1_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing. ...Show All

  • Visual Studio Team System Undoing a changeset?

    How do you back out of a changeset   I was experimenting with branches and merging and I made on a change on a branch when I intended the change for the trunk version.  BTW, I can see this being a problem because the VS editor MDI tabs only give a filename (not directory) and so does the solution explorer.  It would be nice if there were some visual cue to indicate that a solution you have loaded is not the "primary" version you work with but a branch instead. I'd like to second Buck's compliment.  You've definitely picked out some of the most painful cuts we had to make.  I believe some of them will be addressed with web releases of utilities but some need core code enhancements.&n ...Show All

  • Visual Studio Team System Error message

    Is there a place where I can look up what an error message means In particular, I keep getting the following message after I check in pending changes, what does it mean "Object reference not set to an isntance of an object." Thanks, Maggie It means something went really wrong and we are crashing somewhere. This might be something we already have fixed in SP1 so my first request would be to install it. After that if it does not go away then call MS support and see if they can provide you with a solution or QFE. For the future only the TF messages are searchable and you can just enter them in your favorite search site to get information. thanks, mario ...Show All

  • Visual Studio 2008 (Pre-release) Xaml question

    <ScaleTransform CenterX="RootPanel.ActualHeight / 2" CenterY="RootPanel.ActualHeight / 2" ScaleX="2" ScaleY="2"> How can I do something like this in xaml :) I want to create e geometry from some precalculated values so that it will be as large as a grid cell let's say. you may want to have a look at this thread : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=890020&SiteID=1 ...Show All

  • SQL Server SelectedIndexChanged not being called

    Hi I have a drop down list which gets populated from database but I want to add the default value as --Select---- Paarul wrote: Hi I have a drop down list which gets populated from database but I want to add the default value as --Select---- You have a drop down list where What are you doing Are you working in SSIS ...Show All

  • SQL Server Why for SQL 2000 max row size can not be more than 8060 characters (Japanese) nvarchar(4000)

    I want the reason for the above statement where I user nvarchar(4000) to insert the japanese text it give the same error , why we cannot have maximum size if we can have maximum size than 8060 what is the setting Please help me .. Thanks in anticipation Ashish Tahasildar Hi, NVARCHAR (which is Unicode) uses two bytes per character, therefore you are only able to store additional 60 bytes (to be safe, although you might do not occupy the full 4000 chars) HTH, jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio How to get programmatically Tab Size property for custom language?

    Hi there, As you know, for custom languages written using MPF we get some already existent options in Tools->Options->Text Editor->[OUR_LANG_NAME] . There are 2 subsections: General and Tabs . My problem is following – I need to get the value of ‘Tab Size’ property from the Tabs subsection. I need to get this in my source code to set this value to my language lexer. I use ANTLR lexer and it requires a tab size to be set for correct token indices calculation. Could anybody drop a sample of code showing how to get programmatically Tab Size property for custom language Any pointers will be much appreciated. Thanks. Hi Dmitry, I don't know about MPF and such, but since you want poin ...Show All

  • Smart Device Development startup Project

    Hello, i am developer, i want to launch my exe at the startup (when i boot up my device phone (imate sp5) i m using c++ for development purpose ) please send me code sample or API snapshot Thanks in advance Regards Salman Hello, Thanks you very much for your help task is done. Do u have any idea regarding display the running processes list. I have use this API CreateToolhelp32Snapshot() check my post of processlist for more detail its works fine in the emulator but didnt work in the device please help me ASAP Thanks in Advance Regards Salman Sadruddin ...Show All

  • Software Development for Windows Vista Visa and domain membership

    Can all versions of Windows Vista be members of a Windows Server Domain Windows XP Home Edition could not. So maybe Vista Home Basic (and Home Premium) can't ...Show All

  • Visual Studio Express Editions datagrid

    how can I clear a DataGrid without clearing Columns Dear breceivemail, By the info you have provided, have you placed a datagrid item onto your form and have populated it with data from one dataset or table and you now wish to use the same datagrid for another dataset or table. Am I right or just barking up the wrong tree. Scott ...Show All

  • SQL Server Cannot create diagram in SQL 2005

    i get the following message Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects. I am the db owner but still wouldnt let me install and create diagrams. help! cheers hey i found the answer you gotta set the owner to sa and then go to the database properties, then options, then change compatibility fromn sql 2000 (80) to sql 2005 (90) too easy.. thanks buddy ...Show All

  • Visual Studio Team System Migration from Product Studio to TFS

    Hi, I want information on how to migrate from PS to TFS. Can someone please help me with this It will be great if i can get some material related to it. Thanks. PS is internal tool and this forum is to discuss questions on public external tools. You can contact internal mailing lists or VSTS support DLs and there is a converter tool available for it. ...Show All

  • Visual Studio Sandcastle February CTP

    I got several emails about the next release of Sandcastle. I plan on releasing a CTP version by the end of this month. We currently are working on fixing bugs to ship Orcas (Visual Studio 2007) Beta 1 documentation with Sandcastle code base. I will post a blog ( http://blogs.msdn.com/sandcastle/ ) by next week about what's expected in February CTP. Cheers. Anand.. ...Show All

  • SQL Server Security Update for Microsoft Data Access Components (KB832483)

    I recently reformatted my computer and am using Windows 2000 Professional. I enabled Automatic Update. This morning I noticed that the "Security Update for MS Data Access Components (KB832483)" kept showing up. My records indicate that it successfully installed (several times), but the same update keeps showing up to be installed. I finally disabled the Automatic Update function in order to keep it from constantly reappearing. Any ideas Hope you already got this fixed, but just in case you haven't, or for future reference, try my solution on this other thread here: http://forums.microsoft.com/msdn/ShowPost.aspx postid=980173&isthread=true&siteid=1 Have a great day :) Sandy ...Show All

©2008 Software Development Network