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

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

ps1terry

Member List

JimmyJ
Lars E.Nes
awj100
4B7
Declan_
Green Apple
Dattaforit
CaptainSmudge
jack-n-jill
shravanjha
Ivan Abrahamsen
Yggy
D. Choquette
AdamusTheGreat
WXS123
EvgenyG
Arkkangel
KhRo
Ranier
Jody C
Only Title

ps1terry's Q&A profile

  • Visual Studio Express Editions Asynchronous Calls

    hello fellow programmers, i was just having some problems on how to make an asynchronous call. well, can someone show me a very simple program thats uses asynchronous calls thanks in advance! Can you be a little more specific Let me see if I have some code examples. Also HttpWebRequest has examples of Asychronous use in the Help Files. I fear my better asynch examples won't be real different from what you find in help. Many things are asynch like events and timer tick handlers which is also an event. The Documentcompleted event in the WebBrowser is asynch. ...Show All

  • Visual C++ Building 64 bit application with VC++ in Visual Studio 6.0

    Hi, I am building a 64 bit application with VC++ 6.0. Machine configuration: EM64T GenuineIntel Processor Architecture: AMD64 System Type: x64 What should be the way to setup and build 64 bit applications What are the different linker options ( /machine:x64 is right ), compiler options and also what is the version of Platform SDK required Thanks in advance, Swati Hi, I found the way to build 64 bit app with VC 6.0 at http://www.eggheadcafe.com/forumarchives/vclanguage/Aug2005/post23130822.asp However for EM64T, I am unable to install PSDK (feb 2003 SDK since VC 6.0 is not supported after that). Any pointers why this is so Or is there any other workaround I could ...Show All

  • SQL Server Access database synchroniser fails with 'incorrect format or content'

    I've installed ADS on a windows mobile 5.0 device and am trying to run the sample Wizard application. It connects to the test database on the device OK, but fails to connect to the database on the desktop with the error: "The HTTP request failed due to incorrect format or content. Try restarting the IIS server" I've tried changing the port from 1024 in case it was already in use, but this doesn't change the error. Nor does restarting IIS (v5.1). IIS appears to be running correctly on the desktop. Any ideas what to try next thanks irs hai i also have same problum,My environment , coding and result mentioned bellow Environment:- MS SQl 2005 Database server Ms sq ...Show All

  • Visual C# changing table names

    I have a bound dataset, with tables (2000,2001,2002,2003 etc). all these tables are the same, just different names. Because these names will change over time I want to be able to add them within the program. If I design the form around the table 2000, can I change it to display the information from table 2003. The table 2000 would have a tableadapter and bindingsource. If this is possible can anyone show me in c#. Thanks in advance. The tables are for transactions relative to the fiscal year, we may need to look at any given year (current or past), doing it this way keeps the file to a minimum, as 80% of the time we will look at the current year. I dont want to have to change ...Show All

  • Visual C++ convert vc++ 2003 to delphi6

    hello is there any tools hat convert a project from convert vc++ 2003 to delphi 6 Good analogy. :)  Converting C++ to any other language is simply intractible. The most ideal situation is that the C++ code is wrapped as COM objects--i know Delphi consumes these.  There's the possibillity that Delphi consumes DLL's.  Finally, check to see if Delphi can consume obj's and lib's created by Visual C++.  Delphi documentation is your friend on this one. :) Brian   ...Show All

  • Visual Studio 2008 (Pre-release) How to get content of viewbox to scroll.

    I have a grid in a viewbox that has a stackpanel in it. I like the idea of having the scaleable UI but when I add too many elements vertically in my stackpanel, I can never see them. If I use a scrollviewer then I don't get the benefit of having my app resize with the viewbox. i'm also interested about this question... if someone know how to get content of viewbox to scoll... thx!! ...Show All

  • Visual C++ Multimedia API MPU-401 Reset Problem

    I have used the Win32 Multimedia API for many years for MIDI programming and have always returned to it despite the supposed charms of DirectX etc. However so far as I know there is no way to force a MIDI hardware device reset using the API. Does anyone have a workaround for this - I used to do it very simply in 8086 assembler by sending FF to the MPU-401 command port 330H. Thanks for any help. Please direct this question to the multimedia newsgroup. This forum deals with the VS 2005 GUI and libraries, including configuration issues, and not the use of the libraries as such. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.mmedia&lang=en&cr=US ...Show All

  • SQL Server charts in Reporting Services

    hey there Happy New Year to you all. in RS 2005 in layout tab I have four columns in my table col 1 (group on Company) col 2 (group on application) col 3 (count on id no) // total field (count/idno) // max/idno) col 4 (graph) as I want this to show line by line (visual statement) I read you need to put that max field in to help with graph. in the Y axis Max field Unfortunately I either didn't read it properly or I am doing something really wrong. My graph is not showing correctly - eg one line has 2 in it and is showing more than a line that has 227. call id is in data of the graph company name is in series of the graph can someone explain what I am doing wrong please thanks jewel ...Show All

  • Software Development for Windows Vista WWF , BPEL , BP workflows

    Hello, Does WWF support the BPEL Standard dor workflow. My point of view is that it 's difficult or complex to build Business Process with WWF. It's not adpted for this issue. I think it's more generic than BP workflows. Can You help me by some some explainations about this issue. Thanks in advance For your query that " does WWF support the BPEL standard". Yes WWF support the BPEL standard - you need to install BPEL extension for WF for working in WF. ...Show All

  • SQL Server help?

    I need a little help to get me going. I have built a web app in visual web developer and made and inserted an sql db into the site with multiple .aspx pages. It all compiles and seems great. Info from the db is displayed,however when it comes to edit,  insert or delete it bombs out "   incorrect syntax near'nvarchar'  or on delete........'int'   some thing needs to be set to true... All conection strings seem fine and test ok. ps, whats the best way to to totally smash your dell laptop to pieces and send it to pluto Have included error Hi jens thanks for your help recently. I found out that i was trying to load data to my sql with the details view "tool" ...... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Not convinced that texturing actually works

    I cut and pasted the " How to: Apply Textures to 3D Primitives" tutorial into VSE. I keep getting an exception...will someone please post an example that actually works on their machine...the bare minimum code that I can cut and paste in...texturing in MDX was SOOOO much easier. I don't have much faith when a tutorial for basic texture mapping doesnt even work Microsoft.Xna.Framework.Graphics.InvalidCallException was unhandled Message="External component has thrown an exception." Source="Microsoft.Xna.Framework" ErrorCode=-2147467259 StackTrace: at Microsoft.Xna.Framework.Graphics.GraphicsDevice.DrawUserPrimitives[T](PrimitiveType primitiveType, Int32 primitiveCount, T[] vertexStreamZeroData) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. BoundingBox for Models

    Hi, I'm very much used to using Geometry.ComputeBoundingBox() from MDX 1.1 and am wondering where the equivalent in XNA is. My problem at the moment is that my models are having their centres placed at Y coordinate 0, so half is above ground and half is below ground. My solution has always been to compute the bounding box and simply raise the mesh by the amount that the min vertex is below the ground. (So minVertex.Y = 0). The BoundingBox has a constructor that takes a List of Vector3s, but this would presumably mean iterating over every ModelMesh in a Model, reading out the Vertex data from the VertexBuffer and extracting the x,y,z values for each vertex... this seems rather long winded I've seen a lot of people talking about ...Show All

  • Windows Forms Determine how control has the focus.

    Hi! How determine wich control has the focus in the app I'm test with: [DllImport("user32.dll")] public static extern IntPtr GetFocus(); Control.FromHandle(GetFocus()).Handle But the Handle is always diffent than the real focused control Thanks in advance. Regards. Odd problem and I can't reproduce it. Try using the native Windows Forms properties: Form.ActiveForm to find the active form and Form.ActiveControl to find the active control. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Again - C++ DirectX Error

    Hi, i moved back to the C++ due to .Net memory management( slow down my app), anyway.... i recompiled the DirectX's C++ examples (October 2006 SDK) and when i run the examples a error ocurs, in the tutorials(No DXUtils) the error location is more evident: *this error code is from the Vertices tutorial. The Error: Unhandled exception at 0x6604a92f in Vertices.exe: 0xC0000005: Access violation reading location 0x00f2b000. The Location: LRESULT WINAPI MsgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) { switch( msg ) { case WM_DESTROY: Cleanup(); PostQuitMessage( 0 ); return 0; } return DefWindowProc( hWnd, msg, wParam, lParam ); The error appears at the end of this function . (green arrow in debugger....) -> ...Show All

  • Software Development for Windows Vista Design Pattern

    Does anyone have a design pattern for creating a workflow that allows passing properties from one activity to another. It seems pointless having a workflow where custom activites cannot store a property at run-time for another activity to use at run-time because of activity cloning. I am trying to build a IVR workflow using Windows WF. One of the activites I created plays a wav file to the caller and waits for a response. Once a response is received the activity is closed and the response is stored in a property. The next activity needs to know what this response is in order to excecute. This next activity may be in another state, or within a while loop activity or ifelse activity etc... I do not want to have to store these acti ...Show All

©2008 Software Development Network