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

Software Development Network >> Mehul Thakkar's Q&A profile

Mehul Thakkar

Member List

nitamedi
BigFive
MuraliMohan
Srinivas Lingineni
Barry32Hayes
MarkByers
Chrichton
vgurgov
CodeForProject
dreamlordzwolf - Michael Corpuz
CSCNavy
Gops Dwarak
GrantV
dseydel
Andrew174
codepro2
parygark
Vaishnavi
AAx
Anup Shah
Only Title

Mehul Thakkar's Q&A profile

  • Windows Forms How to make columnheader readonly?

    hello guys.. could you help me on how to set my columnheader to readonly. thanks ...Show All

  • Visual Studio How do I activate the Error List?

    Howdy, In my VsPackage, I create a bunch of tasks in the Error/Warning List through ProjectNode.TaskProvider.  I would like to activate the Error List when I'm finished creating all the tasks, but when I call ProjectNode.TaskProvider.Show() it always shows the Task List.  How do I activate the Error List Thanks! Eric ...Show All

  • Visual Studio Find dialog in IE6 does not work after installing VS2005 July CTP Professional

    I get the following error using the find dialog in IE6 since I uninstalled beta 2 of vs.net 2005 and installed the July CTP of VS.NET 2005. "An error has occurred in this dialog" Error: 49 Interface not registered VS.NET 2005 and the help inside vs.net 2005 seem to be working just fine. Yes it was the find dialog when you hit Ctrl-F. I also noticed that printing emails from Outlook was not working anymore. Same error. Resolution: I fixed it by running the following regsvr32 actxprxy.dll ...Show All

  • Visual Studio Team System MS Project integration and "WBS" field

    I have mapped the MS Project's field “WBS” to a custom field and adjusted the VSTS-MS Project mapping info. The data from the field gets synchronized in both directions and at the first sight everything seems to be working fine.     But, there is a problem with enforcing of uniqueness of WBS value. MS Project enforces the rule that each WBS value has to be unique. Since uniqueness has to do with all work items and all rules that can be set in the wit definition deal with values of the fields in the work item itself, uniqueness can not be enforced in the definition of the work item. I guess that one could handle the work ite ...Show All

  • Windows Forms Tables in a RichTextBox

    I'm working on my app. and I'm trying to create tables in a RichTextBox Control at Runtime. How can I do that I already tested that saving an RTF file with Microsoft Word with a table in it and the RTB correctly displays it. Thanks in advance! I'm also looking for similar solution. Is there anyway to implement it in VB.NET 2005 I found a similar class but it's in VB6. I'm looking for a cleaner and easier solution. It seems that the author created a class and work on the RTF tag directly. http://www.vbforums.com/showthread.php p=2131031#post2131031 ...Show All

  • Windows Forms TabControl - Disable/Enable tab page

    I have a tabcontrol with 2 pages. OnLoad the 2nd Tabpage shall be disabled (grayed out and not selectable). Later with code I need to enable the 2nd tab. Any Ideas how this can be done please. /Morten Maybe you could remove the tab altogether from the TabControl and add it later when it's needed. Just an idea. Luis Alonso Ramos ...Show All

  • .NET Development How to bind Byte[] data to DataGrid

    Hi, I have a dataset, which contains lot_id,wafer_id are long type and site1_val is byte[] type. If I bound this dataset to DataGrid, I am getting lot_id, wafer_id in Grid, but site1_val ( which is byte[] type) is not visible in grid. Please see the following sample ... ******************************************************** string strsql=""; strsql = "SELECT lotid, waferid, site1_val from wafer_history"; string conn_string = "User id=usr01;Password=usr01;Data Source=oracle; "; OracleConnection con = new OracleConnection(conn_string); con.Open(); OracleCommand cmd = new OracleCommand(strsql, con); OracleDataAdapter da = new OracleData ...Show All

  • SQL Server How to optimize data import with huge volumes and joins across data sources not all SQL Server based?

    I need to periodically import a (HUGE) table of data from an external data source (not SQL Server) into SQL Server, with the following scenarios: Some of the records in the external data source may not exist in SQL. Some of the records in the external data source may have a different value at different imports, but this records are identified univocally by the same primary key in the external datasource and in SQL Server. Some of the records in the external data source may be the same in SQL. Due to the massive volume of the import, I would like to import only the records which are different from what I have in SQL Server (cases 1 and 2 ...Show All

  • Software Development for Windows Vista Question on Listen activity

    Why is it that a Listen activity must have at least two EventDriven activities as children Why cant one have just one -- I might be waiting for one single event.   -Jay That’s right, so you tipically use the second branch to make "timed out listening", puting a delay on it. Ariel Schapiro. ...Show All

  • Visual J# java (J2EE 1.4) convert to J#

    Hi, I want to convert my application in java (J2EE 1.4) to J# with minimum changes. Where can I get the script Thank's Alexei (I have tryed JLCA 2.0, 3.0 and it gives me about 100,000 errors becouse it convert to C#. I don't have a time for working on errors. I read that Java can be converted to J# with minimum errors.) Generally my experience doing this always leads me to running the J2EE code under Object Web or JBoss's free J2EE server and building either a webservice or RMI invocation layer to bridge the .NET code. This does assume that you have a good MVC design where you can easily seperate the backend J2EE components from t ...Show All

  • Software Development for Windows Vista Looking for a good working winforms workflow example in beta 2

    I'm just diving into WF for the first time and most of of the sample code I have is in the previous version. I have the book presenting Windows Workflow Foundation which is a very good book and has lots of good examples, but they dont work in beta 2. any resources would be great. Thanks. There are 51 technology samples in the SDK. With WF Beta 2 installed check out this winforms workflow example: C:\Program Files\Microsoft SDKs\Windows Workflow Foundation\Samples\Applications\SpeechApplication\CS There are also the Hands-on Labs set which offer samples in different areas. Cheers, Paul ...Show All

  • Windows Forms temporarily disable form redraw

    ive written a function that moves and resizes controls in my form, to maintain a certain layout (its worked out with percentages, so things can be centred on the form etc) thing is when the form is resized it looks a bit ugly, as every control movement causes it to redraw itself. what i'd like to do is to pause the redrawing at the begin ...Show All

  • Visual Studio Blank MSDN Explorer

    I have installed a RC version of VS Team Suite along with full MSDN installation. After completing installation, I'v got " Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid " error when I have tried to access it by doing "Start" -> "All Programs" -> "Microsoft Developer Network" -> "MSDN Library for Visual Studio 2005" When I accessed it from VS 2005, it only have SQL help available. I have tried to reinstall it several time but no luck. Any help would be appreciated. Eric I have the same results as Pieter, n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DX version

    Hi all How do you check what version of DirectX you have installed Thanks The first easy way is to have a look at the directory names in the program files directory of your machine. For managed code you can look at the post on the ZBuffer as it lists the sdk version/release that each of the managed assemblies hook up to.. ...Show All

  • Windows Forms Multiple Minimize, Restore, Close buttons

    I have created an MDI application.  When the first child form is opened and maximized one set of minimize, restore and close buttons are displayed on the menu bar.  After closing the child window a set of minimize, restore and close buttons remain even though the child form has been closed.   When a second set child form is opened and cl ...Show All

©2008 Software Development Network