Harold1000's Q&A profile
Visual Studio How to give a signature for a zip file?
I want to know it because I make a snippet or it will always show a messagebox which ask you click "yes or no" See the blog posting at http://blogs.msdn.com/craigskibo/archive/2005/11/16/493570.aspx . This has information about how to sign a file for the Content Installer. Craig ...Show All
Software Development for Windows Vista Rendering video from network
Hi Can anybody suggest a method to get live video from a network device.(A video server) either by using DirectShow or WMFSDk Is the server running any particular video serving software Or are you planning to write that too ...Show All
Windows Forms ComboBox - SelectedIndex Bug when List is in DropDown state
Hi all, I have noticed a strange bug with the System ComboBox in .NET 1.1. Whenever the ComboBox is in DropDown state, it does not appear to update the SelectedIndex. Here are the steps to reproduce: 1. Add a ComboBox to a form. 2. Add a Button to the form. 3. In the button's click event, show a message box with the ComboBox.SelectedIndex. 4. Make sure the ComboBox.DropDownStyle is set to DropDown. 5. Add items to the ComboBox (doesn't matt ...Show All
.NET Development Web Services .net framework 2
I have just ported an ASP.NET 1.1 application to framework version 2 and i have a problem. My solution has a Web project and a class library project. The class library project has a web reference to a web service. The Web project makes a call to the web service. I used to hold the url for the web service in the web.config and because the web reference was set to dynamic, this all used to work fine. Now it looks a though the ...Show All
Visual Basic upgrade Visual Basic 2005 from VB 6.0
Hi! I have just download Visual Basic 2005 and install it on my computer .I open a project made by VB6.0,VB 2005 does't show the upgrade Wizard.I down't now why. Can you help me Thanks a lot. ...Show All
Visual FoxPro Container 'when' method?
Hi; I don't see a when event for a container. I am using 'gotfocus' but if there is a command button in the container, and I want to prevent the user to click it (in some cases), gotfocus is too late bacause the button's click method already fires. Any ideas how would I conditionally prevent a user access to everything contained in a container Thanks, Aleniko Dave; If I use the .enabled pro ...Show All
Smart Device Development What is the 1st Step?
Hello, 1) I'm New to Microsoft Mobile Development. I would like to know..., what is the 1st step to start if i want to develop an application for Window mobile 2) Can Visual Basic do the stuff in developing "Microsoft mobile" 3) Can Visual Basic do the stuff in developing "Symbian platform smatphone application" Thanks, Regard, Joel (Stud ...Show All
Microsoft ISV Community Center Forums your view on product roadmaps
I'm curious to find out what your views are on product roadmaps... 1. Valuable or not 2. What is more important - being able to see the product integration or the estimated timelines or both 3. If you currently work with a product roadmap, what format do you find most useful - interactive/online, PDF, other Textual display or visual thanks, -brenda (ISV Buddy Team) pgloor wrote: The same will be true ...Show All
Visual Studio Express Editions How To Work Update PRogram?
i am new to c# and am learning slowly but am learning :) i have created the basic program i wont to use i.e i got the menustrip done and working thats it so far. got the ABOUT box to load and an UPDATE box to load i have created another application for an UPDATE program i have done the design but the buttons CHECK NOW and UPDATE NOW and also a programs bar to show the progress of the update.. problem i got is i just dont know ho ...Show All
Visual C++ Using ArrayList & Int32
I am trying to assign a Int32 myvar = myArrayList->Item[0]; I know that item 0 of myArrayList contains an integer because I placed it there. I have tryed casting it Int32 myvar = static_cast<Int32>(myArrayList->Item[0]); but this still gives a casting error. The same happens when trying to get a string out but for a string I can use myArrayList->Item[1]->ToString(); Any ideas how to cast the Int32 integer would ...Show All
Visual Studio Express Editions Referenceing.
Im just messing arround and Ive made a registration type thing and Ive got a question. Say that you get all to the end of the regristration where it asks you if all of the information you input is correct, and you say no, how would you make it so that you would go back to the part where you input all the information. First off we are going to need to know what language and technologies you are using... Is t ...Show All
Architecture Design patterns book
Hi all, I'm looking for good "Design Patterns" book for studying. Is there one with .Net Best regards... Does anyone know if the Design Pattern Framework ( www.dofactory.com ) is any good Also, do they ship you a hard copy of the book or do you only get access to the digital copy ...Show All
Visual C# Namespace problem
Hi, This looks very simple, but somehow Iam not able to solve it. Take a look at the code. 1) File MyAssembly.cs namespace MyNamespace { [AttributeUsage(AttributeTargets.Class|AttributeTargets.Method,AllowMultiple=true,Inherited=false)] public class MyAttribute : Attribute { ...................... } } Now ...Show All
Smart Device Development MP3 ID3 problems
Hi I've seen that the latest CE5 QFEs include a fix for MP3 ID3 issues - http://support.microsoft.com/kb/904256 . Does anyone know if this fix applies only to WMPlayer - or whether it also fixes similar problems in DirectShow The reason is that I'm currently seeing problems with DirectShow audio playout of MP3s with large amounts of embedded metadata (including MP3s which appear to be using ID3 v2 subversion 4 metadata) - and these prob ...Show All
Visual Studio 2008 (Pre-release) RichTextBox
Hi, Does the RichTextBox by default contain all the toolbars available as in asp.net If so what are the properties you have to configure to get it E.g like the one I am able to type this message in Any help would really be appreciated. Nope. But I believe you can implement your own toolbars for RichTextBox very easily, since the RichTextBox control in WPF is quite flexible, you can embed Bold, Italic, Hype ...Show All
