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

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

Bozogg

Member List

Kristian Vinther
Fresh Mexican Food Fan
Arturo_RX7
klein35
Constantin Crstian
sscc
Bets
Andrew Law
macer
Cypherroo
frannack
Kai Krause
Hasnul
BJF
cyberkid1043
Stebet
Garrett Serack
Kevbert
lbeguin
ADavis
Only Title

Bozogg's Q&A profile

  • Smart Device Development CeRunAppAtTime

    hello ppl, I badly need to know this.. This CeRunAppAtTime event will set a notification queque to runn an application at the set time.. But i don't know how to do this in VB.net.. I search whole msdn but it gave me only C# codes, can somebody pls help me how to access the notification queue and add or edit them.. I would be so greatfull to ya, pleeassse help me soon.. Tanx in advance.. Regards Carty.. This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Window ...Show All

  • .NET Development Typed DataSet and WriteXml Namespace issue

    Ok, I have a typed DataSet that was generated from an xsd schema using xsd.exe. The xsd schema is owned by a standards organization, so I can't modify it. The generated code sets the Namespace property of the DataSet (e.g. http://www.std.org/xml/name-space ). This controls the scope of elements read from an XML file when calling ReadXml and the file is read correctly with appropriate rows populated. Now, if I turn around and call WriteXml the typed DataSet creates a root element based on the DataSetName property, which is Ok. However, I get the namespace attribute on this element. (e.g. <MyDataSet xmlns:xsi=" http://www.w3c.org/ ...Show All

  • Windows Forms EnableVisualStyles() and SEHException problem

    Hey all....here's the down and dirty app explanation... My main exe has Application.EnableVisualStyles(); Application.DoEvents(); in it so that I can get the nifty xp visual styles going.  All has been going just wonderfully, up until now.  I load a separate dll durring runtime, which contains it's own windows forms which I show.  I call .ShowDialog(...) within  ...Show All

  • Visual Basic UIPermission exception when trying to run sample movie application

    I have just installed VS 2005. I have tried running the sample movie application that comes with 2005. When I attempt to run the app I get the following error. I think it must have something to do with security. An error occurred creating the form. See Exception.InnerException for details. The error is: Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, ....any suggestions Yes, I am administrator on the PC and it is the Movie Collection Starter kit. I quickly wrote a simple little application that puts my name in a text box when a button i ...Show All

  • Windows Forms capicom error when trying to publish winapp onto local IIS

    i have win xp sp2, vs2005 RTM, and i have a simple win form app. it compiles ok, but when trying to publish it into my local IIS i get those errors: 1. Cannot publish because a project failed to build.  1 1 WindowsApplication1 2. SignTool reported an error 'Failed to sign bin\Debug\WindowsApplication1.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please  copy the latest version of CAPICOM.dll into the directory that contains  SignTool.exe. If CAPICOM.dll exists, you may not have proper  permissions to install CAPICOM. i have capicom 2.1.0.1 and i ...Show All

  • Visual Studio Team System How to test Smart Client Windows Forms using VS 2005 Tester

    Is there a way to test a Smart Client Windows Forms application (one that is not invoked through IE) Or: How can we test web services directly from VS 2005 Tester without using IE as the interface Thanks, Burkhard   Yes i do see the http requests in the web server logs.....I'm thinking it's some kind of configuration issue in .NET. Can you tell me what you Listen port is set to in Fiddler Is it 8888 or 8080 Also are you using the same techonology .NET 2.0, click once deployment So the app runs independently of IE once it is launched Thanks ...Show All

  • Visual Studio Team System Collect methods

    Hi, Is this possible to collect information about all method's in all assemblise in BeforeAnalysis method before Check methods will be called. Thank you. IMHO it will be very useful, if you add method for getting derived types into the TypeNode. Thank you for your help. ...Show All

  • Smart Device Development Can not browse to local websites using Microsoft Device Emulator Preview

    Hello, I have installed the Microsoft Device Emulator Preview. I want to test websites but I haven't found a way to open local files. If I try to open localhost, the following message appears: The Windows CE Web Server is enabled on this device. This file is a place holder and should be replaced. Thank you Bene Hello, Thank you for your answers. It works now. But I have to work on the server. Unfortunately it does not work with Terminal Services Client. The problem ist that I am not able to access the Internet and it is also impossible to access my local webserver. The reason is that the Emulator does ...Show All

  • Visual Basic Does calling a function from a dll created from VB class library spawn a new thread when run or it uses the thread that call it?

    Hi all Just to check, when i created a dll using the VB class library. Does the application spawn a new thread when i call function in the thread or it used the thread that call it   Regards Soon Lee typically. . . no. execution blocks until the function, actually method is the correct term, returns and the execution is in the same thread. that is, unless you asynchinvoke a delegate to the function. ...Show All

  • Visual Studio Team System Test list - how to display all Response Time results at once

    Hi, I added 46 tests to a test list and would like to be able to see all of the response times at once. Currently I need to click every single test, which opens on a separate tab. Is there a way to configure this Error messages appear on the same page and we would like to  see the response times too.   Thanks, Burkhard Unfortunately no. However, you can use Response Time validation rule on your requests to fail a test if response time exceeds a particular time. Then you could just drill on the errors. Ed. ...Show All

  • Visual C# Newbie: How Much Should I Inherit From Uncle Arthor?

    Thanks for helping out a new guy!!! I'm working w/ C#, .Net 2.0, VS 2005 and SQL Server 2000/2005.  I'm essentially building a simple server application named MyServer that opens a couple of connections into SQL Server and does various tasks in the database.  I'm going to throw in some options for a couple of different threads and some other fun features. I've seen a *lot* of examples in this forum and others where using inheritance makes tremendous sense, and I think pretty much understand the mechanics of using it.  I've also read Practical Guidelines and Best Practices for Microsoft ... Visual C# Developers (MSoft P ...Show All

  • Software Development for Windows Vista How can I start instalation a Windows Vista os

    How can i start instalation of Windows Vista OS. I burn a DVD image, but i can not open it. I can read only a README file. What shall I do What does the Readme file say ...Show All

  • Visual C# ASP login to c#/aspx login

    newbie in aspx obvious. i would like to know how to setup a web page which has login form; username and password i can't access the textbox values and i can't setup a action in a button. my approach is asp. for those asp coders i know u get my point... ty see Login Class (System.Web.UI.WebControls) ...Show All

  • .NET Development Puzzling CAS Issue

    I have an application that uses remoting. I have strongly named every assembly in the application. I have granted FullTrust based on the key used for strongly naming. (I did this by creating a code group with the membership criteria being the public key that the assemblies are signed with.) I have done this on both the remote and local systems. This application can be run from a local disk (no problem), a remote disk (network share - big problem) and from a web page where it runs under IEEXEC (big problem) The local application is designed to connect to multiple and arbitrary servers.  I can connect to any server if I run from my loca ...Show All

  • Visual Studio Team System Constraint error when restricting zone to port 443

    I am attempting to constrain the input DMZ port to SecureBindings Contains One Port 443, but am getting an error when I press OK that states: "Cannot change conformance checking to Document. Make sure the ConformanceLevel in XmlReaderSettings is set to Auto for wrapping scenarios." What does this mean I will follow up on your issue. I would like to ask you to provide me with more information about the problem. 1) What version of VS and what edition are you using (i.e. Team Suite, Team Edition for Architects, etc). 2) Do you use one of our demos/samples or you have your own solution 3) ...Show All

©2008 Software Development Network