Ovais Mehboob's Q&A profile
Visual Studio Express Editions AppDev - Good Training?
Hello...has anyone out there completed the AppDev courses in VB.NET If so, how good are they Most books I read make me feel like I am spinning my wheels. Thanks, Brian I downloaded Course 2913: Creating Your First MicrosoftR ASP.NET 2.0 Web Application from the MS website and since it was free, wanted to try it out. Is it me or is the navigation of it very convoluted. And this is 3 hours worth of content Brian ...Show All
SQL Server report builder embedded
It's possible to have a report generator inside my application ASP 2.0 ...Show All
Visual Basic stream realplayer files
hello i am new visual basic. i want to know is it possible to make a program that would play real player files from the internet. meaning i want to build a program where the user can select a singer, then an album, then the song and listen to it, where the song is saved in a realplayer server. If I'm not mistaken, Realplayer has an SDK on their page for development. I don't remember which languages they support in their SDK. I'm really sure this might help you with the start you are looking for. ...Show All
Visual Studio Express Editions i need to access matlab file from c#
im astudent and i have aproject and i need to show the output of matlab file from c# when i build com object in matlab it give me error and dont know what i do please give me step by step to access m file in c# thanks You do realize this is the VB.NET forum. If your trying to do thing in C# I would suggest posting to the C# forums http://forums.microsoft.com/MSDN/default.aspx forumgroupid=9&siteid=1 If your trying to use VB then you need to restate you problem much more clearly. ...Show All
Visual Studio Help Broken Help Editing Macros in VS 2005 Beta2
I have found the fix that takes care of the broken help with the VS2005 Beta2 installation. However, I still have broken help if I try to use help while I'm in the macro editor. Does anyone know of a fix for this further problem Thanks A late follow up that may be of interest. I later attempted to install the SQL Server 2005 CTP. This required me to uninstall the .Net 2.0 framework that VS had installed. Needless to say, VS was broken after the installation. I ran ARP and had it do a repair. Help is now available from within all components of VS and from the Start menu shortcuts. I will leave th ...Show All
Windows Forms CLickonce without the publish.htm
Is there a way to make the program just open up instead of the user hitting the run button I’ve got to ask first... are you looking for a way to just not need the Install button to be clicked but still leave the regular security warning intact Given that all the Install button does is direct you to setup.exe, you could do a add a META tag at the top of the publish.htm file (often within <HEAD>) ala: <META HTTP-EQUIV="Refresh" CONTENT="1; URL=setup.exe"> The problem with this method though is that it will not automatically launch the installer in the same way ...Show All
Visual C# How to wait 2 minutes ?
Hi I need to make my application wait 2 minutes before executing a certain method, how can I make it, what class do I have to use Is there a method to do that Thanks ! Hi, Could you mark the post that solved your problem as answer This would make it for anyone with your the same problem to locate this thread. Thanks. cheers, Paul June A. Domag ...Show All
Visual FoxPro Problem Installing VFP 9.0
When I try to install VFP 9.0 by clicking the link on the auto run page that appears when you insert the disk, I get the message "Please go to the control panel and add or configure windows components" If I run from the add programs in the control panel I get the setup screen and click Prerequisites and get the same message. What needs to be installed or configured I am up to date on all updates and I have every windows component installed. Any suggestions You should contact Microsoft product support directly on this since first time installation support is free, see http://msdn.com/vfoxpro/support. ...Show All
SQL Server Welcome to the Notification Services Discussion Forum!
I'd like to welcome you to the SQL Server 2005 Notification Services discussion forum. This is a place where you can ask questions about scenarios, deployments, technical questions, or just simply troubleshooting questions. Notification Services is a part of SQL Server 2005 that enables event processing and notification distribution at Internet scale. I hope it becomes a vital part of your organization's information distribution channel. Cheers, -Lukasz Lukasz Pawlowski Program Manager SQL Server 2005 Notification Services Thanks Lukasz! As long as your passing requests, the main request that I (along with a many ...Show All
Visual C# Generics and Inheritance question
K, after an hour or so of playing with generics I've already hit my first snag... How do you declare an abstract property to return an instance of a template class that will be instantiated with the type of the derived class (what a mouthful!) i.e.: public abstract class Node { public abstract NodeList< > ConnectedNodes {get;} } public class GraphNode : Node { private NodeList< > _connectedNodes; public NodeList< > ConnectedNodes { get {   ...Show All
Visual C++ PreTranslateMessage(MSG* pMsg)
i make in MFC 7 dialog with many CEdit controls some of them need wantreturn, and i use the function PreTranslateMessage ( MSG * pMsg ) with this code if ( pMsg -> message == WM_KEYDOWN && pMsg -> wParam == VK_RETURN ) { NextDlgCtrl (); return TRUE ; } return CDialog :: PreTranslateMessage ( pMsg ); but with this code i lost the kill focus and the setfocus what i have to do to enable the return key to work like the TAB and when focus to the edit which want the retun ( disable the return working like TAB ) mido1971 wrote: yes that it is , only for n ...Show All
.NET Development In XSD, how can I make the elements occur in freewill order? (Tested in SQL 2005 Express Edition)
In XSD, how can I make the elements occur in freewill order (Tested in SQL 2005 Express Edition) I know if I add the keyword "sequence" in a XSD, the "Title" element must occur before "Url" element in XML. (Section A) now I hope "Title" and "Url" elements may occur in freewill order, that mean the following two codes are OK! Title="aa" Url=="bb" or Url=="bb" Title="aa" I try to write the xsd just like Section B (I think the keyword "group" will be effectually), but I get the error information below 沁SQL 2005! .Net SqlClient Data Provider: Msg 2299, Level 16, State 1, Line 1 Missing attribute 'ref' Why In XSD, how can I make t ...Show All
Visual C++ Shortcut to switch between tabs in Visual Studio 2003
Hi, is there any ...Show All
Visual Studio Team System Ability to add "State" to the columns on Links within a work item
Is there any way to modify what columsn are shown on the "Links" tab of a work item view For instance, for related links, I want to show a column that has the appropriate "State" of the work item (Proposed, Active, Closed, etc). Is there any way to do this Thanks, ~slee Slee, columns in the links tab are fixed for v1 and unfortunately cannot be changed. Remember that the control shows other type of links too, such as changesets or test results which may not have a state field. Naren ...Show All
Visual Studio When is VSS 2005 going to be Available to the Public?
Hey all, My company is getting ready to start a new project. We are very interesting in .Net 2.0 and C#/C++ Apps and have several versions of VS 2005 Pro already. However, we also want to have some source control. None of the 3rd party programs are what we are looking for. So when is VSS 2005 going to be released to the public Should we get an MSDN license to use the Beta Version of VSS 2005 Will VSS 2005 Beta work with the release versions of VS 2005 Thanks AFAIK, the version I got with MSDN was not the beta. Having said that, I also didn't think there were any overly compelling options over the last version of VSS, which I ...Show All
