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

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

Mr_White

Member List

Duncan Stewart
Wicket
msdnuser06
vzzvzz
Barry Kwok
Imran_Akram
Skugga
davidacoder
Johanvdk
Sudheer George
b182f117
Lamprey_
search and deploy
1Dave
gfhyang
kageg
mortiz2112
Aatif
Eias Nabhan
ejstembler
Only Title

Mr_White's Q&A profile

  • Visual Studio Express Editions Access ASP website or instal VB application on Mac OS

    Hi, Can we access a website running on IIS webserver developed in ASP (hosts some activex Conntrols) ...Backend as Sql server on Mac OS. Or is it possible to instal VB or .Net applicaton on Mac. Will IE version for Mac can browse website running on IIS server. Can I use Virtual PC for this purpose. If we purchase Virtual PC ..do we need to purchase windows XP OS also ... Can someome throw light on this. Thanks venu yankarla As for activex running on the Mac, Internet Explorer for the mac hasnt been updated in a long while and many mac users arent using Internet Explorer - the other browsers almost certainly dont support ActiveX. So if you thinking of providing support for both PC's and Mac - I'd ...Show All

  • SharePoint Products and Technologies Is there a DesignerType that will display a read-only text field?

    In the Sentence, I want to display an uneditable/readonly field as part of the sentence. 1. Is there a DesignerType that will display a read-only text field ...Show All

  • Visual Studio Express Editions official description of express edition limitations by microsoft?

    Hello, I read several times that Visual C++ 2005 Express Edition does't support MFC. But only in newsgroups. I have looked for an official microsoft page containing this information for half an hour now because I need reliable information to tell my chief. But I just can't find it. Can anybody help me Best regards, CLenny In Case anybody else is looking for this information, too: I found it meanwhile in the only help: ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_vcmcpp/html/3d88607b-9cc4-490a-8d4c-31ee7610a26f.htm Best regards, CLenny ...Show All

  • Microsoft ISV Community Center Forums Copy problem in excel, please help me.

    Hi everyone, Now, i'm having a small problem with excel. Here i have 2 cells with content as following: cell1: world cell2: hello I want to create a cell2 with content as following cell 2: hello world I have used copy and paste functions in VBA but don't have result as i expect I only received a result as following cell2: world Please help me. Hi You can work directly with the cells in VBA. If your sheet is "Sheet1" and your cells are A1 and A2 the below code would give the expected result. Worksheets("Sheet1").Cells(2, 1).Value = Worksheets("Sheet1").Cells(2, 1).Value & " " & Worksheets("Sheet1").Cells(1, 1).Value ...Show All

  • SQL Server How to restrict a custom component to be used only in the event handler tab?

    Hi, One of my plan is to develop a custom task compoent to log the errors into the destination provided as paramter to the component. Now how can I restrict the use of this component in the event handler tab only. can something like this be done Also extending this a little further, is the below thing possible The custom component should expose custom properties which should allow the user to add the destinations for logging the errors. It will be a predefined list (window event log, text file, sql table etc) and the user will be allowed to check what all he/she wants. Then if the user has selected sql table then ask for the oledb connection and the table name, if text file is selected the ask for the path of the file. Apology ...Show All

  • Visual Studio Tools for Office using VSTO w/ ASP.Net 2.0

    Hi, Newbie using VSTO and developing office applications. The task is to import and export data from and to database, but user can select from a list columns what they want to add, there will be a dialog will appear and allow user to select data to be included in a word document, how can this be done I installed PIA, VSTO2005SE w/ runtime, MS Office 2003 Web Components and will use MS Office 2003 (ver 11.0.7969.0) with ASP.Net 2.0. I tried some links and cannot find Actions Pane Control. What Am I missing Can anyone point me to some sample codes or resources to do this Thanks in advanced. den2005 Thanks Cindy for info. Another question, is there problem using vsto with ms office 2003 ...Show All

  • Visual Studio Express Editions DataGrid Master Detail Question

    I have two Data Grids, in first DataGrid I am displaying primary key table and in 2nd table i am displaying foreign key table, i wanted when i click on primary key table cell that time 2nd dataGrid display detail table data related to record on which i clicked in 1st dataGrid.Please past the complete code, i am using tableAdapter and DataSet Thanks You'll find a nice walkthrough article (including code samples) on creating a master/detail DataGridView binding scenario in this MSDN article . Hope it helps. Andrej ...Show All

  • Internet Explorer Development IE7 XML Databind on IMG element.

    I have noticed a problem with IE7 that does not appear to be in IE6. When using XML Data binding of a url to an IMG element, the url does not postback to the server when the XML databind is performed and the databound URL has not changed since the last databind. I have browser caches turned off, but the databound url request is still not posted back. The only way I have found to work around this is to apply a unique number to the databound url. This was not necessary in IE6 and I am wonderring if the change in IE7 is by design or if it is a bug In addition, this problem seems to only be isolated to XML databinding on the url. If the url is set in script, the problem does not seem to occur. ...Show All

  • Visual C++ Command Line Compiler mscorlib Location

    Is there a command line argument in Microsoft's C++/CLI compiler that prevents the compiler from looking for mscorlib.dll in: c:\windows\microsoft.net\framework\v2.0.50727\ Our build environment requires that all builds be consistent and reproducible. This means that there should be as little reliance as possible on the configuration of the particular machine used to build the software. We require all components referenced during the build process to come from a single shared location, not from the user's local hard drive. C# and VB both provide the "/nostdlib" command line argument but I cannot find anything similar in C++/CLI. Any thoughts The /d1clr:nostdlib switch combined wit ...Show All

  • Visual Studio 2008 (Pre-release) Viewport3D and real time

    Hi,   I am working on project of software to supervise an assembly line in real time. I am beginner in 3D environment and I would know if someone could advice me an “optimum method” to calculate the transformation of models with a minimum calculus.   I am work on 3D model of Robot Arm. The Robot Arm is compound of: BASE, FOREARM, ARM and HAND. Each one depends of previous one so I declare the model like this:     // Structure 1 < Model3DGroup x:Name = " base_Group " >       < Model3DGroup x:Name = " BASE " >       </ Model3DGroup >       < Model3DGroup x:Name = " fo ...Show All

  • Windows Live Developer Forums Custom Backgrounds??

    How can I get a custom background. I went on Hack MSN Spaces, but his tutorial only works on Msn Space not Live spaces. And It only works for those 2 modules thing. Mine is 3. So can anyone help me ...Show All

  • .NET Development DataTable.Load() Generates InvalidOperationException

    Hello All: I am having a problem with the following code generating a "InvalidOperationException". The exception is thrown sometime, but not all the times. Does anyone have any idea why this code may be causing DataTable.Load() to throw that exception Thank you kindly. Jerry... p.s. Please forgive the cross-post. I must have inadvertantly posted this to WindowsForms. ***** Start Here ***** public partial class CollectionDetailStatusDataTable { public event TableFillingEvent TableFilling = null; private EventWaitHandle tableFilledWaitHandle = new ManualResetEvent(false); private CollectionDetailStatusTableAdapter tableAdapter = null; public CollectionDetailStatusTableAdapter Adapter { get { if (tableAdapter == nu ...Show All

  • .NET Development Two problems with mutually exclusive solutions. Yikes.

    In my XSL transform, I load an external XML file using the "document()" function. To get this to work, I used XsltSettings, set "EnableDocumentFunction" to true, and passed the XsltSettings into the XslCompiledTransform.Load() method. That solved problem #1. Problem #2 is that the external document I'm loading has a DOCTYPE tag referencing a DTD. To get this to work, I would have to use an instance of XmlReaderSettings, set "ProhibitDTD" to false, create an XmlReader passing in these settings, and then pass the XmlReader into the XslCompiledTransform.Load() method. Unfortunately, there isn't an overload of the XslCompiledTransform.Load() method that allows you to pass in both XsltSettings (to solve problem #1 ...Show All

  • Windows Search Technologies print spooler

    I experienced a problem with my print spooler requiring it to shutdown. I tried restarting but after about 10 seconds it failed again. Rebooted, same thing, downloaded the toolkit and deleted the spooler. This also removed my printers (1 b/w laser, 1 color), I can hook the printers up to my other computer and it works fine. When I try to reinstall the printer on this machine it wont pick it up. I'm using usb2 thru a usb2 hub, and when I plug it in the computer picks up that something was plugged in but nothing else happens. I've tried going straight to the computer bypassing the hub but have the same effect. I've searched for information regarding this problem but cant find a reference of this exact problem. I'm close to wiping my hd and r ...Show All

  • Visual Studio where to get the plugin

    hello, I can't find the VSS 2005 plugin for Visual Studio (I had it before but now I can't remember how I did it before I formatted).... I have a home server with VSS on it.... I commit my changes to it... formatted last night and can't remember how I got VSS plugin for Visual studio... thanks The easiest solution is to do a repair install of VSS 2005. That should ensure that all of the MSSCCI DLLs are registered and registry values are written correctly. If you need to fix the plugin installation manually, follow the steps from these threads: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=298607&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=259526&SiteID=1 ...Show All

©2008 Software Development Network