jacquelyn carter's Q&A profile
Visual Studio 2008 (Pre-release) Visual Tree Woes...Any Experts Out There?
Any experts out there I've been wrestling with this for quite a while...... GeLocalValueEnumerator returns nothing for elements in a VisualTree. FrameworkElementFactory only has a SetValue, no get or way of enumerating values. For DependencyObjects in a VisualTree, how does one get a list of Local Values or For FrameworkElementFactory, how does one get a list of DependencyProperties being set Thanks Ron ...Show All
Smart Device Development LNK2019 errors
I'm trying to convert a large eVC4 project to VS2005 and am getting hundreds of linker errrors when the main project compiles. I have created small test app and test static lib projects to reproduce the issue: Here's the output: ------ Build started: Project: TestApp, Configuration: Debug Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------ Linking... Searching libraries Searching ..\test_lib\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug\test_lib.lib: Searching C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\lib\ARMV4I\ole32.lib: Searching C:\Program Files\Windows CE Tools\wce500\Windows Mobile ...Show All
SQL Server Failed to generate user instance and Cached Domain Login....
I am having trouble with the " Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed. " message however I believe my circumstances are different that what I have found in any posts about this subject. I use a laptop computer for development on my domain at work (I am in admin group on that domain). I have worked for several hours today on a project and logged off my network and then hooked my computer up at home. I log onto the machine again when I get home and log on normally, with a cached domain logon and I am unable access the datab ...Show All
Windows Forms disable X on form but leave -
how can disable the X button on the form's title bar but with leaving the minimuze button on it.. I just need the minimize button only on the bar (no maximum & no X) I usually do it by creating a non-rectangular form. Although doing this requires alot of coding because you have to write the code to allow the form to be moved. Doing it this way you can just create your own Minimize Box and Close Box. What langauge are you working in ...Show All
Visual Studio Express Editions Should I register VS 2005 again after reinstalling a fresh copy of Windows?
I recently had a crash and had to reinstall Windows. Unfortunately, due to problems with the file system, I had to wipe my hard disk and start over again. Before this happened, I had Visual Studio 2005 Express Editions installed. I had registered all the components (VB, VC#, VC++, VJ#, VWD) after installing. Should I register all those again after installing this time ...Show All
Smart Device Development How to play MPEG File ?
Hi, I'm able to play a .WAV file in the Pocket PC using C#, by using pinvoke method. In which i 've imported the "coredll", and then PlaySound() function. Like this, is there any ways to play an MPEG file or Even the other ways like streaming of MPEG file Plz give me suggestions as soon as possible. Thanks, ramakrishna. Hi Sayed Zeeshan, Thanks for the reply. I think there are 2 ways to implement Video streaming on Pocket PC : 1. The method you suggested - Using ActiveX Control 2. Using Windows Media Player Control. I'm a bit new to this environment. I need to do much r n d on this topic. I welcome y ...Show All
Windows Forms Where Do MSI maintain the Install Location
Hi, In the registry in the following path the uninstall information is available under following path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. But InstallLocation entry for most of the installed application is not available. So can you please help me to get the Install location . Thanks & Regards, Pradeep Unfortunately Visual Studio setups do not do this - they do not set the ARPINSTALLOCATION property to TARGETDIR, as described here under InstallLocation: http://msdn.microsoft.com/library/default.asp url=/library/en-us/msi/setup/installer_productinfo.as ...Show All
SQL Server Support for Execute DTS 2000 Package Task on Win 64 AMD?
I have imported a series of SQL 2000 DTS packages to our 64bit AMD SQL 2005 server. I then created SSIS pkgs to run each SQL 2000 package using the Execute DTS 2000 package task. Then I deployed these packages to the Yukon server as well. I can run these packages when launching them via Integration Services from Management Studio on my workstation, but when I try to run them via a SQL Job or the DTExec command on the server, I get this error. Anyone know of a workaround OnError,xxxxxx,xxxxxxx,Execute DTS 2000 Package Task,{94769783-575C-4D1E-90F6-C2BDB3EA3CE2},{E05551C1-CDDE-40E3-87B4-C65D4E1B3A53},4/26/2006 3:01:37 PM,4/26/2006 3:01: ...Show All
.NET Development About Encoding Problem in getting pop3 message(data)
. i am a newbie please help me) When i get pop3 message like below: and how to display the message to Big5 format ., And why when i display the data like below from pop3 server on a label and a textbox both have different style ,in text box the message is very tidy,different type of data in different line) but in label all meaasge is combin together and no any alternate lines,and i cant split the message with text.split(vbcrlf) or text.indexof("<br>") .So have any method Thank you for your help I use tis to get the data from pop3 server Function GetResponse(ByRef netstream As System.Net.Sockets.NetworkStr ...Show All
.NET Development setup project cannot extract registration info from 64bit COM dlls
using Beta2, building under 64bit WinXP. Would this be fixed in final release of VS2005 Thanks, V. ...Show All
Windows Forms DatagirdComboBoxColumn+binding source problem
Friends, I have my Datagridview bind to single table binding source. Which has two columns "Option domain" and "Default Option Value", This columns are Dropdown Combos and the datasource is from Lookup dataset having two tables "Option domains" and "Option Domains Value" (Parent-child). Based on the value of "Option domain" 1st column, "Default Option Value" combo will have filter list by that value. I tried the following: (A) I tried to bind "Default Option value" to Parent-child relation of lookup dataset (OptionDomainOptionDefaultValueBindingSource). PROBLEM: Here when displaying grid, ...Show All
Windows Forms best way to use excel with dotnet windows apps
I would like to know the best way to work with excel in a dotnet windows app. I am currently using the getobject(). I am trying to retrive data from a worksheet and importing it into a dataset. I am using excel version 9.0. I understand that version 10 has xml componets already in it but am not able to upgrade at this point. Thanks ...Show All
Windows Forms Windows form ??
Hi, I have a question regarding Windows form application. My application has to implement a feature which is similar to Excel. Here is what Excel does:- I launch two instances of Excel. In each instance I open up the same file. While opening a file in the second instance Excel gives me a choice to be notified when the file becomes available for read/write, I select OK and it opens the file in readonly mode. Then In readonly instance I go and select cell format dialog and leave that instance keeping dialog open. Then I go to the first instance which opened the file in readwrite mode and close the file and the instance also. Then in t ...Show All
Windows Forms URGENT Question -- DataGridView Cell Text Formatting
i've got a datagridview textbox cell and in read only mode would like to set the date portion of a datetime as bold and leave the time portion as non bold...and i'm at a loss at how to do this. Any insight would be very much appreciated. As far as I know, you can set part of a string in a TextBox control to a different font or style. Did I understand your question correctly ...Show All
Visual Studio Team System Modest request regarding refreshes
It would be nice to optionally have VS automatically update the status of source controlled files on some configurable interval. This would be especially useful for the icon indicators in Solution Explorer as they tend to get out of date (especially if a developer keeps a given project open for an extended period of time). When VS doesn't know the current status of a file it doesn't return the best messages/errors when you try to perform certain functions that aren't allowed given the current state of the file. It would also be wonderful if the History tab (if visible) would auto refresh to show the history of the currently selected file ...Show All
