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

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

JTechOnlineGuy

Member List

carlop
Chris Honcoop
Ragnvald
JinMengcheng
Sam Barnes
facemann
Sunil_Kumar_63c25f
hrubesh
Ahmed Salaheldin
chanpin
CF2006
OmegaJ
Simon Dahlbacka
andret1802
François PIETTE
MrZap
Donaghy
Jan57
ThE ViKinG
DQM
Only Title

JTechOnlineGuy's Q&A profile

  • Visual C# program which can store what is typed on keyboard

    Hy! I would like to create a program which can store what is typed on keyboard, and i do not know how to do to get chars directly from keyboard, even they are typed on others windows. i work in c#. Please help me! If you would like an answer in C# it may benefit you to post in the c# forum...Also the search for these forums is pretty decent...if you search for "keyboard Hook" you will find plenty of threads here to help you ...Show All

  • SQL Server Error executing Packaga from job

    Hello, I finally could upload the package, and from the management studio interface I ran the package and it worked perfectly. When I created a job, with one step only to execute that package, the job fails. When I go to history it doesnt give me any details of what failed on the package or in the job Date 24/01/2007 12:30:28 Log Job History (Carga datos ACH) Step ID 1 Server ATLANTE\SQL2005 Job Name Carga datos ACH Step Name Carga de datos de ach Duration 00:00:02 Sql Severity 0 Sql Message ID 0 Operator Emailed Operator Net sent Operator Paged Retries Attempted 0 Message Executed as user: ATLANTE\SYSTEM. The package execution failed. The step failed. Maybe is the user that it tried to execute the package as ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Clipping part of a surface in a 2D interface

    I'm having trouble figuring out how to clip a rectangular region on a larger Direct3D surface. I have a surface the size of the screen that holds my background image, and I need to prevent a small part of the surface from being redrawn because there is a DirectShow video window on top of it that flashes when the surface is redrawn. Please be detailed in how to accomplish this as I am fairly new to Direct3D. Thanks, Dustin ...Show All

  • Visual Studio Express Editions Tackling an issue

    Hi all, I'll try to describe this as best I can. If it gets a little confusing, let me know and I'll try to rephrase everything I've said! For the past few weeks I've been trying to get my head around VB2005EE. After reading a few books and tutorials I feel that I'm almost ready to go ahead and build my first "real" program to distribute. The program I have in mind should be nothing complicated, but I'm a little confused on how to build the key feature. Without giving too much away, my idea is to build a large database on every ride, roller coaster and theme park in the world. Each entry will feature statistical information on the particular attraction, along with media (video/pictures), location etc. - this will mean I'll have ...Show All

  • SQL Server RB - Multiple Data Source for Report Builder

    I add two data sources to the designer. Create a new dsv using one data source first. Then right click in the designer to add a new table. This time I use the second data source. When I create a Report Model and run it, an error occurred: "Message: Invalid object name 'dbo.tblTrade'. Command: SELECT COUNT(*) FROM [dbo].[tblTrade] t" It does not recognize the second data source. Look at the property of the dsv, it only points to the first data source, not the other one... "Our newly created Data Source is positioned as the default, and will serve us in meeting the objectives of our practice exercise. A Data Source View for a Report Model Project , unlike a Data Source View for an Analysis ...Show All

  • Windows Live Developer Forums Automating Windows Live Messenger

    Our organisation uses a large bespoke application for most of its work, but we also use Live messenger for instant messenging - as such we would like a form or linking or automation between these two apps, so when we click on a users name in our app, we would like Messenger to pop open an instant messaging window to that person - no need to populate it with any text (though that could also be useful) Any ideas Messenger uses Passport for its authentication. You can check out the passport SDK to see if there is a way which you can connect the two application, but I am not familar withthe other application. thanks ...Show All

  • Visual Basic Question about Deleting Files

    I have a VBScript file that I needed to code into VB I can understand some of how this is done but I'm unable to found any information on some of the problems I'm having. Here is the code for the VBScript file the main problems I'm having with some users for some reason there login name and the folder that windows uses isn't named the same so I needed to ask is there a way to delete files in VB basiced on there Extension and how can I point to a Directory using a variable Thank you for any help. 'This script will delete the CSV file in the users temp folder, this was created to fix a problem that we were 'having with windows displaying the wrong information once some many of these file were created. 'Version: 1.0 ...Show All

  • .NET Development Unable to locate Assembly asdlfkjasdfkljasd

    OK, this one is a real head scratcher. I have a paticuarl application on my beta server that flips out almost every time I modify the source code. It gives me an error saying that the cached assembly doesnt exist. Sounds like a permission issue right But I've checked for all of that... and my other apps work just fine. So I google and find some info on app-pools, so i stick the app in its own app pool. Still.... same problems. I spent an entire day fighitng with this thing... all to no avail. It is a win 2k3 server with .net 1.1, and 2.0 installed. I have currently ONLY .net 1.1 apps setup in IIS. Could this be caused by a flaw in my code If so How This is extremely frustrating because its preventing me from coding :| Someone ...Show All

  • Visual Studio 2008 (Pre-release) Is there a DataList like control in WPF?

    I hope to display my data item in multiple columns and multiple rows. Can ListView be used You want to use a ListView with a GridView. Check out this section of the SDK for an overview of ListView. HTH, Drew ...Show All

  • Visual Basic Setting application settings

    I really dont know if I am about to fraize this right or not, but here it goes. I have got a series of groupboxes on a form with a few comboboxes on each groupbox. In each combobox there are selections for different operations What I am thinking about is how to remember what the user selected last in each combobox, then the next time the the groupbox is shown - return that user to where they were previously with thier selections reguardless of if the application was closed or not. I used to have a temp table in access to do this, is there a better way without using a lot of resoucres Can this be hardcoded in the application or is that a no-no If this is possible can someone point me in the right direction Davids Lea ...Show All

  • .NET Development Using playsound to play background music

    I am currently making a frogger game for an assignment at college. I decided to put some background music into the game and used the following code: Public Class SoundClass Declare Auto Function PlaySound Lib "winmm.dll" (ByVal Name _ As String, ByVal hmod As Integer, ByVal flags As Integer) As Integer ' name specifies the sound file when the SND_FILENAME flag is set. ' hmod specifies an executable file handle. ' hmod must be Nothing if the SND_RESOURCE flag is not set. ' flags specifies which flags are set. ' The PlaySound documentation lists all valid flags. Public Const SND_SYNC = &H0 ' play synchronously Public Const SND_ASYNC = &H1 ' play asynchronously Public Const SND_FILENAME = &H20000 ' name is file name ...Show All

  • Visual C++ sort of CListCtrl

    Hi. For example, for(i=0; i<n; i++) { ... XXX.InsertItem(0, A); // CListCtrl XXXClass::XXX XXX.SetItemText(0, 1, B); XXX.SetItemText(0, 2, C); XXX.SetItemText(0, 3, D); ... } I could get the result of list, but it's reversed, i.e. last-in first-out. I want like this: A B C D i=0 i=1 i=2 ... What's wrong Sorry for this simple matter... Thanks a lot, Prasad. I got it! I've got a more question. In order to append some items to that list in another function, how to do   ...Show All

  • Visual Studio 2008 (Pre-release) TCP Communication freezes up

    I have created a set of contracts and implementations for a series of business objects. I have set up a basic Console application that hosts the services (about 40) using TCP as an endpoint for each service. When I run my application and the services are being called the application freezes up. If I set a break point where the services are called and step through each service call everything executes correctly. What do I need to be looking at to correct this problem It sounds like you may be running into a throttle. First thing to try, check out these links http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=945172&SiteID=1 http://blogs.msdn.com/karstenj/archive/2006/11/15/wcf- ...Show All

  • Visual Studio 2008 (Pre-release) URL Escaping.

    Hi, I know this isn't a WCF question per say - but related. I'm calling a WS from a .NET WCF client. The endpoint is formated like this: http://IP/wsgwsoaphttp1/soaphttpengine/http%3A%2F%2Fblah.dk%23ACTION Now this is a URL-encoded string for: http://IP/wsgwsoaphttp1/soaphttpengine/http://blah.dk/ACTION When the endpoint is opened a Uri is created behind the scenes. This URI escapes the string into: http://IP/wsgwsoaphttp1/soaphttpengine/http:/blah.dk/ACTION (Notice missing "/"). This is done in the canonicalize function of the URI : http://msdn2.microsoft.com/en-us/library/system.uri.aspx "Canonicalizes the path for hierarchical URIs by compacting sequences such as /./, /../, //, including escaped representations." ...Show All

  • SQL Server Connection String and VB.NET

    I am following the video tutorials for VBX (quite good BTW) and am on Lesson 09. When I add a data source, the wizard does not produce a connection string. I am following the instructions exactly. What is wrong Peter Feigl I am using the absolute beginner tutorials. Actually I think there must be a connection string because as I said, Test Connection succeeds, the string is just not displayed when you click on the connection string expander. It may be a VBX bug Peter ...Show All

©2008 Software Development Network