Software Development Network Logo
  • .NET Development
  • Visual C++
  • VS Express Editions
  • Visual Basic
  • Visual FoxPro
  • VS Team System
  • Visual C#
  • SQL Server
  • Visual J#
  • Visual Studio
  • Windows Forms
  • Game Technologies
  • Windows Live
  • Architecture
  • Smart Device

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

DirectShow

Member List

Troy_Dot_Net
DiamondDave
Umeshnath
ShoreNuff
Conen
SusanC
Joshua_Ethan
Rosaria
DSimmons
Roland A
jloveguy
Trent Swanson
steven64
Lynette Johnson
noyesar
Joe_D
FinTin
M. Carr
Dorkboy
LonW
Only Title

DirectShow's Q&A profile

  • Visual Studio VS 2005 - Where is the memory view window?

    Hi people, I'm looking for some sort of memory viewer window that I could load in VS 2003 in Debug Mode for viewing what data is on a certain location in memory. In VS 2005 I can't find this option! I'm sorry that I don't know the exact name of that opion, but I don't have VS 2003 installed on my system at the moment... Thank's a lot for your help Dr Scheme, While debugging a program just click Debug->Windows->Memory->Memory 1 (or 2 or 3 or 4) and you can open up to 4 memory windows to view program memory. For default programming settings I believe the shortcut key is (Ctrl+Alt+M, 1) ...Show All

  • Visual Basic (NEWB) Using .split()?

    VB express '05 Beta I have a large string (about 40 pages worth of data) That I need to parcel into smaller chunks, there are repeating markers in the data that I want to use as delimiters.  txtimp is the large raw string, and hand() is the string array that I want to have the data chopped into. I'm using: stray()=txtimp.split("Data")   But, It is only searching for "D", not "Data".  There are frequent D's in the text, so It's giving me many smaller strings I dont want. In the IDE, when Inputting the string I want it to search for, it gives me a list of ten choices of versions of split to use.  I always select the ...Show All

  • Visual J# J# URL setup

    Hi  everyone, Got a problem here I am tearing my hair out over. Am creating a J# windows app in which I am trying to declare a URL. My declaration goes as follows. import java.net.* URL url = new URL ("http://localhost:8080/soap/servlet/rpcrouter/"); When I try to build the solution I get the MalformedURLException. The declaration came from a console application which worked perfectly so I know that it cant be the declaration. Any help is greatly appreciated. Mike Hi Mike, The source code you have mentioned is just asking you to catch the MalformedURLException. You can get this compiling by just putting a try catch blo ...Show All

  • Visual C++ Checking for a trivial event for null

    Hi, I encountered a problem when I port some codes (inherited codes) in MC++ to the new C++/CLI syntax.  The errror cause a C3918.  This is the snippet of the code:  namespace NsCtlListView {     ...     public ref class CtlListView : public System::Windows::Forms::ListView     {              ...         public delegate void VScrollEventHandler(Object ^sender, EventArgs ^e);         ...         public: event VScrollEventHandler ^VScroll;         ...     }   &nbs ...Show All

  • Visual Studio Express Editions Creating My First Application

    I am new to the world of programming and I need some advice about where to begin. I found that Visual Basic Express edition seems to work well but I really don't know how to start. Does anybody know some resources where I can start off I want to make an application that displays the periodic table and lets users click on each element for it to display info in a new window. Might seem easy probrably but I don't have a clue. Thank you greatly Okay, here's your first lesson. It was mine when I first got started back in 1995. Assumming you know how to get up and running. Go to the very top and look for the word file. Click on ...Show All

  • Windows Live Developer Forums Does Anyone want to work together?

    I need someone with msn messenger who I can chat with to test my applications. I will be happy to give you feedback on your applications in exchange. It is either that, or buy a second computer for my office. Much better to be sociable. Chris Ofcourse, i can help aswell frenor@broadpark.no ...Show All

  • Visual Studio Express Editions "HELP" 2 array questions for a VB Learner?

    i am having problems putting text from 8 tb's on a dialog form into an array and  passing the data back to a mainform as a single object, i then want to put this object into an array of like objects and be able to display each of the values/references from a selected object in the mainform array of objects.  NE help would be greatly appreciated as i have read all the articles on arrays i can find and am still having trouble understanding them. eg df = dialogform on dialogform OK click dialogform.stringMsg() = an array of 8 textbox values add stringMsg to mainform.objarray mainform.list.add objarray ma ...Show All

  • SQL Server SSIS error listing

    Is there a list of all the SSIS Error codes and what they mean Ex. -1071607778 is an error code output when a lookup task fails to find a match. I haven't been able to find any information on the different error codes. Is there a description file or enumeration file that exists somewhere I think it's still hex, the L at the end is usually included in literals to denote the size of the integer - i.e. L = long, whatever that may be for the platform, 32bits in this case I'd imagine. -S ...Show All

  • Software Development for Windows Vista Bluetooth bind problem.

    Hi all, I've been programming in bluetooth under linux with bluez. But sometimes it gave me bugs, and i decided to swich to windows bluetooth. Till now i've ported a file push application writen myself and till now it's every thing fine, I use winsock32 and it works, but my objective was that of using more than one usb dongle at one time, and so i added to my application: localInfo.addressFamily=AF_BTH; localInfo.btAddr=localAddr.ullLong; //local bluetooth MAC localInfo.port=0; bind(sock,(LPSOCKADDR)&localInfo,sizeof(struct _SOCKADDR_BTH)); and it gives me error:WSAEADDRNOTAVAIL:(10049)Cannot assign requested address. ...Show All

  • Windows Forms windows form parameter

    Hello, This will be my first windows form application. I need to pass a parameter to Widnows form application and if there is a parameter defined do not show form call StartUp() method and Exit the application. If there is no parameter passed in the command line, show the form and wait for the user. How can I do this [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new From1()); } Hi Jim, Use this- public static void Main( string [] args) { if (args.Length == 0) { //DoSomething ...Show All

  • Windows Forms Contro Array in VB.NET

    Hi to every budy here. Could some one tell me how to implement control array in vb.net for windows forms like we did in vb6. Control Array for text boxes to be created on runtine as many as user wants using upper bound of control array. I am facing some difficulty in dat, i will really thankfull if you could help me in dat problem. Thanks. SARZ. ...Show All

  • Visual Studio Team System Integrating with TFS: Use of ExecuteDefaultAction

    We have an internal tool that we use to keep track of work items and a bunch of other stuff. For a lot of reasons, I would really like to start using TFS for what it can handle. In order to make this feasible, I'm going to need to integrate TFS with our existing tool. I'm starting to get a picture of what I need to implement in order to integrate with TFS, but one aspect is still unclear: Suppose that I have a work item that is linked to an "incident" or a "customer" that exists in our internal tool. I would like to have a mechanism to open the incident or customer through our tool's interface from the work item. Is Ex ...Show All

  • Visual Studio Express Editions save dialog

    Hi To All, Iam using a save dialog control,How to handle the event when the user clicks on cancel button on the save dialog. The dialog returns a DialogResult enum. Check if it's DialogResult.OK to see if the user clicked OK. Presumably that's really what you want, but if it's not OK, it'll be DialogResult.Cancel. ...Show All

  • Visual Studio Express Editions installer project

    How do i include an installer project into my solution with c# express Thanks The only way that you can have an installer for your app is to use the click once installer methods. This is one of the limitations in the express products. If you do need to make and inatller for it that is not Click Once you will either have to purchase one of the full versions, or use one of the third party applications like wise or install shield. ...Show All

  • Visual Studio Tools for Office Save each page of a word merge as pdf file

    I have a mail merge that I need to save each page as a pdf file, i need to save it based on a merge field something like Dear << this >>. I have to do ASAP please any and all help appreciated. M~ This is a common request- many people use the PDF Distiller and print to it. I recommend you look at 3rd party resources to this effect. A quick Web query returned plenty of results: http://search.msn.com/results.aspx q=word+pdf+conversion&FORM=QBHP Also, it is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tools per se. So you will be be ...Show All

©2008 Software Development Network