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

Software Development Network >> Kevin Schlegelmilch's Q&A profile

Kevin Schlegelmilch

Member List

nutsboutdan
TThornal
MDB51
dncjp
yy608
RKBNAIR
jasminasab
Denis-D
Himantura
SBDeveloper
Phm
FunkyVB
C#Architect
Dilip M
majinmunkee
al2torres
jfuentes
hernanac
ekekakos
pshashnak1
Only Title

Kevin Schlegelmilch's Q&A profile

  • .NET Development WebService to WebService example

    Hello! I’m looking for an example ( c# preferred) where a client invokes a request on  a Webservice. The WebService itself now needs to invoke another Service (without Webreference! but preferrbly by dynamic Proxy) to deal the request. Have you an idea were i can find such an example of Webservice to Webservice Communication wbr WS_progger_starter Hello, Is there a substantial reason you are unable to get ...Show All

  • SQL Server Debugging in SSIS - Immediate and Command windows

    Hi everyone, I am having a difficult time debugging a package that I'm working on. I read in BOL that the immediate window should be an option during debugging but I can't find it anywhere(nor can I enable it), and I was planning on using it to access an oledb source property that is using an expression. Is the command window the same as immediate I didn't orignally think so but I'm not sure. What is the syntax to use for this once I find it Th ...Show All

  • Visual C++ Static lib to DLL?

    Is it possible to convert a third party static library (libusb.lib) to a dll easily, without the source code I want to make calls from C# to C functions contained in a static library. One way is to write a C++ .NET wrapper around the C functions, link the static library at compile time and then call the C++ class methods from C#. Alternatively, if the C functions were in a DLL, I could use the [DLLImport] atribute and Interop services to cal ...Show All

  • Visual Studio 2008 (Pre-release) Shaped Avalon application with full alpha-transparency

    Is it possible to create a shaped Avalon app Some kind of shaped opacity mask that will clip the app I also need to be able to animate this mask during certain operations. Is it possible to do this, similarly to how it' s done with WinForms apps, except with full alpha transparency Thanks for any help, Corey as of the current bits, it is not possible to do what you want to do strictly using WPF. MSF ...Show All

  • Visual C++ mem.h

    fatal error C1083: Cannot open include file: 'mem.h': No such file or directory. Can anyone help me with this error or tell me which header file I could use in place for this one Sniper167 wrote: fatal error C1083: Cannot open include file: 'mem.h': No such file or directory. Can anyone help me with this error or tell me which header file I could use in place for this one Are you trying to compile some Borlan ...Show All

  • Visual Studio Team System Reduce the size of TRX files - limit logging?

    hi all, Hoping someone can advise me on how to reduce the amount of logging that is sent to the TRX file. I have a scenario where I am (trying) to test about 3500 URL's (and their dependent requests). The information that I would like to know is; 1. If the URL fails. 2. If any of the dependant requests fail. This is all the information that I need. I am finding that at about 1000 requests the logfile becomes unmanageable and VS aborts t ...Show All

  • Visual Studio Tools for Office Shared COM Addin with VS2005TO

    Is it possible to create een COM Add-in with Visual Studio 2005 Tools for Office. Or do I need Visual Studio 2005 Proffessional for this (I am currently working with VB6 and use the project type Addin.) This COM Add-in must also work with Excel 2002. Gr. Arie       Thanks for the response. Is this projecttype available in Visual Studio 2005 Tools for Office Or j ...Show All

  • Visual Studio BrokenToolboxItem objects: where do they come from?

    Is there any way to figure out where a BrokenToolboxItem comes from I have one that keeps getting created. When I drop it on a Form I get an error message. When I catch the exception thrown, by attaching to the devenv.exe process with a debugger, I am able to examine the ToolboxItem that causes the problem -- but it gives no clues. It says its type is simply "Component" and its namespace is System, as if it were a toolbox item just for ...Show All

  • Visual FoxPro passing parameters to vfp com servers using createobject

    Is it possible to pass a parameter to a vfp com server using CreateObject("COMServer.Class", eParameter) It seems to me that whatever I pass in eParameter it is always .F. within the INIT method and PCOUNT() always gives 0. Regards Darren Woodford Woodford Computer Systems Ltd http://www.woodfordcomputers.co.uk Hi Darren >> Is it possible to pass a parameter to a vfp com serv ...Show All

  • Visual Studio Internal Error 2908 {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}

    Gentlemen, I got a problen when I were installing the .net framework. The error message is "Internal Error 2908 {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}" Is there anyone can help me to figure out what it is Thank you ! Geoffrey I'm getting the exact same error. When I click ok it gives the further error:   Error 1935.An error occurred during the installation of assembly 'Microsoft.Vsa,V ...Show All

  • Visual Basic Using PropertyGrid to change My.Setting properties with a Touchscreen

    I'm writing a winform app for a machine HMI which has a touchscreen, so there is no keyboard or mouse. I have a form with a number pad on it which I use to edit parameters. I found I can use the My.Setting properties to hold my parameters and change them with a propertygrid. It takes care of binding and updating. I have two problems: 1: I need the Numberpad form to open when I click (touch) on an item in the propertygrid and know whi ...Show All

  • Visual Basic Running Progressbar on a seperate thread

    The progressbar is set to marquee (runs) whenever the app is busy and disable whenever the app stops processing.  I was thinking to use a seperate thread to run bar so it doesn't slow down the app and also learn how to do threads by example but VBE doesn't allow this. Code/idea anyone Thanks. Backgroundworker control sounds like what you want. You run your process in the background thread and the progre ...Show All

  • Visual C# Save Settings

    I have two forms a and b. there is a button on a that will hide a and show b. Then i want to go back to a without making a new instance. Also pass a an new vaule. how is this done code below a private void ShowAction_Click( object sender, EventArgs e) { SingleActionSelect SelectActionDisplay = new SingleActionSelect (StationDataTable); this .Hide(); SelectActionDisplay.ShowDialog(); } b pri ...Show All

  • SQL Server MDX Calculation

    I have a dimension called Product, and some measures called [Product Count] (number of members in the dimension), [Orders Count], [Stocktakes Count]. I need a new measure that calculates: (# of products with orders or stocktakes)/(# of products) How can I calculate the # of products with orders or stocktakes I guess I need a calculated member on the product dimension that tells me whether that product has orders or stocktakes (1 for Ye ...Show All

  • Visual C++ windows.h not found...

    WOW, I can't believe this information isn't easier to find.  I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2.  NOTHING WORKS!  The Directories are not found and there is no apparent way to set them.  Apparently users have found a hack to make it work, but this is crazy.  It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All

©2008 Software Development Network

powered by phorum