Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: diesirae
  • Content: Threads
  • Order by date
  1. diesirae

    Out of transaction (explicit)

    -SQL 2000- Is there any way to do this? /*Begin*/ BEGIN TRAN INSERT INTO DBXXX.dbo.Table (Name, LastName) VALUES ('jjj','aaaa') BEGIN TRAN LOG_ACTION INSERT INTO DBXXX.dbo.ProcesLog (ProcId) VALUES ('IniProc') COMMIT LOG_ACTION IF @@ERROR = 0 COMMIT ELSE ROLLBACK /*End*/ I need that, if...
  2. diesirae

    MPEG Recognition

    I´m writtig an aplication that scans inside a predetermined subdir and extracs information from mpeg files. The problem is that I don´t know where inside the mpeg file is all than information. The information than the aplication displays is MPEG type (I,II,4...), bitrate, resolution, size of...
  3. diesirae

    Insert Button in a row of a ListControl VC++ 6

    Hello I need to insert a button into CListCtrl. Each row may contain a enabled/disabled button... It`s that possible???? Thanks in advance!!!!
  4. diesirae

    VC 6++ or VC .NET

    Hello. Can I program in any version of VC++.NET without usig .NET Framework? Or my only choice is to use VC++ 6? If I make a prog in VC++.Net, do I MUST have to install the .NET Framework in the client? Thanks in advance!!
  5. diesirae

    Graphic Design

    Hello I need to design and program an end user interface... with no standar windows graphic look. (Like winamp or windows media player 9) Where can i find some help, samples, tutorials... whatever about it? Thanks in advance!!!!
  6. diesirae

    MFC HELP

    Where can I find the help files that come in Visual C++ 5.0? (MFC.HLP) Thanks
  7. diesirae

    Redirect DOS output messages

    First of all, excuse me about my english... This is to be made in Fox2.5 For DOS How can I redirect DOS/Win/Novell outputs messages to a Fox windows. Commands like: -NET USE -FLAG -COPY etc etc When I execute a NET USE command, sends a lot of information to de screen, and that overwrites or...
  8. diesirae

    Connection to RAS Server

    Hello -Fox 2.5 for DOS, on Windows 95/98- I need to connect via phone line to a RAS server (Win2000 Server) to send some information. How can I execute a dial up conection from Fox2.5/DOS. Thanks (:
  9. diesirae

    Unlimited Parameters

    This function (FnParValor) provides the hability to work with a unlimmited number of parameters... Example: cParam = '' cParam = cParam + 'MESS:Hasta la vista!;' cParam = cParam + 'ROWPOS:5;' cParam = cParam + 'COLPOS:10;' cParam = cParam + 'COLOR:w/n;' =fScreenOut(cParam) FUNCTION...

Part and Inventory Search

Back
Top