jcviera's Q&A profile
.NET Development Using multiple Menu-controls with one sitemap file?
Hi all, I know how to use the Menu-control with a sitemap, but i want to use one sitemap-file with 3 Menu-controls.... Consider the following sitemap: < xml version="1.0" encoding="utf-8" > <siteMap xmlns=" //schemas.microsoft.com/AspNet/SiteMap-File-1.0" href="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0">http://schemas.microsoft.com/AspNet/SiteMap-File-1.0 " > <siteMapNode url="" title="" de ...Show All
Visual Studio Team System Authentication problems using SSL.
I'm trying to install a Team Foundation for use over the Internet, with the assumption that clients will not be members of the Team Foundation Server's domain. In order to reduce the Server's attack surface, my goal is to expose the Server as an IP address only, and require clients to connect to the Server using SSL, client certificates, and an arbitrary port. For example, the Server path might look like: http ...Show All
Windows Forms position of my controls change
On my form I have some groupboxes and a property grid.one groupbox is aligned to the bottom of the property grid. Now when I debug my form, the groupbox is about 20 pixels lower. The property grid stays the same. I have no idea why my groupbox is repositioning itself. I don't have any code that repositions the groupbox. Any ideas I am using vb8. Is you groupBox docked to the bottom of your form Or is your groupBox is somewhat anchored Ch ...Show All
.NET Development X509Certificate2.PrivateKey
Ola ! Me chamo Andrei Johann, sou desenvolvedor .NET, e estamos tendo um problema no desenvolvimento em um software de assinatura de arquivos .xml utilizando a plataforma .NET Framework 2.0. A problematica e a seguinte: Necessitamos assinar arquivos .xml a partir de um certificado selecionado do STORE de certificados do usuario da maquina. Para isto estamos utilizando as classes X509Store para buscar os certificados d ...Show All
.NET Development Using an XSD to Validate an XmlDocument
Hello- I'm trying to validate an XmlDocument using an XSD I've embedded into my assembly. The problem is that it doesn't seem to be validating. Any valid XML string that I enter will show up as valid. Here's my code: private bool Validate( string xml) { bool containsErrors = false ; //create anonymous method to validate ValidationEventHandler validator = delegate ( object sender, ValidationEventArgs e) { ...Show All
Visual C# Getting User full name from Active Directory
How can i get a givven username full name from the active directory Can u give me an example I would visit this link: http://geekswithblogs.net/mhamilton/archive/2005/12/11/62815.aspx ...Show All
Software Development for Windows Vista Invoking Workflow Dynamic
Hi, Is it possible to provide workflow type for InvokeWorkflowActivity dynamically i.e., I'd like to use the InvokeWorkflowActivity in other workflow, but exact type of workflow is not known in design time. Thanks, Mark There is no way to do this with the out of the box InvokeWorkflowActivity. The TargetWorkflow property is a metadata property. Metadata properties must be set at design tim ...Show All
.NET Development body tag runat=server doesn't work on master page
I am using a single master page extensively. I have one detail page on which I need to change the page background color. So I want to access the <body> tag which is not on the detail page - it's on the master page. In MSDN, there is a specific example of how to reference the body tag in the code behind by giving the body tag an ID and runat=server: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/ht ...Show All
Visual Studio Dynamic data source at runtime?
I've created some reports and deployed on Report Server 2005, and I created a winform application using ReportViewer control to display the reports. Can I assign data source to report during runtime like logon database in Crystal Reports, because I've several database with the same structure, I want to use one report file for all database by switching the data source in my winform application. Does anyone know how can I do this Thank you very m ...Show All
Visual Basic Access Reports with VB.NET
I want to use the report created in Access database with my visual basic .net express project. Please give me an idea how to do this. If you can give me some examles then it will be more helpful for me. Thank you very much Shahid Mahmood http://www.vb-tips.com/default.aspx ID=286a939f-ef95-4fc8-a06f-c0b2733a8f2e ...Show All
Visual Basic is visual basics easier then C++?
please answer and where do i get it please put URL thank you You will find that VB.NET and C# are both easier to learn than C++. If you're looking to learn a language that will help you with other languages down the road (C/C++, Java, PHP, etc.) then C# is the way to go. If you're looking for the absolute easiest way to write applications, VB.NET is probably a better choice. You can download the express editions of either from: ...Show All
Visual Studio Deploy hell
I've been trying to deploy a small web application on our web server. We are using VS 2005 Beta 1. Last I installed "CRRedist.msi" on the web server and tried to access the web page - no success! I've also tried to create a web setup project, but it fails because I have no keycode (instructions tells that this can be found in the VS help menu - nop). My final try was to buy Crystal Reports XI Developer and install it - but no it doesn't support ...Show All
Visual Basic MCAD Certification Training
Hello, My name is Davin Eastley and I'm 13 years old. I am aiming high as I'm heading towards the MCAD certification from Microsoft. I have learnt a lot about Visual Basic .NET lately and almost use it every day. I am currently reading a few good books on VB .NET and then will be starting to read some QUE Certification books alongside some of Microsoft's. I was interested to know who wants to support me during this process. If you want to suppor ...Show All
Smart Device Development Running a program when the device is powered on
Hello, Is it possible to make an app run everytime the user presses the power button to turn on the device Similar to the built in password program that runs every time the device is powered on Thanks, Nick Take a look at this: http://www.opennetcf.org/forums/topic.asp TOPIC_ID=97 ...Show All
Visual C# ForEach or For
I was wondering how can i cut this code down to maybe a function that could give me the average without setting the sum to be assigned to all those varibles is there a way i can loop through the values that are inputted to the console using System; class Addem { static void Main() { int sum = 0; Console.WriteLine("Enter 5 grades"); int num1 = int .Parse(Console.ReadLine()); int num2 = int .Parse(Console.ReadLine()); ...Show All
