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

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

nils49

Member List

DOSrelic
Jon Braganza
Shaile
Francis Tracey
Deerhake44
Ralph Trickey
Tdar
Peter Peng
oasisman
edwin11
mbp
Raul Garcia - MS
Cammarata
gill
Al33327
jmurray_mi
ybawany
ewitkows
Edward1
rgny
Only Title

nils49's Q&A profile

  • Windows Forms Adding Components to Windows Forms

    anyone have any links on how i would add a component control to my windows form I created a component and now i want it to be inside my panel on my windows form but I cant find much info on the net to help me out though.... When i do it like stated in the previous post i get the world famous exception "Object not set to instance of an object" and it breaks here this .pnlOrderContainer.Container.Add(ordercomponent); what i do is where my private varibles are I declare my component like myCompent ordercomponent = new mycomponent(); then i write the above line with the rest of the panel information and after that i do the "this.Controls.Add(ordercomponent)...... ...Show All

  • Visual Basic array help

    I need help with an array. i have an excel spreadsheet that I'm transferring to a datagrid for viewing and then loading that information into an access database. The one fuction I have takes over 10 minutes loading 2-columns of 7000+ lines into the database. I have 3 other excel spreadsheets that need loading also and will take to long for the whole process. Is there a way I can use an array to load the 7000+ lines into the database I have to manipulate the strings in all the excel sheets and grab a data file to match the string in the excel to the data file and output it into an excel spreadsheet of a different format. But I'm just using the datagrid to make sure they are loading what I need correctly, filtering out unnecessar ...Show All

  • Visual Basic NullReferenceException Error on load?

    What does it mean 1st of all... NullReferenceException (puzzeling) Code: Imports System Imports System.Drawing Imports System.Collections Imports System.ComponentModel Imports System.Windows.Forms Public Class Form1 Inherits System.Windows.Forms.Form Private WithEvents taskbarNotifier2 As TaskBarNotifier Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim taskbarNotifier2 As TaskBarNotifier TabControl1.Visible = False Label4.Text = My.Computer.Network.IsAvailable If My.Computer.Network.IsAvailable = True Then Label4.Text = "Connected" Label4.ForeColor = Color.Green Else Label4.Text = "No Connection" Label4. ...Show All

  • Visual Studio 2008 (Pre-release) Bug Report: Serious problem when binding to grouped data.

    I have discovered a problem when binding to a collection view's Groups property. If you bind the ItemsSource of a TabControl or TreeView to the Groups of a view, when you select a tab or navigate the tree (with the Up and Down arrow keys), an exception is thrown. For example, when I select a tab item, an exception is thrown stating that an invalid cast occurred when casting a TabItem to a GroupItem. I checked this out in Reflector and noticed that the ItemContainerGenerator.GetRealizedItemBlockCount method is using a C-style cast, making the assumption that ItemContainerGenerator.RealizedItemBlock.ContainerAt(int) is going to return a GroupItem. I don't see why this assumption should be made. Is there some overriding reason for not allo ...Show All

  • Visual Studio Express Editions database

    hello, i have Northwind database and i work with Visual Studio 2005. I display data from database in windows application and now i want to save changes in database when i change data in windows aplication. i tried this but it doesn't work: private void svaeItemClic( object sender, EventArgs e) { try { DataSet changedData = northwindDataSet.Products.GetChanges(); if (changedData != null ) { int numRows = productsTableAdapter.Update(changedData); MessageBox .Show( "Database updated " + numRows + " rows successfuly" , "Success" ); northwindDataSet.Products.AcceptChanges(); } else { MessageBox .Show( "Nothing to save" , "No chan ...Show All

  • Community Chat Using Vista?

    Good idea Joe! Okay, I'll go first.  I'm using Vista RC1 full time now.  The computer seems quieter--doesn't take so many trips to the hard disk for VM paging.  I find going back to XP an unpleasantry, so I think Microsoft is succeeding here. Glass is nice.  I think the performance is what I expected it to be on an Intel Advanced Graphics card (Dell Dimension 9100).  Office 2007 is also pleasant to use, but they stil have some cleanup work to do on their UI. Who else is using Vista   Brian Your right. Its probably not a very good idea. Its dissapointing though. Every time I try to boot into the HDD that I installed vista on, I get an error saying cannot load winloa ...Show All

  • Visual C# Visual Studio 2005 - PILE OF ***!

    Hi, Although .NET 2.0 has brought ,any great additions to the .NET family, the IDE for me is the worst part of the experience. 1. The IDE is terribly slow... much slower than it should be. 2. The IDE seems full of bugs. These two problems do not make a good productivity combination. I do not believe Visual Studio 2005 is suitable for enterprise development, where you typically work on large scale solutions consisting of hundreds of projects. The IDE simply chokes on large solutions. Intellisense comes to a grinding halt and solution level configuration changes, such as setting debug/release mode take minutes (2minutes or more per click). The number of crashes of the IDE per day is also pretty high. We have started recordi ...Show All

  • Visual Studio Team System New Team Foundation Server MSSCCI Provider Available Now!

    I am happy to report we have released an updated TFS MSSCCI provider here . We have been able to address a number of requests (keep them coming) in this release including the following: PowerBuilder support Enterprise Architect support Improved Open from SCC experience Work items can now be modified in the checkinwindow Get latest on checkout support Check-in lock is treated as exclusive Setup works on x64 This is an unsupported "powertoy" like tool. There have been some discussions about the possibility of supporting it, but nothing yet. Keep reporting issues and comments to the forum or by e-mail . I have installed this thing in the hope of using it to manage my VS.NET 2003 projects wi ...Show All

  • Software Development for Windows Vista when exactly the WorkflowPersistenceService.SaveWorkflowInstanceState method invoked?

    in msdn, it says it invoked after Unload Event. And if the UnloadOnIdle set to true, it did! but if the UnloadOnIdel set to false, the WorkflowPersistenceService.SaveWorkflowInstanceState still called sometime i'm not sure before WorkflowRuntime.Completed. But the WorkflowRuntime.WorkflowUnloaded Event DID NOT triggered that time. Why The workflow persistence can kick off the persistence at a couple of points and it is not necessarily only when the UnLoad event occurs. Just as examples - Couple of activities like TransactionScope or WebService Input/Output can also invoke the persistence to happen. This is By-Design for the WFs. Thanks, Kushal. ...Show All

  • SQL Server HELP!!! Can not restore database from only back up I have

    I had to transfer my database from one server to another. Both are running SQL 2000. I backed the database up and moved it to the new server however when I try to do a restore I get the following message: The media set for database "xxx' has 2 family members but only 1 are provided. RESTORE DATABASE is terminating abnormally. I did some searching and found a couple of posts that mentioned something about the back up including 2 files. My problem is that the machine I backed this up from crashed when it was shut down and would not reboot so all of the data and the original database do not exist. Is there any hope of restoring this database. It is pretty critical. Thanks, Melissa :-) Her ...Show All

  • Visual Studio Tools for Office Add Actions Pane to a new Document

    Hi, I do know how to add an actions pane to the main document [Globals.ThisDocument.ActionsPane.Controls.Add(editControl)]. But I don't know how to add an actions pane to a document which I open dynamically like this: Word.Document htmlDoc = Globals.ThisDocument.Application.Documents.Open(ref fileName, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing); When I try to find the actionspane control from the "htmlDoc" variable, I can't see a way to access the ActionsPane property. Can anybody help me out on t ...Show All

  • Software Development for Windows Vista Anyone Get SQL 2005 Dev to install on 5600?

    I tried to set up SQL 2005 Dev on 5600 but no no luck. I know Reporting Services will not install due to incompatability with IIS7 (way to go), but I can't get the ADW db's to attach, I get a not enough disk space error (on a 250 GB HD), and numerous application compatability warnings from Vista. If someone has successfully installed it, how about providing a quick guide Thanks As a followup, I was able to install SQL 2005 Dev with Reporting Services Successfully. Here are the steps I used Install and configure IIS7 as per the KB below http://support.microsoft.com/kb/920201 Run the SQL 2005 Server Setup.exe as Administrator. This is critical becuase the default user doesn't ...Show All

  • SQL Server Extra Space....

    Hello! I have written a report that is being displayed in a table. For some reason all the way to the right of the table has a HUGE amount of space......I checked to make sure there was no layers over it and I looked in the properties and saw no padding....ANY IDEAS I am so frusterated because this defies all logic!!! Has anybody experienced this TIA! That happened to me and I checked the width of the object that contained the table. In my case, the width of the rectangle that contained my table was way bigger than it should have been. ...Show All

  • Visual Studio Team System Label does not pick file under the root directory !!!!

    Hi all, Here is the directory ProjA structure. ProjA -----folder1 -----folder3 -----folder3 -----folder4 -----file1.sln -----file2.doc -----file3.txt When I'm trying label $/Root/ProjA. for example, ProjA_1.0.0.0, from source control explore find label, open label by press edit. All I can see are folder1, folder2, folder3, folder4. File1.sln, file2.doc, file3.txt are not included in label ProjA_1.0.0.0. Did I do something wrong or missing some important step Best Regards, Yes, it should work whether or not they are mapped. What versionspec are you passing Make sure that the items are really there (not moved to another folder, not deleted) at that point in time. A ...Show All

  • Visual Studio Catastrophic Failu Visual Studio Crashing like crazy!!! WHAT IS GOING ON!!!

    I reinstalled my whole damn operating system thinking that I had broken visual studio somehow... it turns out that was a collosal waste of time... I have a fresh clean windows xp pro sp2 install, and a clean Visual Studio Professional... and whenever I add a dataset to a project, and right-click the designer and hit "View Code", I get this horrifying error: Failed to view the validation code because of the following error: Catastrophic failure (Exception from HRESULT: 0x80000FFFF (E_UNEXPECTED) and it gives me a blank document. If I click the button to Save All open documents, the whole damn program just crashes!! I've submitted the error reports, but that's not going to help me fix the problem... what is goi ...Show All

©2008 Software Development Network