stacez's Q&A profile
Software Development for Windows Vista WMF9 sdk help please
I used WMF9 to render a file from harddisk.I used IWMReader::Open method. I called IWMReader::Start method.All these works fine without any runtime error. Onstatus , I am getting status as Opened, but no video is displayed. Can u please help me as it is urgent. I want the video to be displayed in a picture box.( I am using C#). What are the steps to be done to display video in the picture box. I haven't tried this with WMF in c#. Is DirectShow an option ...Show All
Visual Studio Express Editions C# Express expired
I installed a MS Visual Basic 2005 Express a month ago. I didn't register this product, so my copy expired. Now, I install MS Visual C# 2005 Express. Setup says that my version of MS Visual C# expired. I want to register this product, but it's not go. Could you give me some advice First up... why didn’t you register it during the first month Before attempting to install it again, did you uninstall the previous install It’s as easy as choosing Register Product from the Help menu and then following the prompts, waiting a short time for an email and plugging in the key you receive. ...Show All
Visual Studio Express Editions New to C
Hello. I was interested in programming in C and of course I bought a book. However the book is a little outdated, so they describe how to use the tools such as the compiler, etc. They teach you how to compile and link everything with Borland and Microsoft Visual C++. This book is C For Dummies, printed in '96. I downloaded Visual C++ and it has WAY more features than the one in the book has. I'm lost. Starting out he teaches you to do the usual "Hello world!" script, I started a new project, created a C file, typed in the code, saved it and... How do I compile I tried the Visual Studio command prompt, placed the C file where they told me ...Show All
Windows Forms TextBox and DBNull binding default behavior problem
Hi, This is a long discussed issue. But I have found an inconsistent behaviour in the default implementation. Create a datasource using a SQL server database table that has nullable int field Add a few records to the database table, leave the int field null in some of them Drag-Drop this field as a textbox on your form Drag Drop another field to your form as another textbox Scroll through your records until you are on a row that has the int field null in the db You will see that the TextBox will display empty string (BRAVO) Now, move your cursor in this field, DO NOT TYPE ANYTHING Move your cursor to another ...Show All
SQL Server problems creating report (parent child hierarchy)
hello, im working with as/rs 2005 and need help in creating a report. my cube has a parent child hierarchy in "category". structur is as follows: A a 1 2 b B C f g 10 11 12 I like to have a function or something, that gives me the unique names of all children of maybe A (result should be: a,1,2,b,3,4,...) there is a function called children, but i am not able to obtain my desired result. (in fact, i dont get any result with this fucti ...Show All
Visual C++ a vector of pointers in a for loop
I'm currently getting a illegal direction error when using the following code. The error is coming up when I set up the for loop Code: int saveBook(vector<Address*> a, ofstream& out) { //For loop that writes to the temporary file in the correct //format in order for it to be read in to the progam again //cout << (*a).size(); for(int i = 0; i < (*a).size(); i++) { out << "/" << a ->getFirstName() << "/" << a ->getLastName() << "/" << a ->getHouseNumber() << "/" << a ->getStreet( ...Show All
Software Development for Windows Vista windows vista installation
How can i uninstall windows vista codename longhorn is ist possible I have xp and vista on c: please help me this is retarted, i installed win vista from WIN XP and then it restarts goes to boot screen and shows the start up and restarts !!! ...Show All
Visual Basic Strings
Hi, I am just starting to learn programming with Visual Basic.NET 2003. I am trying to create an application, where the user enters in 6(minimum) or 7(maximum) characters. The format for what the user can enter is as follows: LNLNLN (6 characters with no spaces, and where L is a letter, and N is digit between 0 and 9) or ...Show All
SQL Server SQL Agent Failing when trying to run my SSIS Package
My SQL Agent was working fine. Now when I try to run it, it failes when trying to run my SSIS package. I looked in the logs, and job history, no luck in finding any critical errors. My SSIS package runs fine through VS 2005 in debug mode. Here are the only errors: 01/04/2006 09:53:48,,Warning,[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect 01/04/2006 09:53:48,,Warning,[260] Unable to start mail session (reason: No mail profile defined) 01/04/2006 09:53:48,,Information,[129] SQLSERVERAGENT starting under Windows NT service control 01/04/2006 09:53:48,,Error,[364] The Messenger s ...Show All
Visual Studio Team System MSSCCI provider for VB6
I have read that there will be an MSSCCI provider that allows TFS source control in VB6. Does anyone know if this is available yet and where I could get it Regards Graham Sorry to keep bothering you Rob, but where would this sort of thing be announced In the TFS Dev Center Graham ...Show All
Visual C# Is there a way to get an array of all classes that inherits a specific interface?
Hi! Please help! Is there a way to get an array of all classes that inherits a specific interface For Example: Two classes named myClass1 and myClass2 inherits an interface called IMyInterface. I would then like to create a method somewhat like this: public string[] GetInterfaceClasses(string InterfaceName){ .... } Where string[0] == myClass1 and string[1] == myClass2. Is this possible at all You can iterate over all types that are in a assembly: public Type[] GetTypesFromInterfaceName( string interfaceName ) { Assembly a = Assembly.GetExecutingAssembly(); Type[] types = a.Ge ...Show All
Smart Device Development Install message -requires intallation of OpenNETCF.SDF.WCE4.ARMv4.CAB for it to run properly
In my application i just want to use one of the opennetcf dll's so i've added it to my project so when building the cab file it will be included in the content. However each time i run the cab at the end it pops up the message box saying "requires intallation of OpenNETCF.SDF.WCE4.ARMv4.CAB for it to run properly. Install the Cab before using this application." So how do you prevent this message from showing. Do i need to modify something in the .inf file Thanks in advance inif snippet [SourceDisksNames] 10=,"Common3",,"C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\Smartphone\" [Files.Common] M ...Show All
Visual Basic How do you create buttons with events at runtime in .Net?
Hi everybody, Is there anybody how to create buttons with events at runtime in .Net preferably in VB.Net --------------------------------------------------------- Sample: Inside the #Region " Windows Form Designer generated code " Friend WithEvents btnCenter As System.Windows.Forms.Button Outside #Region " Windows Form Designer generated code " Private Sub btnCenter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCenter.Click //Codes here End Sub *** Code: Private Sub CreateButton(ByVal name As String) Dim locPt As Point   ...Show All
Visual C++ Itanium compiler removed in VS 2005 PRO (it is only on team version)
I'm disappointed: the C++ itanium computer was removed on VS 2005 Professional, and is only on the expensive "team" edition. The Platfork SDK of Windows 2003 SP1 contain a free x64 and itanium compiler, but not integrated on VS2005 see http://msdn.microsoft.com/howtobuy/vs2005/ http://msdn.microsoft.com/howtobuy/vs2005/subscriptions/ http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx http://lab.msdn.microsoft.com/teamsystem/default.aspx these page say " 64 Bit support" in only on pro version, but don't say that itanium is only on team. On my page http://forum.winimage.com/index.php c=8 , I tried help devel ...Show All
Visual Basic How to write 3-Tier Application using vb.net windows Application with MS SQL Server 2000?.
Hi , I am new to .Net . Please help me .. How to do 3-Tier Application using vb.net windows Application with MS SQL Server. Thanks..... I cannot undertand your answer. I am also trying to find a way to write a 3-tier vb.net application. My question is with this is possible to do massive changes in a table like when I used a dataset And I mean when I have a form of customers can we change 3 customer, add 2 more and delete 3 others and then update the database. Can this be done in a 3-tier application with objects Thanks in advance ...Show All
