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

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

Docpro777

Member List

BirDene
Marcoss
shiveta
Glennn
AdelioStevanato
Garyngl
Erling Ervik
JayaC
Maxbaviaan
Greg Beech
eshashishekhar
Joe Truman
CiNN
OJacob
Anand Raman - MSFT
TheChad33
Benjamini
tharpa
traderhen
Daljeet
Only Title

Docpro777's Q&A profile

  • Visual Studio 2008 (Pre-release) About wsStreamedHttpBinding in PSDK

    Hi,All! I tried to compile and run wsStreamedHttpBinding example which did work for me in February CTP SDK, but in Beta 2 after rebuilding solution I received next warnings and can't open ( after setup.bat ) https:\\... \service.svc but http:\\... \service.svc only , so example doesn't work. ---------------------------------------- Warning 1 The element 'bindings' has invalid child element 'wsStreamedHttpBinding'. List of possible elements expected: 'basicHttpBinding, customBinding, msmqIntegrationBinding, netPeerTcpBinding, netMsmqBinding, netNamedPipeBinding, netTcpBinding, wsFederationHttpBinding, wsHttpBinding, wsDualHttpBinding'. C:\Documents and Settings\Arkady\My Documents\Visual Studio 2005\Projects\WSStreamedHttpBinding\C ...Show All

  • Windows Forms I need standart user picker dialog

    As I know we could call COM interface IDsObjectPicker. Does there exist C# class that provides such functionality No, but this article ( http://www.codeproject.com/w2k/bfobjectselection2.asp ) shows you how to wrap it up. ...Show All

  • SQL Server Single sign-on with forms authentication

    Hi, We are using forms authentication as per this article http://msdn.microsoft.com/library/ url=/library/en-us/dnsql2k/html/ufairs.asp frame=true#ufairs_topic3 We want to get single sign-on working in SQL Server RS 2005. Users log on to our web application and we use forms authentication. We want the same logon credentials to automatically log you onto to the report manager too, so that when you navigate from our app to the report manager you don't have to log on again! I used the information from here http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconformsauthenticationacrossapplications.asp to try to get the 2 web apps (Report Server and my Web app) to share the authentication cookies, but it only ...Show All

  • .NET Development group comment button

    I am using VS2003 to edit my asp files and the group comment button is disabled. How do I enable it ...Show All

  • Visual Basic Send text to an application's console screen?

    cmd.exe provides a very useful feature; if I have a program I want to run, and I know that I will want to type in 1, then 2, then 3 to answer the application's prompts, I can simply copy-and paste the following into a cmd window: application.exe 1 2 3 My GUI has to invoke a certain command-line application, and the command-line application needs to get certain input typed in...(but I don't want the user to type in the input, I want to somehow send this from VB, or really C# or C++ or anything else anyone can come up with). Any suggestions I would check out pipes. Maybe you can pipe the input to the command-line in from VB or from a pre-saved text file. http://www.microsoft.com/resources/documentatio ...Show All

  • Windows Forms Create an appbar in visualbasic.net

    hello can anybody help me with how to create an appbar in visualbasic .net i can't find information about how to create it in vb.net only 1 milion samples for C or C++ hope anybody can help me. Did you able to find one If yes, please help me out! Am also looking out for "Creating a AppBar in VB.net". Thank you! ...Show All

  • Visual C++ relinking RTM libraries for VS2005SP1

    Hello.I cannot relinking CRT libraries (msvcr80.dll, ...) due to unhandld.obj. This obj is not generated during compiling. I used original makefile from VS2005 SP1. Can you help me. Thanks. New approach.  From command prompt use LIB -LIST to find out the object names and then LIB -EXTRACT to extract unhandld.obj from existing libraries.  Copy it to the appropriate location, then add unhandld.obj back into the makefile.  So assuming you've copied your source code to C:\SRC, do the following: CD C:\Program Files\Microsoft Visual Studio 8\VC\LIB LIB -extract:..\build\intel\mt_obj\unhandld.obj /out:c:\src\intel\dll_lib\unhandld.obj libcmt.lib LIB -extract:..\build\intel\xmt_obj\unhandld.obj /ou ...Show All

  • .NET Development Channel already registered

    Hi I have a .NET Remoting service running on a machine, and have created a Web service wrapper for the service. In the WebMethod, I have the following code: RemotingConfiguration .Configure(configFile, false ); string url = null ; WellKnownClientTypeEntry [] types = RemotingConfiguration .GetRegisteredWellKnownClientTypes(); if (types.Length > 0) { WellKnownClientTypeEntry type = types[0]; url = type.ObjectUrl; } if (url == null ) { return ; } _remoteCoverage = ( IRCService ) Activator .GetObject( typeof ( IRCService ), url);.... On the first request it works just fine. On the next, I get an exception saying the tcp channel is already registered. The remote object is configured as ...Show All

  • Internet Explorer Development ActiveX load fails in IE 7

    Hi All, Signed ActiveX control fails on load in IE 7 ver 7.0.5730.11 running on Windows Server 2003 Enterprise Edition SP1 I tried adding my site to Trusted Site Zone and enabling the following settings; i) Automatic prompting of ActiveX Controls ii) Download Signed ActiveX Controls I tried both the security setting of IE 7 i) "Internet Explorer Enhanced Security Configuration is enabled" ii) "Internet Explorer Enhanced Security Configuration is not enabled" but still it fails to load the ActiveX control. Also I checked the IE 7 behaviour by using a tool called "Microsoft Internet Explorer Compatibility Test Tool", it shows the ActicveX Blocking message. How do I unblock ActiveX to work in I ...Show All

  • Visual Studio Express Editions How to display a .xls file data in my form or tab page?

    Hi, how to display a .xls file data in my form or tab page Can the data be edited from the form or tab page I got these error in the program: Error 1 The type or namespace name 'OleDbConnection' could not be found (are you missing a using directive or an assembly reference )  the same error applied for OleDbCommand OleDbDataAdapter so what is the problem Do i need to add reference of Microsoft Excel 11.0 Object Library ...Show All

  • SQL Server Sorting parameter listbox on analysis services datasource

    Hi all, How must I change the mdx that is generated for the available values for a user parameter in order to get the content sorted Regards, Henk BTW the exact mdx query is given below (and the label field of the parameter is set to 'ParameterCaption'), but I would already appreciate an example of a simple mdx. MEMBER [Measures].[ParameterCaption] AS '[Organisatie].[Level 5 naam].CURRENTMEMBER.MEMBER_CAPTION' MEMBER [Measures].[Nummer en Naam] AS '[Organisatie].[Kosten Nummer].CURRENTMEMBER.MEMBER_CAPTION +": "+ [Organisatie].[Level 5 naam].CURRENTMEMBER.MEMBER_CAPTION' -- MEMBER [Measures].[ParameterValue] AS '[Organisatie].[Level 5 naam].CURRENTMEMBER.UNIQUENAME' MEMBER [Measures].[ ...Show All

  • Visual C# move file to a directory

    Hi everyone, i’d like to move files from a directory to another directory, with move() or copy() i can only move a file to another file. Can you tell me how i can solve this problem please. Thankyou Thanks for your reply, i just want to move some of files in one directory to another directory, not directory to directory. Have you an algorithment or idee thanks in advance ...Show All

  • .NET Development Save and retrieve RTF Text from MSSQL DB

    Hi, i have a richtextbox control in my application, and want to know how to save this formatted text in a MS SQL DB, i tried to save in the database in a column Text type by addint the RTF property of the control. But i can't get it with RTF format from the database when i want to display it to richtextbox control again. Please, tell me how to retrieve RTF fromdb and display it correctly, if there is sample, it will be very great Regards, Ahmed H. Waly I've just tried it and able to do this successfully. I basically did this: load the RTF into the RTB control created a SQL command, simple basic insert statement: SqlCommand theSQLCommand = new SqlCommand("INSERT INTO [ TableName ] (Field ) ...Show All

  • .NET Development I am the newest newbe to VB2005, please can someone help me with this simple DB update form.

    All i want to do is have a 3 column db which I have connected to a simple form in VB to display the data. The Nav bar works and so great. I have one textbox called textbox1 and I have one button call button1 my database is call nametable which has three fields ID , firstname and lastname. When i browse the datatable using the nav, i want to be a to enter data into the text box on the form and then press the button ie button1 which will the replace the displayed name from the nametable with the name stored in the textbox1. This should then be saved to the datatable and then thats it, simple. I have tried and tried and read and read and I have heard about tableadapters and datasets and all sorts, please help and if you ...Show All

  • .NET Development How to access Menu in MasterPage from Content Page

    Hi, I have a Master Page having asp:Menu controls having datasource as SiteMapDataSource. Depending on the menu item clicked corresponding page loads. I changed the style of the selected menu item using StaticSelectedStyle attribute. but when i clicks any hyper link on that content page which loads another page the menu item style is changing to StaticMenuItemStyle. I want to show the style as StaticSelectedStyle. How can i do that I tried accessing that Menu control from content pages page load function. But content page load is calling first and Master page load is calling next . So its throwing exception. Is there any solution for this Regards, Mohan. Ok, the thing is you can access the menu control and 'cha ...Show All

©2008 Software Development Network