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

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

peachy4

Member List

Nitin2162000
swoozie
RMbean
lm - MSFT
Rahul_D
Anders Hs
Redmanmc
Tuomas Siren
weaver2045
Scott Michael
Devin Breshears
cindy33
Wen Ou
SQLobSERVER.com
Hpolanco
bt8114
Karol Duzinkiewicz
Nagas
MichaelLatta
mndepaul
Only Title

peachy4's Q&A profile

  • Windows Forms Cant Insert/Update data using DataGridView

    Hi All When I run the TableAdapter.Update method, the data does not update in the database. I checked the Insert Query and Update in the dataset designer and when I run the Insert queries from there, they work.  I have put the Update method in a try catch block and no errors are reported. Does anyone else have these issues Thanks   private void SaveEnquiry() { #region EndEdits this .tb ...Show All

  • .NET Development NNTP Test thread for SQL VIP changeREPLY

    test reply from NNTP "anonymous@discussions.microsoft.com" wrote in message news:3486649f-52dd-4f82-bf32-cbbd08934989@discussions.microsoft.com... NNTP Test Reply REPLY AFTER NNTP DLL DROP DHITE: 144 "anonymous@discussions.microsoft.com" wrote in message news:3486649f-52dd-4f82-bf32-cbbd08934989_WBRev1_@discussions.microsoft.com... > This post has been edited either by the author or a moderat ...Show All

  • Software Development for Windows Vista Painting activity with WPF?

    When I design a custom activity, I am able to draw it with GDI+. Is it possible (in the current beta) to do the same thing writing WPF code If not, when will it be possible Any WPF/WWF sample available Thanks, Raffaele Rialdi Raffaele, The workflow designer for v1 does not use WPF, and so the short answer is 'no'. I have heard that you can host WPF within winforms controls, although I don't think you can do s ...Show All

  • Software Development for Windows Vista DirectShow Alternatives

    Hi everybody, I've been programming Multimedia Applications through DirectX / DirectShow platform for the last 5 years. I've been working with Video Capture Devices, low level streaming / tunning, Image Processing Filters, etc, using specific DirectShow filters. DirectShow is not recommended any longer for games developing after Microsoft, my question is: for all the developers that already have lot of programs and libraries suppo ...Show All

  • .NET Development How to use FtpWebRequest to send FTP MDTM Command to keep original timestamp of uploaded file

    Issuing "quote MDTM 20051223163125 test.dat" in MS FTP Client command line can set the timestamp of the uploaded file "test.dat" on server, I am wondering if it is possible to use FtpWebReqest.Method or something else in .Net 2.0 to send raw FTP commands to do this sort of thing Thanks in advance. P.H As Durga notes above, FtpWebRequest does not have the ability to send custom commands. By custom com ...Show All

  • Smart Device Development VS2005 Smart Device CAB building problems

    Hello... I am having a problem building a CAB file for a .Net CF PocketPC application.  In VS2003, I would just simply select the "Build CAB File" menu option and, like magic, a CAB file would be created that would include the necessary DLLs or other dependencies.  The size of the file, including some 3rd party DLLs, was about 1.8MB. Now, using VS2005 I finally discovered that you have to create a separate CAB file project.  Not d ...Show All

  • Windows Forms Create an event for the close button on the title bar

    Hello, I am using VS 2003. Lets say for example we have just a simple form and at the top of the form we have the default minimize, maximize and close button. How would I create an event for when if the user clicks the close button at the top of the form before the window closed it would perform an operation For example, if the user clicked the close button at the top, it would print a message box saying "Are you sure you want to cl ...Show All

  • Visual C++ Inheriting from a generic class

    I may be being stupid and doing something completely wrong but I'm trying to create a class that inherits from a generic list. I only want to store one class type in my class but I can't work out how to do it. I've tried using namespace System::Collections::Generic; #include "MyItem.h" public ref class MyCollection : List <MyItem^> { .... } Is this possible or am I doing something wrong with the syntax. Sorry if this is an ...Show All

  • Visual Studio Express Editions Using a char variable as an array position

    Is it possible to use a char variable to point to a position in an array For Example, <code> char position; std::cin >> position; char array[] = { 'A', 'B', 'C', 'D' }; std::cout << array[ position ]; </code> I think I understand why it doesn't work. Its because a number in a char is not the same number, i.e. '1' = 49, '2' = 50, but is it possible to convert it to an integer In the gi ...Show All

  • Windows Live Developer Forums HELP!!!! ME PLEASE!!!!

    I am getting really annoyed with my msn messenger. I can't sign in and i don't no how to fix it. like i put my e-mail address in and my password and then it goes straight onto we can not sign u in at the mo click troubleshooter  and then i click trouble shooter and everything is fine and they can't find any thing wrong!!! What do i do ! ! I know my password is right coz i go to www.hotmail.com to check my e-mails. please help me ...Show All

  • Windows Forms update terminates without updating

    hello taskvision is running without any problems. the problem i've got is: it get the message "update available". when pressing "yes, want to update" taskvision aborts without updating and restarts. any idea bye steve ...Show All

  • SQL Server Performance & Threading

    Hi, I am a web developer using c# and we use threading extensively across our website. I noticed that we appeared to be geting major speed degradation when seperate threads would make calls to the same SPC (with different params). After creating a few diferent test scenarios I ended up using a console application that allows me to spawn n threads to a SQL Server and then tells me the results. We first saw this issue on SQL Server 2000 but ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MDX2 and Action Mapping?

    Can anyone direct me to documentation on using Action Mapping via MDX in the latest release of the DX9 SDK (Feb) Searching has proved mostly fruitless and DX8 samples of AM (using DIACTION, etc) are useless as it appears the entire structure has changed. I've looked through the SDK docs but they are simply a shell outline and only list classes and their members - there is little to nothing in the way of description and zero examples. Also, a ...Show All

  • SQL Server Error Connection to MSDE with SQL JDBC Driver

    Connecting to SQL Server with SQL Server Driver for JDBC is OK. Trying to connect to same database, installed under MSDE,  i get error "Error establishing socket". It looks like the JDBC Driver only supports full SQL Server 2000 and not MSDE    D, What JDBC driver are you using If the driver you are using supported only TCP connection, make sure that TCP is enabled on the server side for MSD ...Show All

  • Visual C++ Fundamental question about creating Satellite Assemblies Project

    Hi , I want to do similar project as :     http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vjsample/html/vjsamlocalizedhelloworldsamplesatelliteassembliesforconsoleapplications.asp but I do not know how to add to my solution 'Resources C++ Utility Project'. Thank you. I would advise you to take a look at the following links: http://msdn2.microsoft.com/en-us/library/f45fce5x http://msdn.microsoft.c ...Show All

©2008 Software Development Network

powered by phorum