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

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

raju44u

Member List

Bhogoju
Daisuke Niwa
SCJ
ninja_iamindrak1234
Beachbt
gyurisc
SpaghettiCode
Aceofspades
Tom S
Mostafa Hafez
gtejeda
MikeJingJing
dougzhoez
treckamerica
casbah01
Dan Legesse
coollofty
Daniel Hernán Pallarez
chiefmsb
quintas-arias
Only Title

raju44u's Q&A profile

  • Windows Forms Context Menu Size

    Hi, is there a way to make the context menu bigger  make the bars in the context menu larger so its easier to select You can find a sample for OwnerDrawn Menu Items (this one adds Icons) right <a href="http://www.msjogren.net/d ...Show All

  • Visual Basic Colour Change

    wnen i click button_1, i want form1's background-colour to change from Tan to orange, how would i go about this yes....those are made up variables Dim MyOrangeColor as Color = Color.Orange Dim MyTanColor as Color = Color.Tan ...Show All

  • SQL Server Lookup including looking up on null values possible?

    In order to insert datekey values in I lookup datekey in the datedimension table. I join on the 'Date' column that contains dates. The datedimension contains one record for 'unknown date' for which the value of the 'Date' column is null. The behavior that I desire from my lookup transformation is that for input records with a date the corresponding datekey from the datedimension is looked up and for records with date = null, the datekey for 'unk ...Show All

  • SQL Server To add one report or many

    I have a project that in the end will need to create one excel document that has 4 tabs. Basically each TAB is a separate report. One of the tabs will be a summary of the other 3 tabs. My question is, should I create 4 separate reports or just one with 4 subreports In other words, will I end up with 4 .rdl file or should I design it using one .rdl file so that in the end I can push out the 4 reports to one Excel document that splits each Rep ...Show All

  • Visual Studio 2008 (Pre-release) Question to WPF developers

    Hello, Are you planned to create something like GridView for TreeView class for building multi-column trees   Regards, Sergey.   You don't have to wait for them to do something, you should be able to do this yourself today by customizing the HierarchicalDataTemplate of the TreeView to contain a GridView. If you're not familiar with HierarchicalDataTemplate, check out this ...Show All

  • Software Development for Windows Vista Package load error when starting VS.NET 2005

    Similar to the issue reported here ->  http://forums.microsoft.com/msdn/ShowPost.aspx PostID=88635 I'm running the exact same version of VS.NET 2005 Beta 2 (beta2.050215.4400) on two machines but on one machine I get the following error when VS.NET starts up: Package 'Microsoft.Workflow.VSDesigner.DesignerPackage, Microsoft.Workflow.VSDesigner, Version 3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' has failed to load proper ...Show All

  • Visual Studio Tools for Office The deployment doesn't work always...

    As I finally succeeded to install the RC VSTO version on my machine, I decided to deploy and to make it available to all my users... However, I just received 3 messages: 2 have been finally able to install it...one not again :(... As I can read here , there are some cases where even VSTO may fail... Any news about it Any possible solution Thank you LastHope Yes, I did (however, somehow I'm not sure it works correctly, even if I followed th ...Show All

  • Windows Forms Exception of type ExceptionCollection thrown when a form is attempted open from VS2005's IDE

    The Exception : Exception of type ' System.ComponentModel.Design.ExceptionCollection ' was thrown when the form is attempted to open from VS2005 IDE. The form contains an implementation to allow a Host Designer at run-time. Someone knows a solution to this issue . The form can't be opens until the VS2005 is closed and the solution is re-opened and rebuild process is executed again . Thank you in advance.   ...Show All

  • .NET Development How to find control?

    Hi There is a textbox control on the form.Name of the text box is txtIn. How can we find the perticular control is existing or not on the form Pls help me. Thanks in advance sanjay if(document.getElementById('txtIn')) { alert("found"); } else { alert("not found"); } ...Show All

  • Visual Studio Tools for Office Issues inserting table inside bookmark

    I am trying to insert a table inside of a bookmark using VSTO, but creating a new table and passing in the bookmark.Range property completely overwrites the bookmark. When I recreate the bookmark around the table.Range the beginning of the bookmark is inside the first cell of the table and the end one is outside of the last cell. This in itself is not a major problem, but when I try to regenerate the document, I get an exception saying " ...Show All

  • Windows Forms DataGridView

    I have DataGridView control with entire first column Check box options. So that I can check whatever columns I am interested by click. I am trying to put a check mark programmatically, whenever I call following code it always assign ‘false’ to the cells. How would I programmatically assigned checked state to the following cells. DataGridView fTable =new DataGridView(); fTable.Rows[1].Cells[0].Value = true ...Show All

  • Architecture Contract first - what tools do you recommend?

    Hajo, I know about addin from Thinkcenture but I'm wondering if you use other tools, addins, etc. OK, but again: please tell us what you want to see and what you consider as 'perfect'. As always, just complaining does not help, eh If you have any experience in and have ideas of what you think should go into both guidance and tooling, so please let us know. Cheers. ...Show All

  • Visual Basic How to store Data ?

    Hi everybody, I'd like to ask you because I just can't decide with technology to use. I have a small application without a DBMS. But I need to store and provide some Data (Text). And of course I need to add, delete and edit all the Text. A Database would be great but I need something else. What else could I use XML Problem is I don't know much about the .Net XML Classes. And I also don't have much time to learn. TXT or CSV Is there still somet ...Show All

  • Windows Forms comboBox Issue

    I have a comboBox that is populated from a stored procedure from and SQL Server Database. This stored procedure retrieves all Postcodes and it's Suburb and State from the Postcode Table. Unfortunately, there is 8000 records that this Stored Procedure returns and it populates the comboBox with the 8000 records. The problem I have is, it slows down the application as the comboBox is getting populated with 8000 records. Is there a way of loading th ...Show All

  • Software Development for Windows Vista Future of COM in Vista + IE

    Hi, Currently we have a streaming player that can be used within a webpage which works nicely on Mozilla based browsers (via Java) and MSIE (via COM), what we're worried about is what Vista's IE will bring forth that may trouble this. What is the future of COM in Vista's IE7 For signed activex components does the average useer have to do something special to get this to work Thanks. ...Show All

©2008 Software Development Network

powered by phorum