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

Software Development Network >> Timon Christl's Q&A profile

Timon Christl

Member List

Jokhan
Chris3147
mEmENT0m0RI
Mirza T
Thenu
Vorda
fRoStLIM
plepper
D Potter
Muhammad Waqas Bashir
cduwel
Bill Payne
pdb2
Iddie
Daniel Thomas
twinsfan08
Qwonfu
GMehta
sigs007
Henio
Only Title

Timon Christl's Q&A profile

  • Visual Studio How to send credentials to reportserver with webform reportviewer??

    Hello, I am having problems, I found no documentation in how to send the windows credentials to this report . Anyone can help me with that line please!!! string reportserver = ConfigurationSettings .AppSettings[ "ReportServer" ].ToString(); string reportfolder = ConfigurationSettings .AppSettings[ "ReportFolder" ].ToString(); string usuario = ConfigurationSettings .AppSettings[ "Usuario" ].T ...Show All

  • Windows Forms Tracking mouse movement

    Is there any way to track the mouse movement for the whole PC   What I'm trying to do is write an application that goes idle after a certain amount of time and "wakes up" when the user sits down at the PC and moves the& ...Show All

  • SQL Server Walkthrough Failu "Creating a Mobile Application w/SQL Server"

    I am attempting to go through the "Creating a Mobile Application with SQL Server" walkthrough found in the SQL Mobile Books Online help file. Towards the end of this document (under SQL Server Mobile Tasks), they show how to create a new subscription. Unfortunately, after step 10--when you are asked to click finish--I get the following error: TITLE: Microsoft SQL Server Management Studio ------------------------------ Failure to connect to ...Show All

  • Visual C++ cannot convert parameter 1 from 'wchar_t' to 'const void

    Hello Everyone, I have a code which was written in WIN 32 and I upgraded it to .NET everything went fine, except this passing of parameters .. the function looks something like this... sha_hash( const void * data_ptr, /* data to be hashed */ int data_length, void * buffer_ptr, /* hash buffer ( 20 bytes ) */ int buffer_length = SHA_HASH_LENGTH, void * prefix_ptr = NULL, /* for hmac */ int prefix_leng ...Show All

  • Visual Basic Prevent form of stealing focus

    Hi There, I'm currently building a application where i'm in need to show a alert message (a popup). Now i have made a little form that will do this for me. But when the form comes up, it draws the focus right to it. This isn't nessecery becasue it just a message no respone on it is needed. Is it possible to disable a form to take the focus. In VB6 there where a api i can call, in 2005 i can't get the api to work. Can anyone help me ...Show All

  • Visual C++ Static library not linking to another static library

    I have a project that compiles a static library named StaticA. That library links to another static library, named StaticB. However, when I try to compile a test program to use StaticA, the test program's linker complains it can't find StaticB. Why isn't StaticB contained in StaticA Thanks whooo Is your libpath for the project set correctly Make sure that the consuming project is looking in the dire ...Show All

  • Visual Basic Errors in Terminal Server Environment.

    Hi Folks, I am working in a Citrix Terminal Server environment for development. I get an error related with the third party controls in my vb 5.0 project. This error is not occurring regularly. The error message that I keep getting is : Line 31: Class MhgkeyLibCtl.Mh3dKeyStat of control KeyStat3 was not a loaded control class. Line 48: Class MhgkeyLibCtl.Mh3dKeyStat of control KeyStat2 was not a loaded control class. Line 66: Class MhgkeyLi ...Show All

  • .NET Development Sharing a software process with my business network

    Im trying to find out a way on how to share my application process with the rest of my business computers network. We have over 20 computers that have an average of 2.5Ghz CPU and they only use 10 to 20% of the CPU capaticity daily. So it ill be nice if i could use the 80% of does CPU's so i can execute same major BIG process from a distance software under my local intranet. Any link, ideas, tutorials or help will be well appreciate ! ...Show All

  • Visual C# How to find a System Tray Process

    Hi, I'm trying to retrieve a process from the System Tray programmatically. My program starts the process and then saves the Process object. Later, the program tries to locate the process and bring it to the front (in focus). For all processes that do not reside in the system tray, I can do this with no problems. When I call AppActivate on a process that is in the SystemTray, the ArgumentException is raised. Does anyone know how to ret ...Show All

  • Microsoft ISV Community Center Forums Lack of mouse scroll wheel support in VBA

    Folks The mouse scroll wheel does not work in VBA.   This has always puzzled me as to why this support does not exist since Office 2000. This problem was originally caused by a MS Mouse driver change that I'm told was communicated long in advance to other MS folks. This problem has existed for several versions of Office.  As far as I'm concerned this should've been fixed in the Office SPs. And yes, I'm quite aware of the workaro ...Show All

  • Windows Forms Binding to tables with a many-many relation

    A simplified example of what I want to achieve: I have two tables with a many/many relation: e.g. "Car" and "Part"  where a  car can be built from many parts and a part can be used in many cars.  I  model this with  ...Show All

  • SQL Server SQLPrepare and SQLExecute returns Permission Denied in SQL 2005

    I am trying to determine what has changed in SQL Server 2005. We have a application that has used this SQLPrepare and SQLExecute pairs for several years now and all of the sudden on 2005 it fails with a -1 error. Code Sample: odErr = (ODErr)SQLPrepare (hstmt, (PTR)gODCDA->sqlStr, SQL_NTS); if(!odErr){ odErr = (ODErr) SQLExecute(hstmt); } The Statement was "Select * from dbo.tbl1234 where 1=0" This is a standard way we use to get a ...Show All

  • Visual Studio 2008 (Pre-release) How to set the top and left property of a ui element in the canvas in code behind.

    seems not very convienent ha did you know that there is a thing called MSDN where to look up those things not very hard to find... don't missunderstand me, but easy questions as this only fill the forum if asked too often... ...Show All

  • Visual Basic Win32 API WriteFile "Error Invalid Handle"

    Hello, i wrote a programm which can help to send packets to my USB device but when i try to use the method WriteFile (in sub sendpacket(startsessionpacket)) i get the win 32 error (Error Invalid Handle) howewer work hDevice=createFile (...) great! so what's wrong with my code please Help Me Option Strict On Imports System.Runtime.InteropServices Public Module DeviceIo Dim theDevInfo As IntPtr Dim hDevice ...Show All

  • Audio and Video Development At this point, is it safe to assume that WMPLIB is the replacement for MCI?

    Any thoughts Hello JRQ, Media Foundation is the new multimedia platform that we are shipping in Vista . It consists of the new audio and video pipeline, Protected Media Path, and DXVA 2.0. This forum has been created to answer questions pertaining only to Media Foundation. It looks like your question isnt related to Media Foundation. We have started documenting about Media Foundation on MSDN and you can ...Show All

©2008 Software Development Network

powered by phorum