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

Software Development Network >> John.Doe's Q&A profile

John.Doe

Member List

Geoffrey Callaghan
Vijay Guru Prasadh
ChevyVanDude
zkhan
ChandraP
VDeepak
Bart Elia
Larry Wilson
Walker Boh
jcoburn
gray-82
EnigMa_AnGeL
Skyler Fowler
Markus Rose
RBecker
danielda
Rune Gulbrandsen
Kent Waldrop Fe08
mikesnp
JohnHarding
Only Title

John.Doe's Q&A profile

  • Visual C++ VS2K5 SP1 Beta

    After installing the SP Beta I now have code that does not build and I get errors in MS files: Error 21 error C2446: '<' : no conversion from 'MSXML2::IXMLDOMElementPtr *' to 'MSXML2::IXMLDOMElement **' c:\program files (x86)\microsoft visual studio 8\vc\atlmfc\include\afxtempl.h 553 Can you post your code that produces this error The line number to your source code should be should be part of the error. ...Show All

  • Windows Forms How to get Checked Items/Nodes in Treeview Control

    Hi to all, I'm using VB.net 2005 and i'm kinda new at it. I had a Treeview with checkboxes shown on in. I already figured out how to populate Items on it, but my problem is that I can't find a way to get all the checked Items on it to its lowest node level. I hope somebody here can help me. Hi, You mean to say that you want to know all the checked items from the root node Thank you, Bhanu. ...Show All

  • SharePoint Products and Technologies ASP.NET Connected Web Part Under SharePoint

    After having spent a lot of time building a two webparts under ASP.NET (one provider, one consumer), and getting them to work flawlessly under the ASP.NET webpart framework, it now comes time to deploy to SharePoint. I have followed the tutorials... strong name the assembly, drop the assembly in the _app_bin, upload the web parts to the WebPart Gallery, create a WebPart Page, add webparts to the page, connect the webparts... But here is where the problem is. There is no option on the edit menu to add connections What do I have to do to enable connections for my custom webpart Is there a definition file that I need to define this in Is it a matter of not having the permission to connect webparts The provider web part seems to work w ...Show All

  • Smart Device Development problem in loading the custom service in samrtphone? and Extending contact tools menu

    problem in loading the custom service in samrtphone I made myservice for pocketpc WM5.0 its runs successfully in pocketpc by activate service. I'm using device emulator for pocket pc sdk 5.0. Now i want to use that service in samrtphone WM 5.0. for this i change the SDK to smartphone and signed the Myservice.Cab file with "SDKSamplePrivDeveloper.pfx". The cab file installed successfully but not loaded with the "ActivateService" or "RegisterService" method for smartphone. Then how can i signed it with any trusted privileged certificate 2,I have a similar issue regarding contacts tool menu creation for smartphone.I installed my cab on pocket pc it installed successfully adds all registry keys and copied the file.After installati ...Show All

  • Windows Forms Is there a way to get a localized Publish.htm?

    Hi, When I publish my application, Publish.htm is always generated in English, although my publish language is set to Spanish in Project Settings \ Publish \ Options \ Publish Language. Is there a way to get a localized Publish.htm Thanks in advance ...Show All

  • SQL Server ASP.NET & anti-virus & SSRS 2005

    Below, I have pasted a portion of an MS MSDN article dealing with a specific issue we are having with Report Server performance. The URL ( http://support.microsoft.com/kb/821438/en-us ) is the MS KB article on the described fix. The fix mentioned is for "ASP.NET 1.1" but our BP Report Server is using "ASP.NET 2.0". Has anyone encountered and resolved and how Running on box: ASP.NET 2.0.50727; SSRS 2005 Sp1 + Hotfix#2175; Win Server 2003, R2, x64, SP1 Trend Micro OfficeScan Cleint for Win 2003/xp v7.3 IIS Version (I cannot find this #) - IE 6.0 =========================== Report Manager or the report server runs very slowly In some circumstances, ASP.NET applications run very slowly on computers that are ...Show All

  • Visual C# Picture + Text in One richTextBox

    Dear All I want to create a RichTextBox, and then i want to show picture and Text at a time, suppose Welcome to MSDN Forum how can i accompalished this task. Thanks jehan, there is a number of issues to set straight. 1) You are saving exRichTextBox1.Text. This property contains ONLY the plain text, without fonts, colors, images. You should save exRichTextBox1.Rtf instead. 2) Saving a string without checking for single quotes might corrupt your data. Use a parameter. 3) The string is being saved without the N prefix. This forces it to ASCII, not Unicode. This way some character may be lost. If you want to stick to IMAGE, we had better stick to a byte array. You should change the insertion code as follo ...Show All

  • Visual Basic Sigh - I remember one-based.

    Well, I know this is nothing new, but: What's with this zero-based (nearly) everything For i = 1 to Thingy.Count or For i = 0 to Thingy.Count -1 It is simply not true that the first element of anything in the universe is ZERO. It is not common-sense thinking. "How many items do you have in your hand " "One" "Show me the first item" "Error, you should have asked for the zero-th item" ha ha ha I would like to request that two versions of the .Net Framework be made available. One for those who love zero, and another one for those who love one.   At one level it is. It's not hardware. It's not the OS. Everything else IS an ap ...Show All

  • SQL Server Set report display name in visual studio before deploying??

    Is it possible to set up the report display name somewhere in Visual Studio before deploying I have many reports and i don't want to list the report file name in Report Manager, instead i want to display a more user friendly report name. I know it is possible to change the report name in Report Manager, however when I deployed a new version of it, it didn’t replace the existing file, it put a new one up (meaning i now have two copies of it, so each time i deploy i have to delete the old report and rename the new one). I also want to set up the “view in list” property in Visual Studio, which I assume would be in the same place. Would be nice if they could include this in the next release...which is soon i hope! ...Show All

  • Visual C++ COM/ATL object with implementation in a .cpp, LNK2001 !!

    Hello all, I'm writing a COM object using ATL, I have been writing both definition and implementation in a single .h file and everythink went fine, but now i want to place implementation in a .cpp file and the linker complains with a LNK2001. //.h file with class definition template < typename T, typename Itf> class IMBaseImpl : public CMBaseImpl, public Itf { public : IMBaseImpl(); ~IMBaseImpl(); STDMETHOD(Init)(IMApplication** pApp, BSTR strName); STDMETHOD(get_Name)(BSTR* pVal); STDMETHOD(put_Name)(BSTR newVal); IMApplication* getApp(); }; //.cpp file with class implementation #include "stdafx.h" #include "IMBaseImpl.h" templat ...Show All

  • .NET Development Connection woos ...

    Just the other day I have not been able to connect to SQL Server 2005 Express Edition. NOTHING has changed. All I have noticed is that in the Surface Area Configurator the Local Connections only radio button it selected. So I try selecting the Remote radio button and Apply and Ok and then exit the Surface Area Configurator program and then come back in again and the Local Only is selected. Is this normal behavior Is Remote connections allowed or not How verify Thanks. My new and my old applications used to work remotely without problems. Both could connect using the server name or ip address. Now neither one works now, meaning they can't connect. Message is that the server doesn't exist. I can ...Show All

  • Windows Forms Steam, Runtime error

    --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Runtime Error! Program: C:\Program Files\Steam\steam.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. --------------------------- OK --------------------------- Can anyone explain this to me and maybe give me a solution please Thanks Ken I seriously doubt it. From what I could see of that KB article, it would apply if you were getting the error you are getting with Roxio. You're not, you're getting it with Steam, so it's likely it's just a problem with Steam. The error is surprisingly common in cases where te de ...Show All

  • Visual Studio 2008 (Pre-release) Sending Attachments in WCF

    Hi i am trying to send attachments from my client app to my service app in WCF with the help of the samle provided at " http://weblogs.asp.net/cibrax/archive/2006/03/29/441398.aspx " I am using Beta2. But when i try to add service reference to the client in that sample i am getting an exception stating "Compression Header is missing". I am not sure which CTP the sample is. Need help regarding this. let me know is there any other sample available for sending the attachments . TIA Cheers Jithendrian. R I don't know anything about that particular sample but perhaps you can be more specific about what you mean when you say you want to send attachments Are you referring t ...Show All

  • Visual Basic Stopping a function

    Is it possible to stop the execution of all the later commands inside a function or sub For example: Private Sub pbxAbout_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pbxAbout.Click If IsRunning() Then 'What goes in here End If ShowAboutPart() CleanNewPart() End Sub What could i replace the comment with in order to stop execution of ShowAboutPart() and CleanNewPart() That is, without putting an Else statement into the if statement, since more complex examples (that i didn't post here) it simply wouldn't be viable to do that. Hi, Yes if you want to stop further statements being processed then use>>   EXIT SUB&n ...Show All

  • SQL Server Workgroup -> domain impersonation

    In the following scenario, I am getting the message 'Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection'. I am running a Windows Server 2003 with development environment and Sql Server Management Studio in a workgroup on a virtual PC. My SQL Server 2000 is running on a domain server. On the virtual Pc I have setup my user login and password to be the same as my domain login and password. Why is the Management Studio not using impersonation and allowing me to connect to the SQL server on the domain The trick with same users and passwords only applies to the local users. I only saw that (and I am really not a fan on this) working with workgroups. Domains imp ...Show All

©2008 Software Development Network