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

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

Hutch

Member List

Maddytk
Jimmy Li
Primate
Tim Mostad
ozibryan
Peter_lin
Eric Gilbertson
Ming Gao
maixmus
robinjam
denisphillips
Ayd?nUnlu
Julian Kooiker@HGH
Mayil
Joey
xyz8994
Dave White
Bill S
fallenwoods
Lixin D
Only Title

Hutch's Q&A profile

  • Visual Studio Internet Connection in VS 2005

    Hi,       I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this   Thanks, Arshad Arshad, Where does this message appear   Is it in a WebBrowser upon trying to view a help page, or is it in the Search toolwindow (Help->Search) Thanks, Jeremy Jones ...Show All

  • Windows Forms Webbrowser Class vs IE

    Following example How to: Add Web Browser Capabilities to a Windows Forms Application  found at http://msdn2.microsoft.com/en-us/library/3s8ys666.aspx  almost works.   Sometimes, script errors occur with this example code on pages that never give errors in IE.  Unfortunately, the errors are not consistent. Sometimes everything works great. Other times, scripts errors are displayed. No matter how hard I try, I can't get the pages to fail when running IE. So, pages that always work in IE sometimes fail in the Web Browser control example code. In IE, Disable Script Debugging and Disable Debugging Other ar ...Show All

  • .NET Development Enable/Disable network card

    Hi. Is there any possibility to control the network card ( enable/disable) using c# in .NET Framework 1.1 Thanks.Mircea Can you point me to the right direction so I can solve this problem Thanks. Mircea ...Show All

  • Visual J# 100% CPU usage !!

    hellow to all .. i am runing visual j++ 6.0 on my centrino 1.6 and 512RAM ... and i am amesd that the j++ take 100 CPU usage and i can't even use it the laptop is so slow and i can not function at all !! not just on my laptop , my friends tould me the same !  i am runing windows xp sp2 .. hellppp !!! I've found a fix here: http://forums.asp.net/574242/ShowPost.aspx I had to delete my breakpoints.  I clicked the Debug drop-down menu, then Windows, then Breakpoints.  It took about 45 minutes for the window to open.  Then I deleted all the breakpoints in the list.  It seems to have fixed it. ...Show All

  • Visual C++ Statc lib to be used by more MFC clients

    Hello, I have a question about linking a static library to clients with and without MFC. We have a static library (for Win XP and Win CE) that wraps the msxml component. We would like to have it as independent as possible so that we can use it with apps that use MFC or not, and also static and dynamically linked MFC. Is this even possible (I keep running into problems during linking). I have removed all MFC code from the library and replaced all ATL smartpointer with the STL (_com_ptr_t) smartpointers. Now I still get an error linking _com_issue_error. Any tips are appreciated. Martin A lib must ...Show All

  • Visual Basic Catching SQL Server connection exception

    Hello All! I have a small VB 2005 read-only app with a SQL Server back end. I am working on error handling. When filling table adapters,I want to catch exceptions thrown when a SQL Server connection cannot be established and display a certain message to the user. I would like to test for an error number but I am not sure exactly wich kind of exception and property to look for. What's the best way to do this Is there a better way to test the connection before I try to fill a table adapter Thanks for the help. The Try...Catch block is the easiest way IMHO. You can check for specific errors/error types and handle them accordingy ...Show All

  • Software Development for Windows Vista Dynamic Changes: Add a new State to a State Machine Workflow

    I am playing around with the OrderingStateMachine sample and I am trying to add a new state to a running instance of the wf. However, it returns me an exception saying that it has compilation errors. This is the simple AddNewState code: Try 'Get a reference to the WorkflowInstance for the selected workflow Dim instance As WorkflowInstance = _ Me.workflowRuntime.GetWorkflow(wfInstanceID) '(wfInstanceID) (New Guid(Me.lstWorkFlowInstanceID.SelectedItem.ToString)) 'Get a reference to the root activity for the workflow Dim root As Activity = instance.GetWorkflowDefinition 'Create a new instance of the WorkflowChange ...Show All

  • SQL Server save data selected in cube browser tab

    Hi, I'm using cube browser tab for browsing for interesting cube data. Once selection is made, I want to save results to file.  Also, I would like to use cube actions and their involved features to accomplich that. Is it possible to make my own custom save method, wich will be used from various application for cube browsing, such ProClarity is. Does someone know something about... with regards   Hi, Cube browser in the BIDS or SSMS is not an "end user OLAP tool". It's just for developers wanting to check if everything is running the way they wanted. So saving queries is not something ...Show All

  • SQL Server Error by converting string to decimal

    Hi, I'm trying to import a text-file into SQL2005 by using SSIS. Unfortunately it doesn't seem to work in the way I thought. Because I'm using the german version of SQL2005 I need to translate the items of my toolbox, so dont wonder if their names are not exactly the same as in the english versions. Try number1: a) My datasource is a flatfile, in the connection manager I changed the DataType for the input column to DT_DECIMAL. In my destination table the data type of ths column is decimal(20,4). Name of the column is "NXT_PUT_PX". b) Running this package results in this error: "Fehler bei der Datenkonvertierung. ...Show All

  • Smart Device Development No Error Icon in DataGrid for rows with RowError?

    Hi folks, I have a DataGrid bound to a table, and one of the rows in that table has an error - its RowError property has been set. There is no red error icon in the row-header for that row, like there would be in the Windows Forms version of DataGrid. Is this right If so, how do I show the user which row has an error Ta, Matt DataGrid in NETCF is limited and has no support for that (and many other things). However, ADO.Net on NETCF supports providing row error information, so 3rd party DataGrid might work for you. Another solution would be to ensure you do not have rows with errors, for example by ver ...Show All

  • Visual Studio Class Designer Questions

    Ramesh, 1) Is there a way to represent an assembly in the class designer. Or is class the highest level of abstraction supported Adding assembly will allow us to simply the class diagrams by representing a set of classes as one assembly. 2) Do you plan to add multiplicity to the associations. Vishwas, You can't represent an assembly in the class designer.  Class is the highest level of abstraction supported in V1. Class Designer allows viewing "collection" associations.  See my blog on this.  However, you can't create collection associations in V1. Thanks, Ramesh Rajagopal. ...Show All

  • Visual Basic Problem using PIA interop Assemblies for Modules and Forms in an Access Database

    Hi, I'm trying to copy from a database to another, modules and forms. here is the code I am using, For i = 0 To appAccess2.Modules.Count - 1 ListBox1.Items.Add("Modules " & appAccess2.Modules.Item(i).Name) appAccess2.DoCmd.CopyObject( updated, appAccess2.Modules.Item(i).Name, Microsoft.Office.Interop.Access.AcObjectType.acModule, appAccess2.Modules.Item(i).Name) Next It doesn't want to execute the copyobject method, and i don't know why, there is obviously 2 modules in the database. Is someone can help me thanks Try posting your questi ...Show All

  • Windows Forms Error msg of pre-requisites??

    Hi, I am creating a Setup and Deployment project for creating a Windows Installer. I have to check for pre-requisites of SQL Server, If SQL Server is not installed i have to abort the installation. I did this using the Launch Condition Editor, but soon after I run the .msi the error message pops up saying SQL Server is not installed, before the Welcome screen appears. I want the error message to pop up after the welcome screen. Also I tried writing a custom action which throws error message if SQL Server is not installed, this message pops up only when starting installation, but soon after my error message comes, another message is thr ...Show All

  • Visual C# lpt port

    hi; how i can controll lpt port with c# hi have a looksie on this site http://www.codeproject.com/csharp/control_e_appliances.asp hope it helps. ...Show All

  • Software Development for Windows Vista Listing a game in the Games Explorer during installation...

    Quick question for anyone that might know.  How can a developer have their game added to the Games Explorer built into Vista during the game's installation process   Even big budget games aren't really doing this yet and I was wondering what the procedure will be.  Hopefully, it's as simple as just adding some content/media files to the right directory or something.  Thanks. ...Show All

©2008 Software Development Network