J.Meier's Q&A profile
.NET Development Select all records if not filled in the Text Box
Have basic text box and button and grid textbox will be empty and need to select all if left empty otherwise if put in value only selects these Tried setting the text box to NULL...in the define parameters nothing happens its ignoring the NULL SELECT * FROM [SALES_BACKLOG] WHERE ([SALESREP_ID] = @SALESREP_ID OR @SALESREP_ID IS NULL) Im using the grid view < asp : SqlDataSource ID ="SqlDataSource1" runat ="server" Connectio ...Show All
Visual Basic how to delete the child node of the current node
in BeforeExpand Event I would like all the children node of the current . What should I do. I found there is no .childern property in .net Thanks Hi, clear_zero, You can use the "Nodes" property on the selected node to return a TreeNodeCollection (i.e., the list of children for that node) -- you can then use the Remove method from the resulting collection to remove nodes. Hope this helps! ...Show All
Visual C# How to get the path of cached image file?
i want to get the image file currently shown. because the target image content changed every time the client read. You can find the browser control's last navigated document Url by subscribing to the DocumentComplete event. You could then use WinINet's Caching methods FindFirstUrlCacheEntry and FindNextUrlCacheEntry with the Url to search the cache for corresponding images. The following Microsoft Knowledge Base article demo ...Show All
Windows Forms Embeded WindowsMediaPlayer has bugs
Summary: The AxWMPLib. AxWindowsMediaPlayer object seems to have bugs and becomes unstable. Question: Is there a bug on the Active X wrapper that is generated by Visual Studio Do anyone know of a workaround Background: I am using an embedded Windows Media Player in a form. I got the player onto the from via the VS Designer. The instance of the player object is of type AxWMPLib. AxWindowsMediaPlayer m_player . When ...Show All
SQL Server Comparing two dimensions
Hi, I'm writing an MDX query in VS2003 (using RS2000) with AS2000 and I want to know how can I just display the mesaures for the members of a dimension that are equal to another dimension. For example, If I display dimension1 and dimension2 I get (not all of the members in both dimensions are equal): Cat - Cat Cat - Dog Cat - Car Cat - Horse Dog - Cat Dog - Dog Dog - Car Dog - Horse Car- Cat Car- Dog Car- Car Car- Horse Horse - Cat Horse ...Show All
Windows Forms Visual Studio 2005 Service Pack 1
What I want to know is when can we expect the desperatly needed service pack 1 for Visual Studio 2005 I've had so many errors so far when working with the Windows Forms designer, it is not only VERY frustrating and wasting my valuable time, but, it is also embarrsing when my projects and clients are being delayed because of a low quality tool. I expected higher quality standards from Microsoft! Don't get me wrong, I love .Net and especiall ...Show All
Windows Forms Recieving an Open File request from Windows
I have an application that I'm developing that uses a custom file format for storing users files in and I'm wondering how to set my application up so that when a user opens a file of this type the application runs and opens the file. ...Show All
Visual C++ c1083 fatal error cannot find include file
Hi all; i am using VC++ .NET 2003, can any body help me why i am getting such type of error when i am including header file through relative path. i don't have fair knowledge of VC++ .NET, i am sure i am missing something in project setting. actually i included each path in 'aditional include path' option in project setting but still getting error. it will better i will explain my problem with example: Following error i am getting ...Show All
Visual Studio Error installing VS SDK on VS 2005 (German)
Hi, 1. I have installed Visual Studio 2005 Professional (German) - Everything works perfectly 2. I have installed Visual Studio SDK 2005 (Februar 2006 Release) - All user defined templates are not available 3. Uninstall Visual Studio SDK repairs the problem Any idea what to do Thanks Oliver One more: I have tried Visual Studio 2005 SDK (December 05 Release) without problems Ol ...Show All
Windows Forms Errors installing Server (System.IO.FileNotFoundException)
Hi, I downloaded the server (Beta 1) for Terrarium. I am checking both the database and web site checkboxes on the installation wizard. The installation starts and I get a progress bar that moves along. However before I get to the end& ...Show All
Visual Basic Formatting numbers in a textbox or label in VB2005
Hi, I was wondering if someone could tell me how to format the input text in a textbox or a label, for instance, if the text is numeric, then how can I define how many decimal places it must show If the display text is 0.3 and I want it to be displayed as 0.30, how would I go about Any help would be dearly appreciated. Thank and regards, Arun To validate if the TextBox.Text is numeric, use, IsNumeric() ...Show All
Visual Studio Team System Dynamically Populating of ListItems of ALLOWEDVALUES Field.
Hi We want to dynamically populate the <LISTITEM> values in <ALLOWEDVALUES> field for work item customization in VSTS. Is there any procedure or suggestion available in order to achieve this In "Authoring Work Item Types.doc" of Extensibility tool kit we could able to see the examples explaining about assiging a static values to <LISTITEM> but we want to get the values dynamically. Please kindly provide us ...Show All
Game Technologies: DirectX, XNA, XACT, etc. i need help! pls I want to begin to write games
I need documents to learn to use directx in c++ or vb, to not knoweverything about directx, thanks for its attention and hope can help me, and sorry for mi english I guess first question is - does this mean you know C++ and VB already If so, then you may find that managed DX is the way to go. If not, then you should learn a core language before deciding to use it to write games. The DX SDK comes with samples that may well give you all y ...Show All
Windows Forms Where to download TaskVision Database!
I can not install TaskVision. Who can give me a DataBase Script to download! Thanks a lot! http://www.windowsforms.net/TaskVision/SourceViewer.aspx tabindex=7&tabid=44 Try this it may work for you ...Show All
Visual Studio Team System Problem with Tests after renaming project
Hi, We ended up having to rename both the project under test as well as the associated unit test project. The unit test project used to create a binary called TestContext_UT.DLL. It now creates a binary called UnitTestTest.dll. When you attempt to run a unit test, however, the test continues to look for TestContext_UT.DLL as the storage for the test. Where to you change that information One more question, why can't I delete a test from the tes ...Show All
