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

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

Bluesky_Jon

Member List

Esteban404
Joseph Sack
I need
Spudly
Tiduske
rjwelte
cyberwalder
itmik3
BMEMBERG
Wayne Arant II
Marky Moose
bubixMister
Daksh Khatter
WileyJacobs
lowe0
lxwSniper
Hardi
keyboardape
Nadir_Hamburg
TomAStraw
Only Title

Bluesky_Jon's Q&A profile

  • Smart Device Development httpwebrequest https Proxy Authentication issue

    I'm using VS 2003. With a Dell Axim x51 (with Windows Mobile 2005) It has embedded in the rom CF 2.0 (i believe). The proxy address is port 80, and I'm given an IP, username, and password. I can use the Pocket IE on the device and get through. However the following code yields... different responses when attempting. Sometimes I get 407 error (which is enter proxy credientials), or a timeout, and if you notice I increased the request timeout to 6 minutes. Or if I try to hit a 443 address. I get immediately 'can not estasblish a secure connection for SSL'. The proxy server uses NTLM authentication (at least in one of our cases) There are publ ...Show All

  • Visual Studio 2008 (Pre-release) WinFx self hosted service running over http.

    I have a winfx self hosted service running over http. [OperationContract(Name = "Test")] bool Test(); 1.) With asmx webservices requests I can read the http header values about where the request is coming from. ip address, mac address, etc, using Context.Request.ServerVariables LOGON_USER REMOTE_HOST REMOTE_ADDR LOCAL_ADDR HTTP_REFERER HTTPS 2.) I also could tell if a client request was abandoned or timedout before the server responded. Context.Request abandoned How do I get to this info with a winfx ServiceModel/Contract request I tried: System.ServiceModel.Channels.MessageHeaders mh = OperationContext.Current.RequestCon ...Show All

  • Visual Studio VS Beta2 crashes and restarts when I try and run it in debug mode.

    When I try and run my web application in debug mode, the IDE will build my application, but when it comes time to display it using the IDE's development server, the IDE displays a warning message, that I should save everything and VS will shutdown and restart. If I just do a build of my application it builds successfully.  Is anyone else having this issue Does anyone know of a fix Thanks Found the solution.   It seems to be a problem with the window layout in the IDE.  I was able to run the debugger after I went to the Window Menu and selected Reset Window Layout. Hope this helps. ...Show All

  • Visual C# Compiling a native C DLL for use in VC# using DllImport

    Hi Group! I'm a C# newbie (real wet and raw) as well as a complete newbie to Microsoft OS programming. Normally I use native 'C' on Posix complient platforms - which I've been doing for many decades. Scruitinsed this BB for an answer but can't find anything close. Also burrowed around in Visual C# IDE for clues - none forthcoming. For reasons of speed and size I want to write a suite of routines in native 'C' and encapsulate them in an external module - presumably a DLL. Can someone please give me a pointer to how to get started in Microsoft products Can Visual C# IDE compile a native C routine (after all most C++ IDE's can) and what do I ha ...Show All

  • Visual Studio Beta2 microsoft.common.targets errors

    There are 57 warnings when I created new project after failing to convert from beta1, some of the warnings are listed below. Anybody knows why are these warnings < ResolveAssemblyReferencesDependsOn > Warning 1 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBeforeMicrosoftCommonTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. Expected 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. R:\WINNT\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 18 10 Miscellane ...Show All

  • SQL Server Complicated Query with Subs for Grand Total

    I'm trying to get the syntax right below.  Know that what I'm trying to do is correct (I don't want to explain why or the entire thing but just need help with correcting the syntax issues on the join and stuff: Errors: Msg 156, Level 15, State 1, Procedure IT_Get_ProjFee_GT, Line 205 Incorrect syntax near the keyword 'INNER'. Msg 156, Level 15, State 1, Procedure IT_Get_ProjFee_GT, Line 213 Incorrect syntax near the keyword 'as'. Msg 170, Level 15, State 1, Procedure IT_Get_ProjFee_GT, Line 219 Line 219: Incorrect syntax near 'branch'. Msg 170, Level 15, State 1, Procedure IT_Get_ProjFee_GT, Line 219 L ...Show All

  • Visual Basic Issues in converting a usercontrol project from VB 6.0 to VB 2005

    Hi, I'm converting a VB 6.0 project to VB 2005. There are few issues, where i got stuck up. They are 1. 'Ambient' is not a member of 'System.Windows.Forms.UserControl' This is the code that gives this error. If (mbHasFocus Or MyBase.Ambient.DisplayAsDefault) And m_Style <> 0 Then 2. AmbientProperties property Ambient.Font was not upgraded. Ambient.Font is not recognised. How to get his issue resolved 3. UserControl property UserControl.AccessKeys was not upgraded. How to set the AccessKey property for a usercontrol 4. ObjPtr function is not supported. This is the code that gives the error. gcTimerObjects.Add(ObjPtr(M ...Show All

  • Visual Studio Tools for Office Adding image to commandbarbutton

    According to the following example ( sample ) I tried to add my own images to a custom toolbar.  Only when I call the ' ConvertImage.ImageToIPicture _             (MyForm.PictureBox1.Image)' I get the error 'HRESULT E_FAIL' (I added the images to my project, changed also the build action to embedded resource, and also added my images to an imagelist) Does someone have an idea what I'm doing wrong, why I've got the error HRESUTL E_FAIL   TIA,   Isabel   For me, the ImageToPicture failed because the Inspe ...Show All

  • Visual Studio Team System Move projects to a new server (with TFS beta3)

    I have installed a new team server with Beta 3, the old one has also beta 3 but it is in a VPC, the new server is not a VPC. I tried to backup then restore all databases but it did not worked (STS fails). What is the best way to move the projects from one server to a new server Any update on this I'm also facing 11 databases which need to be moved to a different server and i'm wondering what procedure would be the best to do this. I'm also wondering if it's possible to move databases from a domain setup to a workgroup setup etc. ...Show All

  • Visual C++ where does the combo box's dropdown property go?

        In my project, I need to set the combo Box's style as dropdownlist and ownerdrawvarialble , in the vc6.0, I can do  that,but in vs2005,I don't know  where to set        ps ,I've tried the ModifyWindowStyle api,it doesn't work.      Can someone give me help thanks   sorry to have post this question here... can anyone tell me what is the name of the asp control for combo box.. one that is a combination of textfield and drop down list.. if there isn't can anyone point me to any website that provide a third-party control whi ...Show All

  • Visual C# How to wait 2 minutes ?

    Hi I need to make my application wait 2 minutes before executing a certain method, how can I make it, what class do I have to use Is there a method to do that Thanks ! Hi, Could you mark the post that solved your problem as answer This would make it for anyone with your the same problem to locate this thread. Thanks. cheers, Paul June A. Domag ...Show All

  • Windows Forms Displaying images on a form using code

    I was looking if someone can give me some help with my code. I need to know what the best way would be to have a dialog box that returns an array of image filenames and use that array to create a new picture box for each image that was selected and display it on the form Should i use a for loop or a foreach loop I think I just need help figuring out the best way to create a new picture box for each image. What I plan to do after the images are displayed on the form is let the user select which images he would like removed. Once all the he wants are selected and displayed on the form I will then copy the images to a new directory. Here i ...Show All

  • Visual Studio 2008 (Pre-release) Custom namespace error?

    Just a newbie on this, but frustrated. I am having troubles with the photshop sample from the beta2 sdk. < Window x:Class = " PhotoStore.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " PhotoStore " Loaded = " WindowLoaded " xmlns:ps = " clr-namespace:PhotoStore " Width = " 640 " Height = " 670 " > When I compile it I get the following error on " clr-namespace:PhotoStore " : Assembly '' could n ...Show All

  • .NET Development datagridview updates

    What event in a dgv would be best for submitting updates to the database.  right now I have a button under the dgv and the user must click it to process the updates.  I would prefer something like an OnExit event of the dgv, but only do it if the dgv is dirty. Any suggestions   oh, and man there are alot of events for the dgv. Hi, Your approach is good enough for me. But if you want to automate the process, then I suggest trapping if there are unsaved changes upon exiting the form and prompt the user to save changes or not. I really don't suggest updating the database row by row (realtime up ...Show All

  • Visual Studio 2008 (Pre-release) Expander control

    I have a couple of questions about the Expander control. 1 - Is it just me or does the expand button on the header seem backwards to anyone else The arrow pointing up is when the panel is expanded and the arrow pointing down is when the panel is collapsed. 2- Is there a way to actually have the content panel expand and collapse It seems to me that the control should behave that way out of the box. Is this a known issue or the designed behavior of the control. Either way anyone have a quick tip on how to expand/collapse the control. An animation example would be great if you have that :D Thanks! ...Show All

©2008 Software Development Network