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

Software Development Network >> Peter Blomqvist's Q&A profile

Peter Blomqvist

Member List

woh
anina
ssdfsdfsdfsdfsdf
Fil Mackay
pavel_roy
Will MC
JimPan
franz
thejez
Igor Kryltsov
RyanBay
MelGrubb
aao123
mcline700
DevInstinct
NikosG
edwin220
Diggers
RGB
Spidey
Only Title

Peter Blomqvist's Q&A profile

  • Windows Forms IDesignerSerializationService.Deserialize now adds Components to IDesignerHost.Container

    A breaking change in the behavior of the IDesignerSerializationService in Visual Studio 2005: formerly, the Deserialize method could be used to deserialized a previously serialized set of IComponents, without adding those IComponents to the IContainer in the IDesginerHost. The new implementation now addes them to the IContainer and seems to create a new DesignerTransaction to do so. This breaks our code which needs to create temporary objects ...Show All

  • Visual Studio Express Editions Screenshot

    Hi, I am formerly a VB6 developer and have been having problems with Visual Basic 2005 . What I want to do is take a screenshot of a form, and put it into a picturebox. This needs to be done while the form I am taking the screenshot of is hidden. Here is some code I have tried: Thanks so much, this code worked exactly as I needed it to! ...Show All

  • .NET Development Master page:dynamic loading of aspx pages in multiple conten place holders

    hi.. i hav an issue as.. my application has one master page contains multiple contentplaceholders and buttons.on button click event i hav to load aspx page.. in my trial i tried with ascx (controls) its working..i dont get for aspx page. Reply...immd Thanks in advance ...Show All

  • Visual Basic resource parameter?

    im not quite sure how this happened and im not sure on what it is and how to fix it.. help please Error 1 The item "obj\Debug\abc.Form1.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter. just read this http://forums.microsoft.com/msdn/showpost.aspx postid=550253&SiteID=1 ...Show All

  • Software Development for Windows Vista How to close multiple dialgs opened by one process ?

    Dears, I want to close multiple dialogs opened by a process There is no main window in these dialogs. what should I do Ron Check here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=427649&SiteID=1 HTH ...Show All

  • SQL Server CSV Exports are not as expected, columns are missing

    I use SQL2005. I have a hard time understanding the reason why the CSV exports are not exporting the report with all the columns. Only the first column of data is exported. example, I have report like this Product Customer Jan Feb Mar Apr Jun p1 C1 12 3 13 7 20 After csv export, I get a bunch of label down the rows, then I see my Product and Customer columns but I can only see Jan. Feb Mar Apr and Jun are NOT exported. ...Show All

  • Windows Forms how to populate a datagridview?

    how can i populate a datagridview without a database i'd like to use it as a list. You need to manually create the columns for the datagridview at either design time, or runtime. Check out msdn resources for "Unbound Datagridview" You'll also have to create the rows programatically. ...Show All

  • Visual Basic Project Properties Window fails to display

    I'm learning to like VS 2005 alot over VB6. Not that I drove VB6 to the max not at all, but VS 2002 just seems a lot more capable at more things. I've got one problem however, right now if I go to Add Web Reference I get the following error message:- Web Services Enumeration are not available. You need to reinstall VS to add web references. Anyway I found a downloadable Add Web References, installed it and no change, still the error mes ...Show All

  • .NET Development Parser Error Message: Unrecognized attribute 'xmlns'.

    Hello There! I have a web service which works fine until you precompile it (ASP.NET 2.0). I place it into a virtual directory of IIS 5.1. When you try to browse it, instead of getting the webservice list of available methods, you get a server error report: Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuratio ...Show All

  • SQL Server Error:... it requires a higher level edition.

    I've read some threads on this topic and all have been solved by installing the SSIS service. This would be fine except for the fact that I already have SSIS installed and working on the server the package is being called from. I have several scheduled packages that work without error and a few that fail, telling me "Error: ... it requires a higher level edition." Does SSIS need to be installed on the target server as well Do I need to ...Show All

  • SQL Server Select All column except one in SQL

    Hi, I have a table with 100 column i want to select 99 column except one without writting name of all the 99 columns in the select statement. Hi Prashant, I guess SSMS is the Sql Server Management Studio. This is the replaced Enterprise Manager of SQL Server 2000 for SQL2005. You can have a similar solution in SQL 2005 by using SSMS. Just go to table you want to list its columns. Open context menu, select "Script Table as ...Show All

  • Visual FoxPro SELECT statement is showing unwanted display of data and is not passing data to a table.

    I'm using a SELECT statement to pull out data from a table... that is working great. What I'm trying to do is feed the selected data to a different table using REPLACE so that it can be used by a report. All of this is triggered from a command button on a form. Here's the code for the CLICK property of the button: SELECT store, stock, year_1, make_1, model_1, auction1, transport, recon, sold_for, fees, net_check, result ; FROM wholes ...Show All

  • Visual Basic checking properties of folders

    Hi all, I am trying to run some processes to tidy up our SAN storage.  A couple of the things I am struggling with are : 1)   Checking the security of the folder properties to check who the owner is 2)   Checking the security of the folder to check if "Inherit" is ticked 3)   Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All

  • .NET Development How to get the latest certificate from X509Certificate2Collection

    Hi, Please redirect me if I have landed in wrong forum. X509Store store = new X509Store ( "MY" , StoreLocation .CurrentUser); store.Open( OpenFlags .ReadWrite); //Get all the certs from 'Personal Store' X509Certificate2Collection coll = ( X509Certificate2Collection )store.Certificates; In above code I am taking all the certs from Personal store into CertificateCollection. From this collection i want to find ...Show All

  • Visual Studio Team System Backup you data with Team Foundation Server Beta 3

    Since the documentation looks to be outdated: What are the steps to take to backup all the data within TFS3. It should be a backup of all tables (including SharePoint Services and Reporting Serves data) from SQL Server and a backup of Windows SharePoint Services. Is that it Are the attachements now stored within the database Thanks, Neno That's the version control file cache, as Bill mentioned.  The version control caching proxy is bo ...Show All

©2008 Software Development Network

powered by phorum