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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MarcCama

  1. MarcCama

    Semitransparent border

    Hi Ziggurat, Thanks for your reply. Imagine that the logo and its white border is an object that you will merge with a gray background. I wish the effect was a white border gradient edge out. Regards, Camarate
  2. MarcCama

    Semitransparent border

    Hi, I got the following image that I mounted in Corel Photo Paint X3 by superimposing one image on a gray background. How can I make the white outline transparent from center to border, when I combine the object with the background? Thanks, Camarate
  3. MarcCama

    Debugging difference between Windows Vista e Windows 7

    Hi all, Searching more deep in the Internet I found the page https://connect.microsoft.com/VisualStudio/feedback/details/513028/visual-studio-debugger-on-windows-7-crashes-terminating-debug-session?wa=wsignin1.0 with title "Visual Studio Debugger crashes on Windows 7 terminating debug session"...
  4. MarcCama

    Debugging difference between Windows Vista e Windows 7

    Hi all, I develop applications in Visual Basic.NET (Visual Studio 2005) for a long time on Windows Vista without problem. Now, I'm changing my laptop, and the new has installed the Windows 7. So, I reinstalled VS 2005, taking care to install the Vista compatibility. Thus, the version of my...
  5. MarcCama

    Types don't match between the anchor and the recursive part...

    Markros, I don't know why too. I think that should be some configuration problem in the Windows 7 and SQL Server 2005 Express environment, because when the old query run under a Windows Vista and SQL Server 2005 Express, it works OK. But the important is that's working OK now. Let us leave the...
  6. MarcCama

    Types don't match between the anchor and the recursive part...

    Markros, In my case I fixed the error replaced CAST('' AS VARCHAR(MAX)) by CAST(SUBSTRING(AISY_NM_AIR_SYSTEM,1,0) AS VARCHAR(MAX)) in the SQL query. Regards, Marcelo Camarate
  7. MarcCama

    Types don't match between the anchor and the recursive part...

    Dear All, I have a SQL Server Express 2005 database installed on a computer with Windows Vista. When I run the query below: WITH AE_AIR_SYSTEM_RECURSIVE (SQ_SYSTEM, CL_SYSTEM_CLEAR) AS ( SELECT AISY_SQ_AIR_SYSTEM , CAST('' AS VARCHAR(MAX)) FROM EHS.AE_AIR_SYSTEM WHERE...
  8. MarcCama

    Preload Window

    Hi Linney, Thanks or your reply. For understand how the CD should work, I'll give a walkthrough of this process. 1) When the User put the CD in the drive, an "autorun.inf" file run, automatically, the first Flash presentation that is small; 2) At the end of the first presentation have a...
  9. MarcCama

    Preload Window

    Hi BadBigBen, Thanks for your reply. My problem is that the big presentation is call from another Flash presentation when the user click a button. The principal Flash file was created by Demo Builder software, and, as I don't have access to the Flash source, I can not change it. I would...
  10. MarcCama

    Preload Window

    Hi all, I have a flash presentation that is too large. I needed to convert it to an executable file, and for this I used the Increditools Flash EXE Builder 1.0, to distribute it in a CD. The problem is that the executable file load was too long, and the User think that nothing is happening. To...
  11. MarcCama

    Crystal Redistributable Package

    Hi all, I developed an application in ASP.NET that generates the reports through the Crystal Reports that comes with the Visual Basic 2005. It needs the following DLLs to view the report. CrystalDecisions.CrystalReports.Engine CrystalDecisions.Enterprise.Framework...
  12. MarcCama

    Start Flash presentation in a frame that is not the first

    Thank you oldnewbie, But I can not use any Flash command, because I do not have the Flash software. The software that I have is the Camtasia Studio. This software, which makes dynamic presentations, generates a file .SWF. For this reason, I need go to different frames of the Flash movie when...
  13. MarcCama

    Start Flash presentation in a frame that is not the first

    Hi, Is there a way to start a Flash presentation in a frame that is different from the first? Perhaps, with the passage of a parameter to Flash Player to informs it what is the initial frame? Thanks,
  14. MarcCama

    Convert Flash to stand alone EXE

    Hi, No, I don't have Flash standalone Player. Where can I get it? It's free? Thanks,
  15. MarcCama

    Convert Flash to stand alone EXE

    Hi, I bought the Camtasia Studio software that produces dynamic presentations. Among other options, it produces Flash file type, so that is subsequently published on the web. I need to convert the Flash presentations to a stand alone EXE file to distributes the presentations in a CD and...

Part and Inventory Search

Back
Top