Software Development Network Logo
  • Visual Studio
  • Windows Forms
  • IE Development
  • Visual C#
  • .NET Development
  • VS Team System
  • Visual FoxPro
  • Game Technologies
  • Visual Basic
  • Smart Devicet
  • SQL Server
  • Windows Vista
  • Microsoft ISV
  • SharePoint Products
  • Audio and Video

Software Development Network >> Jason Mueller's Q&A profile

Jason Mueller

Member List

PLeopard
crogenicdude
brian_tsim
frigorific
Jae
No.1 Of Mew
Zapp
harcrow
manasia
mahdi
DrunkPanda
polymorphicx
mumato
mareikuramaori
Sideout
ckob22
stephane - Montpellier
Pockey
winprock
BullRush37
Only Title

Jason Mueller's Q&A profile

  • Internet Explorer Development IE7 Forms Auto Complete Stopped Working

    I’ve deleted by mistake the registry key: Software/Microsoft/Internet Explorer/IntelliForms/Storage1 As a result, IE7 Auto-Complete stopped working. I tried to fix the problem by recreate the deleted keys under IntelliForms: Create new Key: Storage1 Create new empty Value: C6FB044EC2BD401521D6B1082276415638196D8004 It didn’t work for me. How can cause IE7 to renew the Auto-Complete mechanism I had the exact same problem with passwords and user-names refusing to be remembered by the IE7 supplied with Vista. The only solution I found was to creat a new Account and copy the account settings over from old to new. Something like this:- ...Show All

  • SQL Server Pie chart styling issue

    Hi, I want to change a couple of styles on my 2005 report: 1 - The colours used on the chart (I don't like the palette ones). 2 - The width of the separator lines used in the pie chart. I can't seem to find the settings for the second one, can anybody please help Cheers, Dan You may want to read the following white paper: http://msdn2.microsoft.com/en-us/library/aa964128.aspx Particularly, check out the pie chart related samples and the custom color palette sample. -- Robert ...Show All

  • .NET Development Regex behavior

    I have the following regular expression: <%( <one>.+)%>(<%( <two>.+)%>) I apply it to the following: “<%this is one%><%this is two%>” After running the regex, one contains “this is one%><%this is two” and two contains nothing. Without the “ ” at the end, one contains “this is one” and two contains “this is two”. If I use the “ ” at the end and run the match from right to left one contains “this is one” and two contains “this is two”. This is what I expect. I do not understand why using “ ” at the end causes the match to skip the first “%>” and go to the ending “%>”, especially if it works without the “ ” and with a right ...Show All

  • .NET Development Query Builder Component

    Hello, I would like to incorporate a query builder component into my application so that I could bulid sql statement dinamicaly (SQL Server, Access). Are there anything in MS or third party tools you can suggest Thank you, serge Hi AutoFreak, This article will help you a lot on your task best regards ...Show All

  • .NET Development Multiple elements in a configuration section

    Hello All, I would like to know whether it is possible to have multiple configuration elements with the same name within a custom section. Changing the element name to say "operation1" instead of "operation" (see sample file below) seems to work but i would like to use the same element name. I think i have to set something like maxOccurs=unbounded but not sure where to do it inside my custom classes. I have already implemented custom classes inherting from ConfigurationSection,ConfigurationElement and ConfigurationElementCollection to implement the stuff below. Am i missing something Currently if i add multiple elements with the same name within the section i see the following error "The element <opera ...Show All

  • Visual Studio Sandcastle - MRefBuilder and .NET 3.0

    How should I go about documenting stuff using .NET 3.0 framework I tried changing the mrefbuilder.exe.config appropriately (both using Sandcastle Help File Builder and manually) but I keep getting "Unknown target platform '3.0'" If I set it to 2.0.50727 then it "works" but links to 3.0 specific things are obviously missing Is this a known issue Either way, can this be fixed as 3.0 now is officially released regards, Simon Anand, Thanks for the reply and offer of help... It turns out that it was not a problem with my build script but an unresolved reference to the Microsoft.Web.Administration assembly (ref. from System.ServiceModel.Install) - which I do not have as I am running IIS6 on an XP environment (the a ...Show All

  • Visual Basic registering filetypes to an app

    Hello, I'd like to know how to register filetypes to my application. It is a picture viewer program, and i'd like to register eg jpg files to it through an option in my program. the main problem is how to register the filetype. could anyone help thnx Hi Slyke, To do what your asking your program needs to have a main method, the main method is the first method to get called in all applications, VB hides it from you. You will need to create one. The main method is passed an array of strings that define the arguments used to open the application. You need to check the length and value of the arguments and process the applications parameters depending on what your looking to do. Here's an example... Public Modul ...Show All

  • Visual Studio 2008 (Pre-release) Resize proportionaly window

    Hello to all! I need to realize a window that at the same time resizes width and height, maintaining therefore the proportion of the window. How can I do it Thanks! "All you need to do in WM_SIZING" no you dont understand. I need WM_SIZING  message invoke in WM_NCHITTEST, thats is my problem. How to change or send new Message in WndProc. Ivant to do a custom resizing in custom rectangle. i need something like this: http://www.sturmnet.org/blog/archives/2006/12/07/custom-handling-of-the-non-client-area/ in wpf Thx a lot   ...Show All

  • Visual Basic Script Error

    Help. I have been making a browser. It seems that when I run it, and go to a website, an error message comes up. It says "Internet Explorer Script Error. An error has occured on the script on this page" It has two buttons at the bottom that say yes and no, and above that it says "would you like to keep runnung scrips on this page I was wondering wether that error message can be eliminated. It gets annoying after a while of browsing. Thanks, fspilot2006 ...Show All

  • Visual Studio Express Editions disappeard items in designer

    I have a program with a menu-bar and a statusbar. Ther were a lot of items in these bars, but suddenly they have disappeard. In Designer you can't see them, but in the Code you can still use them and while compiling, there isn't a fault. In debugging-mode they also have disappeared. How can I get all these items back Thx! I had the same problem numerous times and I have discussed a solution for it in one of my posts. Even if you're already rebuilding the project I'll leave here my solution for reference. In the Form1.designer.vb file, you should have this piece of code for the MenuStrip (the names and values may differ): ' 'MenuStrip ' Me .MenuStrip.Location = New System.Drawing ...Show All

  • .NET Development Single time authentication while accessing different webmethods in a webservice

    Hi, I have to implement user authentication while using webservices. Sometime back i came to know that once yu get authenticated as a valid client of teh webservice, next time whne you access any webmethod of that webservice, you need not to send the username and password for authentication.Instead there is a way to save a flag in the soap header which is set by webservice after first successful webmethod invoing saying that user is authneticated. I read many articles about this on internet but none of those was runnable. Can somebody please provide me the fundamentals as to how it is implemented, where webservice keeps the flag in its own memory for checking with coming request etc. Also i need a runnable code for the same. ...Show All

  • Visual Studio Trouble installing the December MSDN Library

    I received the latest MSDN DVD distribution the other day. The package included the December 2006 version of the MSDN Subscriptions Library. When I try to install this updated version of the library my XP/SP2 system totally hangs trying to do something on/with the DVD. If I put the DVD in a system that does not have VS 2005 installed and does not have any previous version of the library installed I can read the DVD without any problems. My question is has anyone else seen this problem with the December library If so, have you found any workarounds other than to stay with the previous library version Thanks Neil I am having the exact same problem with the exact same DVD. It works in a 2 year old TDK IndiDVD 880 on a 2 year old Dell ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Clipping Layered Sprites (UI Related)

    You know how in a panel if a child button runs off the side of the panel, it gets clipped. Does anyone know how one might go about doing that with XNA Or how they do it in OpenGL/DirectX Are they doing something with the stencil buffer Would this work Rectangle GetClippedRectangle(Rectangle rect, Rectangle clip) {     int clipX = Math.Min(clip.Right, Math.Max(clip.Left, rect.Left));     int clipY = Math.Min(clip.Bottom, Math.Max(clip.Top, rect.Top));     int clipWidth = Math.Min((clip.Right - clipX), (rect.Right - clipX));     int clipHeight = Math.Min((clip.Bottom - clipY), (rect.Bottom - clipY));     return new Rectangle( ...Show All

  • Visual Studio Express Editions keyboard event

    If it's possible id like a "Do Until" loop so that it loops until a key is pressed, any key at all Here is one way: Private Done As Boolean = False Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Done = True Me.KeyPreview = True Do My.Application.DoEvents() Loop Until Not Done Me.KeyPreview = False End Sub Private Sub Form1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Me.KeyPress Done = False End Sub ...Show All

  • Visual Basic Hard disk serial No

    Hi, how to get hard disk serial no in VB.NET 2003 . Under windows there are two different serial numbers that exist for a hard drive... one is the actual physical serial number (which doesn't always exist) while the other is one assigned to the volume by windows at the time the drive is created. When it comes to getting the Windows one, there are t wo main ways to do so... one is to Pinvoke GetVolumeInformation otherwise you can use WMI. In the case of the low level serial number... libraries like DiskId32 as described here . ...Show All

©2008 Software Development Network