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

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

apple_pie

Member List

maverick_majnoo
bozo14
GrandpaB
Alfitsi
wsaunders
Bernardo Piano
Marlin7
DLG007
i-developer
Jacco Mintjes
Daniel Deptford
pinoyz
Abelard
Fernando Corpus
Gadfly
kndr
AmolWankhede
Andrew Mackie
Mike Hudgell
Bartjj
Only Title

apple_pie's Q&A profile

  • SQL Server Conditional Formatting - not so conditional??

    I have the following code in the color property of a textbox. However, when I run my report all of the values in this column display in green regardless of their value. =SWITCH(Fields!Wrap.Value >= 3, "Red", Fields!Wrap.Value < 3, "Green") I already tried =iif(Fields!Wrap.Value >= 3 , "Red", "Green") and got the same results. Is it because this is a matrix report What am I doing wrong Thanks in advance . . . OK, well you pointed me right to my problem. The values are percentages. I was doing my conditional formatting based on 3 instead of .03 . . . That is fixed but I still have something else wrong. A very small number of values that are not .03 are colo ...Show All

  • Windows Live Developer Forums Problem Photo Upload Dialog: "THis folder has a new image format. The COnverter is downloading."

    Does anyone have any insight as to what is causing the photo uploader not to recognize any photos in the My Pictures folder It shows "No photos in this folder" (when there are) and when you change to another folder containing photos it gives a dialog box " There are images with a new format in this folder. The converter is downloading". Well, there are the typical jpg photos in the folder, and when the dialog box goes away by itself, it still shows "no photos in folder". I've tried the whole reinstallation procedures, clearing cache, removing objects, etc. Every reinstall has the same problem. Any insights please -David I have a dual boot setup - Vista RC1 and XP Pr ...Show All

  • Visual C# referencing undefined xml attributes

    Let's say I have a class created from XML schema. Inside the class there are reguired and optional attributes and elements. When I get an XML file where some of the attributes are missing ( not undefined ) for example due to missing element or simply the attribute misses I naturally get an exception of referencing undefined value when trying to use it. Is there a way I could test the attributes easier then using try catch ( NullReferenceException ) for each of them , cause there are many of them. Is there a function like IsDefined for an attribute or element Testing null values doesn't work for elements. It's true, you're right, you might help me with this, used something like this: ...Show All

  • Visual Studio Team System a "pre-sales" question of sorts about source control in TFS

    Our team would sure like to get answers to the following questions before we decide to purchase TFS. Thanks for any information or referrals. Does the version control system support moving a file or directory to a different location in Solution Explorer (via the IDE) while still retaining the history of the file Does the version control system fully support renaming a file in the Solution Explorer (via the IDE) Does the version control system support copying files or directories to a different location at the repository level, while retaining the history Does the shelving feature support shelving multiple versions of the same file by the same user By different users Does the repository support changesets (Changesets are a ...Show All

  • .NET Development INVALID HANDLER

    I always got that error message when my application is running under windows 2003 server but i dont get that under WinXP or win2k server!!! AddHandler ptr.PrintPage, AddressOf Me .PrintPageHandler ptr.Print() RemoveHandler ptr.PrintPage, AddressOf Me .PrintPageHandler ...Show All

  • .NET Development Error loading Business Contact Manager -- NET Framework 1.1 issue

    I attempted to load the newest version of ACT. The install failed because of a NET Framework 1.1 issue. Contacting ACT support, I was told to uninstall NET Framework 1.1. Net Framework wouldn't allow the uninstall -- but rather gave me this ... The exception unkown software exception (0x40000015) occurred in the application at location 0x7813461a. I then manually uninstalled NET Framework 1.1 using guidance from Article ID 824643. After uninstall, reinstalled NET Framework 1.1 and attempted to load Service Pack 1 --- and got the same error as above and this ... Runtime error Program c:\windows\temp\sl173.tmp. Giving up on ACT, I attempted to load Outlook Contact Manager and received the following error: Runtime error Program c:\ ...Show All

  • .NET Development OLEDBException: Timeout Expired error

    Hello there, I'm getting this error "Timeout expired" with Gridview control connection to an SQL2000 DB. I drag & drop a gridview control and configure the connection string to the database and one table. If I preview it, I can retrieve all the data. But if I run the the application, I am getting this error. I didn't do any coding in here. I am using Visual Studio 2005 (VB.NET) in Windows XP Professional OS. I want to develop a Windows application. Please help. Thanks very much. A Set you command object's commandtimeout property to zero. That would bring in data to grid with unconditional wait for getting data. That usually happens when network is down. Thanks ...Show All

  • Smart Device Development How to rename a project folder in Mobile 5.0 device project

    I have started a Mobile 5.0 Pocket PC device Appliction project. At the end, I have been requested to rename the folder....grrrr. Any help Normally you should not have a folder names in project files (except may be for solution file) so it should work even if you move the project to another PC into arbitrary folder. If you do have folder name (e.g. added files with absolute paths), simple search/replace inside project files should fix it. Alternatively create new project and add file from the old one. ...Show All

  • Visual Studio Adding or modifying SolutionExplorer icons in 2005

    Hello, is there a way to add to or overlay on the icons in Solution Explorer using the Automation (add-in) interface It seems that all I can do when I get an item in this window (UIHierarchyItem) is select it or fire its default method. I'd like to add little status icons such as the yellow exclamation when a file doesn't exist, or the status icons available when SCC is turned on. I don't know the answer to your question. But I would investigate the code of open source add-in AnkhSVN ( http://ankhsvn.tigris.org/ ). It does exactly what you need - icon overlays for project items. ...Show All

  • Visual Studio 2008 (Pre-release) Disable Navigation Hotkeys in a WPF Navigation App

    How can i disable navigation hotkeys in a wpf navigation app For example the backspace key makes the app go back a page. I want to disable all such keyboard navigation. Thanks. -jgoines How can I 'add an empty handler for Application.BrowseBack' I want to disable all ways a user can navigation without using my interface. -Ryan ...Show All

  • Microsoft ISV Community Center Forums Disable events in userform

    Is there a way to disable Userform events within Userform code I am trying to dynamically set scrollbar.max without triggering the Scrollbar_Change event procedure. Hello Joe, I was a bit curious and tried the following: Private Sub CommandButton1_Click() MsgBox ("Command Click") UserForm1.ScrollBar1.Width = 20 UserForm1.ScrollBar1.Max = 100 End Sub Private Sub ScrollBar1_Change() MsgBox ("In Scroll Bar Change") End Sub Private Sub UserForm_Initialize() MsgBox ("In Initialise") UserForm1.ScrollBar1.Max = 15 End Sub The only time the ScrollBar_Change event is triggered is if I clicked on the scroll bar, or the up/down arrows of the scroll bar. The command button ...Show All

  • SQL Server SSRS 2000 SP2 report cannot be exported to Excel

    We are running SSRS 2000 SP2. We have an Excel export problem with one report data. The error is: Microsoft Office Excel File Repair Log Errors were detected in file 'PPM_Report[1].xls' The following is a list of repairs: Damage to the file was so extensive that repairs were not possible. Excel attempted to recover your formulas and values, but some data may have been lost or corrupted. A search on google shows that this problem could occur on an ntext data field larger than x amount of bytes. http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_thread/thread/c6a89889833c312c/c225157bf91e9949%23c225157bf91e9949 but the fact is one environment has the field up to 9324 bytes and still exports fin ...Show All

  • Visual Studio Express Editions object not release

    i having weird problem where object of an instance is not release and worse it use back example: private function test dim m_obj as new winTest ///wintest contain form with radio button to ask for user to select option and a close button m_obj.showdialog m_obj = nothing when run first time call the function (no problem) , the problem only show when second time calling the function , I found the winTest form still show what ever previously option user select .mean that somehow m_obj references back the privious instance of winTest . sound weird but really happen. the solution i come out is in winTest rather than use me.close (to close the form) , I need to use me.dispose (to close) . by using me.dispose then the next ti ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Bryce 6.0

    As soon as they get a page up I will post a link... What has been said is full Poser animation support thru DazStudio...And IBL lighting,Exporting of Booleaned objects,Faster render times,Improved Stabability,Major enhancements in the Terrain Editor.... ...Show All

  • Windows Search Technologies History removal

    Can anyone tell me how to manually remove search history For that matter, how about manual removal of RUN history, and ADDRESS history My machines are overloaded with histories that get in the way of my admin. Having trouble following this explanation Paul. I am using Windows ME and want to clear/delete items the search for files and folders history. Can U help ...Show All

©2008 Software Development Network