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

Software Development Network >> Kalle Hiitola's Q&A profile

Kalle Hiitola

Member List

TRLHobby
Raconteur971
DaBeef2112
Cowski
Guy Peer
RLHayesxx
MattBrindley
Ozan Cetin
Tdar
rcangus
Wellproc
welcomeguy
newSB
Sistog
PatKat
Tariq Chaudhry
dimmario
Meghavi
Rob Biernat
Matthew McDonald
Only Title

Kalle Hiitola's Q&A profile

  • Visual Studio Team System "Apply Label" dialog is extremely slow!

    I tried applying a label to the root of a team system project that I imported from a VSS6 database. In the "Apply Label for XXXX" dialog, I click the "Add..." button and select the root of the project. At that point it goes away for nearly 10 minutes, and eventually populates the "Items" list with every single file in the project (recursively). I assume this is so slow because it's recursively fetching the name of every file. Is this expected ...Show All

  • Visual Studio Team System MSMDSRV.EXE using a large part of the resources

    Analysis services are using a large part of processor time and are using the disc all the time, thus making the single VPC image installation of VSTS Beta 2 hardly usable. I have enough memory (2GB) and the Dec version ran just fine on the same computer. Can anything be done about it I am a bit puzzled. :-( Thanks, Ogy Unfortunately it turns out we have a bug such that incremental processing of the warehouse data is not enabled.&nb ...Show All

  • Visual C++ Justification for forcing 'virtual' for overridden virtual functions

    Since C++ does not force a programmer to specify the 'virtual' keyword when overriding a virtual function in a base class, what was the justification for forcing not only 'virtual' but also an after the parameter list 'override' when overriding virtual functions of a base ref class or interface class. For normal C++ programmers this bifurcation from C++ seems both a PITA and absolutely unnecessary. There must have been some practical reason for ...Show All

  • Windows Forms DataGridView Font Corrupted when Scroll

    Hi, The font in my DGV will be corrupted whenever I scroll the DGV, is it something wrong in the 'repaint' event Do I need to call EndEdit or any other solution Screen shot: http://xs67.xs.to/pics/06063/DGVFont.JPG Thanks, You've set a background color to transparent somewhere or you are handling the paint event and have removed a background paint parts. Check both out. -mark DataGridView Program M ...Show All

  • Visual Basic Pricing for V/B Express 2005 etc?

    I understand that Visual Studio Express 2005 is free for 1 year but I am unable to find pricing for V/B Express 2005 or Visual Web Developer Express 2005 I am a newbie to web devlopment and want to download these and start learning. Thanks. 11. You said “free for one year” — what does that mean, exactly Will you be charging for this later We originally announced pricing of Visual Studio Express ...Show All

  • Visual Basic Best method for exporting a DataGridView to Excel

    I have a datagridview(DGV) which contains data based on a user selections from a pre-defined dataset In point form: User starts program program builds datatable user opens file and program read all data from file into the dataset.datatable user defines the data they want to see program displays datagrid based on dataset.datatable and user choices. (basically it displays the whole dataset and removes unwanted columns\records) ...Show All

  • Visual Basic I have problems in my registry app, please help?

    Hello, I got this application which was compatiable with Visual Basic 6.0 so i upgraded to Visual Studio (basic) 2005 BETA 2 and then it didnt work. What it does you click a command button and it inserts keys to the registry and adds a Shell Context Menu and 'Upload to GuruImages' will appear when you right click a .png file. Could somebody tell me why this doesnt work, and how would I make it insert these keys into the registry on installati ...Show All

  • Software Development for Windows Vista How to troubleshoot custom designer for sequential workflow

    Hello, In the post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=160891&SiteID=1 , Arjun describes how to define a custom designer for a sequential workflow.  As noted in that post, I've tried to imitate Arjun's steps but my custom designer does not appear to be loading.  I'm reposting the following to hopefully get some visibility: I've tried overriding the HelpText and ShowSmartTag properties but I don't see any change to ...Show All

  • .NET Development Populate TreeView with XML "On-Demend"

    Hi, I'm using a sample code from MSDN in order to populate a TreeView control with some XML data using XmlDocument and a recursive method: // SECTION 1. Create a DOM Document and load the XML data into it. XmlDocument dom = new XmlDocument(); dom.Load(textBox1.Text); // SECTION 2. Initialize the TreeView control. treeView1.Nodes.Clear(); treeView1.Nodes.Add(new TreeNode(dom.DocumentElement.Name)); TreeNode tNode = new TreeNo ...Show All

  • Windows Forms Modeling ASP.net security

    Each time you call get tasks, update tasks, IsTicketValid gets called. This results in a database hit. wouldn't it make sense to have asp.net sessions instead   Or some other implementation.... Seems we need to implement more advanced caching ...Show All

  • Software Development for Windows Vista Workflow Startup in transactional way...

    Hello, My WWF usage scenario requires me to startup workflow in a transaction - that is workflow should start, it should be persisted and then my startup procedure completes making completed() vote in bigger transaction. I was thinking about following solution: Let's assume that MyStartWorkflow() should work in transactional way. MyStartWorkflow() starts up workflow using workflow runtime and hangs up on an event (for example AutoRes ...Show All

  • Windows Forms ToolStrip...Outlook 2003 NavBar Style?

    I have just watched the .NET Smart Client Show and Mark Boulter demonstrated the new features of VS2005. He had an app that looked just like Outlook 2003 and he said that the nav bar (that looks like it really is part of Outlook 2003) ...Show All

  • Windows Forms SnapToGrid

    Hi, i develop a custom windows forms designer, using Visual Studio 2005 and C#. When I started I searched the Internet for sample code and found some here: http://support.microsoft.com/kb/813808/en-us  or http://support.microsoft.com/ id=813808  . This custom forms designer - compiled with visual studio 2003 + .Net 1.1 - showed a grid over the designed form and was able to snap controls to the grid. Since using .Net 2.0 u obvious ...Show All

  • Visual Basic Reference compiled assembly

    Hi, I have a solution with two projects, one class library and one windows application. The class library has a reference to compiled assembly (dll). The windows application has a reference to the class library project. The windows application is the startup project. The problem is: when I rebuild the solution if I look the bin directory of the windows application the compiled assembly (dll) does not exists. What happend Thanks. Gema ...Show All

  • Windows Forms Splash Screen

    I am creating a splash screen that will load up initially when my program opens up and closes when the main form behind it opens/loads.  Similar to the Microsoft Office applications.  The problem is I do not know how to close that spl ...Show All

©2008 Software Development Network

powered by phorum