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

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

KimballJohnson

Member List

PaulR
Millimina
RPT
M. Zafar Iqbal
BramSWA
Steven Hawkes
ShrinanD Vyas
Peter Jausovec
Careth Jefferson
rgbigel
Tony Ball
zmy
Angna
saurabhsule82
kevin_estcst
Briedis
sebyweb
StephenCraig
dsandor_rtg
Ckiszka
Only Title

KimballJohnson's Q&A profile

  • Windows Forms WYSIWYG html control

    Are there any competing products to <a href="http://www.comzept.de/index.php TEMPLATE=products&product=htmleditor">NetRix</a> I'm looking for exactly what this control does but I wanted to know if  there were options. Would you be able to send me the latest version of Netrix with the spellchecker as there site is down. :-) ...Show All

  • Visual Studio 2008 (Pre-release) WPF Visual to Bitmap

    Is it possible to save a visual or path to a bitmap Cheers Simon Aw! Fantastic, just needed the keyword to seach on... "Visual Bitmap Render WPF" not yielding particularly good results! Cheers ...Show All

  • SQL Server Object Explorer/Server Explorer Error

    I have just installed the released VS2005 as well as the released SQL2005.  When ever I try to browse my SQL Server with either the Object Explorer in MS SQL Server Management Studio or the Server Explorer in VS2005 I get the following error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). Does any one ...Show All

  • Windows Forms Urgent: How to Add Link column in Windows Forms DataGrid Programmatically?

    Hi, I want to add link column in my datagrid in windows forms how can i do this. Ids it possible to create datagrid at runtime. How can i do it programmaticaly. I tried but it not giving me any result. Regards, Ghazala Check out the Syncfusion faq, the example I provided does build such a column... Jan ...Show All

  • Visual C++ .net 2005 beta 2 corrupts MBCS strings in resource files

    I'm having trouble with a multi-project solution with several Asian Language resources.  I've ported this from VC6. It appears that VC8 and the dev studio have fundamental problems with handling MBCS resource text.  Here are the easy steps to duplicate this problem: Create an MFC dialog based project in VC8.  Use all the defaults Add some new strings to the English String table Create a copy of the English string table, select the Japanese language for the new resource. edit the .rc file, and replace some of the strings in the Japanese resource section with MBCS Japanese text.  I've been doing this step with MSVC6, s ...Show All

  • Visual Studio Team System Project Delete Problem

    I am trying to delete project using deleteteamproject.exe utility with /force switch. Project disappears from Team Projects list in IDE, but then attempt to create project with the same name fails.  Log states: "Project ABC already exists on server ts" . After some investigation I found out that project data was removed from BisDB, but still exists in BisDWDB database. I guess it is some kind of synchronization problem. Any help will be greatly appreciated! In beta 2, reusing the names of deleted team projects will cause problems.  For beta 2, you must always enter a name that has not been used on that server. Buc ...Show All

  • Windows Forms When/Where should I instantiate the control when placing on the designer

    I'd like to pre-populate some properties of a control when drag'ndrop from the toolbox onto the custom designer. When should I set these properties During the onselection, drag event, or somewhere else Thanks, Alan Hi Martin, I am try to solve the same problem. I only want to initialize the properties when a toolboxitem is dropped. In the ComponentAdded event handler I can't distinguish between a toolboxitem drop, a paste, and a redo operation. ...Show All

  • Windows Forms How do I underline the accesskey in the button text?

    ...Show All

  • Visual C++ Accurate Timer (ON_WM_TIMER) / Pending Timer Queue

    Hi, When using SetTimer and KillTimer, the MSDN reference for KillTimer says this, "Pending WM_TIMER messages associated with the timer are not removed from the message queue." How could I flush pending WM_TIMER messages associated with the timer There is no way to remove them from the queue Thanks, Jason You can use PeekMessage with the PM_REMOVE to search for specific WM_TIMER messages for a window, but with this function you have to chance to test the timer id if you have more timer. Why do you need to remove previously posted timer events. When you set a new timer interval, the current just got trigered. Why shouldn' ...Show All

  • SQL Server TransactionScope

    Hi, I am trying to use transactions as below: using (System.Transactions.TransactionScope scope = new System.Transactions.TransactionScope()) { //some code here // Throw an exception to roll back the transaction. // Call the Complete method to commit the transaction } I can't seem to get it working though. Have trided several things like Security Configuration on the MSDTC tab, restarted “Distributed Transaction Coordinator” Service, iisreset, different constructors on the transactionscope etc. I haven't tried running it from the same domain since this won't work with the source safe. Is it really suppose to be this " ...Show All

  • Visual Basic Newbie - Problem spawning a thread

    Hi, I'm kind a new to this VS .net stuff. I'm building my first application in VB.net. It's a crystal report scheduler using multithread functionality. The program works fine on my machine, but when I deploy it, the part that suppose to spawn the thread doesn't work. Other part of the program works fine, but when it's time to spawn the thread, nothing happen. Any body got any idea Any help is appreciated. Thank you, Rudy   AngRudy, is the app in question either on a network share or drive other than the system-drive What is the trust level of your application as set in the project properties ...Show All

  • Visual Studio Tools for Office KB 907417 & 908002

    Hi; Asking new because I think this got lost in the message it was a reply to... Just to confirm, if I have run the latest windows update and it shows no updates for Word, then the fixes in KB907417 should be on my machine - correct I have never run the fix in KB907417 and on my dev machine it has version 7.10.5077.0 but my test system, which shows no pending office updates, has 7.10.3191.0. So it looks like I do have to install it. Do we run this same update for Word 2002 and Word 2000 Or is there a different update in their cases And for our customers, I assume we have to point them at this fix Or will it be included ...Show All

  • SQL Server SCD Insert and Identity Columns

    It looks like you can't use an identity column to generate your surrogates. (Leave out the value during the insert operation) What gives So is the only alternative to do a lookup when I start my data flow to get the Max surrogate, then after my SCD and before the OLE insert destination , use a script task to increment Gary, glad to learn it works for you now. I will raise the remaining issue discussed above on your behalf - we'll see what we can do for it in our future release. Thanks Wenyang ...Show All

  • Visual Studio Team System HOWTO backup a team project in TFS with beta2 version

    any one has some idea about how can I backup a team project in TFS , that is if I reinstall the TFS in the future , I can easily restore this team project . I'm using tfs beta2 version . thanks . ...Show All

  • Visual Studio Express Editions DataGridView Problem

    Hi I have a DataGridView on my form. On the form load event, I use the table adapter to fill the dataset. tblEnquiryTableAdapter1.Fill(functionJunctionDataSet1.tblEnquiry); The problem is that the data doesnt display in the datagrid. I have checked the fill query in the dataset and it too does not bring back any data but the query is correct and there is data in tblEnquiry. What am I doing wrong Thanks Paul I have 2 logins on this forum so hope didnt confuse things... Anyway, I found the problem. I had made changes to the database and didnt reload the dataset xsd file. After I reloaded the&nbs ...Show All

©2008 Software Development Network