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

Software Development Network >> David in NZ's Q&A profile

David in NZ

Member List

Brian26
manville
Tony La Sala
gesu33
Digant Desai
CRitchie
clehnert
unlikely
Jraven
JosephH
Chris Riccio
Matthew Haigh
Blane Nelson
Stewart_Whaley
UltimateKylie
Davor Vincic
syeager
Nana M
Nathan Anderson
swo1967
Only Title

David in NZ's Q&A profile

  • Smart Device Development How to use SetWindowLong in VB

    Hi! I am trying to use the SetWindowLong and CallWindowProc API functions in VB. In desktop VB, they're supposed to be declared as: Declare Function SetWindowLong Lib " user32 " (ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long Declare Function CallWindowProc Lib " user32 " Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Lo ...Show All

  • Visual C++ Rapid clicking of toolbar causes program to crash: help!

    I'm not sure if this is in the right forum or not, but here it is. I have been debugging and testing a program with several toolbars. Whenever I click rapidly on these toolbars for about 10 seconds, my program crashes and I get an Assert error from dockcont.cpp. Any help on this is greatly appreciated since I've been banging my head against a wall trying to fix this thing. ~Chris There's not enough information.  What exactly is ...Show All

  • SQL Server Internet explorer script error

    When trying to configure task scheduler on my mcafee virus scan i get the error notice: keyset does not exist The specific error is 0x80090016 It also says General page initialisation failed. An error has occurred attempting to retrieve task account onfo. You may continue editing task object but will be unable to change task account info. Does anyone have a solution so I can schedule automatic updates for my virus scanner ...Show All

  • Visual Basic runtime errors

    can some one tell me how to correct runtime error 216AT000103F please You are going to have to be a little more discriptive....could not find any info on that number ...Show All

  • Windows Forms Reposition mdi child form

    I'm trying to figure out how I can reposition a MDI Child form when the MDI container form has been resized. Private Sub MDIContainerForm_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize         For Each ChildForm As OperatorBaseChildForm In Me.MdiChildren             If ChildForm Is Me.ActiveMdiChild Then   &nbs ...Show All

  • Visual Studio Team System multiple workspace mapping error?

    I created a basic workspace <servername>: $/ -> c:\files\src I then created a second temporary workspace VSTS_TEST: $/ -> %TEMP%\test But when I view the new workspace in Source Control Explorer, it seems to be a combination of the workspaces!  If I checkout all files (* /recursive) for this 2nd workspace, it checks out all the files in both workspaces   This definitely seems wrong to me (the only mapping displaye ...Show All

  • .NET Development .NET 1.1 process.kill?

    Hi. in .NET 1.1, I can create a process: Process someProcess = new Process(); someProcess.StartInfo.FileName = this .someTextBox.Text; someProcess.Start();   However, if i wish to kill that process, I have tried using: someProcess.Kill(); //AND: someProcess.Close();     however both of the processes to close/kill results in an exception: "No process is associated with this object" &nb ...Show All

  • SQL Server Drag & Drop Multiple Query Files Into Management Studio

    In SQL Server 2000, you could have a Query Analyzer (QA) query window open to a particular database, and drag and drop a group of query files from Windows Explorer on it. QA would then open a query window for each of the files, and automatically default it to that database. I am trying to get the same functionality in SQL Server 2005 Management Studio, but it nags me with the "Connect to Database Engine" dialog box for every file. W ...Show All

  • Visual Studio Express Editions dataset and stored procedure problem

    Hi, I want to achieve this: add two tables into the dataset and set up the foreign key constraint. I use a stored procedure ut_selectPOstructure to get the two tables like this: select * from tblPurchaseOrder select * from tblPurchaseOrderItem The code to populate the dataset is:    SqlDataAdapter myAdapter=new SqlDataAdapter();    myAdapter.SelectCommand = new SqlCommand();    myAdapter.S ...Show All

  • Visual C++ MSVCR80D.DLL Not Found Problem

    Hi, I've just returned to programming, downloadd the April 2005 DirectX SDK and found my Visual C++ 6 STD no longer works. I have downloaded Visual Studio 2005 Express and then downloaded the x86 version of the Microsoft Platform SDK For Windows Server 2003 SP1. My computer is updated daily with all the latest downloads available for my Windows XP Home Edition which I believe is using SP2. I followed the setup as described adding the direc ...Show All

  • .NET Development Suspending the main thread from an event handler, given Thread.Suspend() is deprecated

    Since Thread.Suspend() is deprecated (and that seemed like my best bet), I'm trying to find a way to solve a problem I've been having. Essentially, I've got code running in a main thread, and event handlers handling events occasionally. What I want to do is pause my main thread whenever an event handler fires so that only my event handler executes, and the main thread waits until the handler is done to continue processing. Does anyone know ...Show All

  • Windows Forms TableAdapter Update Error

    I made a TableAdapter and use ObjectSource to bind it to GridView, when I insert new rows it works OK, but when I try to Update or Delete it gives me this error: ObjectDataSource 'RegionObject' could not find a non-generic method 'Update' that has parameters: RegionDescription, original_RegionID. Version Information:  Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44 Thanks Alaa Bhr Software Developer ...Show All

  • Visual C# Network traffic monitor

    Hi! I want to create an application that would count the total data downloaded and uploaded per day. For this I would have to monitor the network traffic and keep a count on the upload and download. How can I do it in c#. IPGlobalProperties ipGlobalProp = IPGlobalProperties .GetIPGlobalProperties(); TcpStatistics TcpStats = ipGlobalProp.GetTcpIPv4Statistics(); IPGlobalStatistics IPStats = ipGloba ...Show All

  • .NET Development No symbols are loaded for any call stack frame. The source code cannot be displayed.

    Hello. I installed VisualStudio.NET 2005 a few days ago.  ( not beta ) While I'm debugging, I'm faced with strange message box. -- MessageBox -- No symbols are loaded for any call stack frame. The source code cannot be displayed. -- Debug Detail Window -- FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x7a2b5aec, on thread 0x358. The error code is 0xc0000005. This ...Show All

  • Visual Basic MSDN CD-ROM for VISUAL STUDIO 6.0? HOW DO I GET A REPLACEMENT?

    MSDN CD-ROM for VISUAL STUDIO 6.0 HOW DO I GET A REPLACEMENT I purchased Visual Studio 6.0 on EBAY but it did not come with a MSDN CD-ROM. I need this to get any kind of help. Anyone have an extra or know how I can get one These forums are for VB.NET and there are better places to find answers for older versions of VB. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general ...Show All

©2008 Software Development Network

powered by phorum