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!

Search results for query: *

  • Users: not24
  • Order by date
  1. not24

    Created RTF when try to open RTF, got an error

    After create RTF, try to open, got an error "Word experienced an error trying to open the file". I have C# class that generate RTF code and savve to RTF by stores RTF code in StringBuilder and using the following code to write text as a file: StreamWriter SW = null; try { SW =...
  2. not24

    Invalid class string - : 0x800401F3

    I'm not sure what happened. Last week I run windows update on my computer. I have .net 2.0 & VS 2005 installed. Now anytime, I open my c# project w/ View Designer, I've got an error: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed...
  3. not24

    Application popup: Program.exe - Common Language Runtime Debugging...

    That's a good lead. I'll inform the developer. Thank you very much for all of your suggestions.
  4. not24

    Application popup: Program.exe - Common Language Runtime Debugging...

    I have c# dotnet console application which reading B-Trieve database and uplodate MS Sql server on Win2K server. It was implemented by other programmer and I was testing it. This error below only happened when I run it to read a lot of records from B-Trieve. The computer is very slow and it...
  5. not24

    Very beginner - Result didn't show in the browser

    It's work - finally. Thanks a lot! Unfortunately, the book that I'm reading, the author using notepad as editor so I didn't know what all those mean. :)
  6. not24

    Very beginner - Result didn't show in the browser

    I can only see the HTML code following this when I was testing the code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <HTML> <HEAD> <title>test</title> <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> <meta name="CODE_LANGUAGE" Content="C#">...
  7. not24

    Very beginner - Result didn't show in the browser

    Thank you for your suggestion but I also run same code on my work computer (which for testing somebody else's ASP.NET application so I have everything on this computer) and it did the same thing - show blank page. Could it be something else?
  8. not24

    Very beginner - Result didn't show in the browser

    I've got ASP.NET book for a while - just start reading it a few days. I'm using Visual Studio.NET 2003 on Windows XP. I have some problem - I cannot see result of the code that I typed from the book. I've tried all the codes from few first chapters which's very easy writing "Hello World" -...
  9. not24

    dotNet e-mail ecryption component

    I just start leaning Windows Form development on C#. I want to write a program that can send e-mail with encryption because the data that attach with e-mail is a medical info. I looked some on google but not sure what other features should be consider beside the encryption that I wanted. If...
  10. not24

    Uncompressed TIFF from Macintosh

    I'm not sure what category should I post. Anyway, I have an uncompressed TIFF from Macintosh which customer imported to their imaging system on PC. The image file has been imported and saved as IMG. Usually, IMG that created from their imaging system on PC can be convert/read using LeadTools or...
  11. not24

    Win32 Exception

    Thank you, obislavu. I did used your code but it's only return "Error 0: The operation completed successfully".
  12. not24

    Win32 Exception

    I had WindowsXP, (all other programs), LeadTools Document Imaging 13.0 installed. Then I reinstalled Windows 2000 Pro, (all other programs), LeadTools Document Imaging 13.0 same as before - just difference OS. I have a C# console application to compress image. It was work fine. When there is no...
  13. not24

    C# .net console application, leadtools problem on XP

    No, I didn't get any error. I have all dll files in same folder and I checked permission, it same as the other program that using same custom library.
  14. not24

    C# .net console application, leadtools problem on XP

    I have C# .net console application compress image using leadtools library. I developed and tested on my machine - XP SP2, .NET Framework 1.1.4322, leadtools v13.0.1.69, and custom library that called leadtools to actually compress image. It was work fine on my laptop but when I moved it to the...
  15. not24

    Comparison between Stored Procedure and MTS COM

    Please excuse my language. It may look a little confuse. I know a little bit about SQL Stored Procedure and even less in MTS COM but I'm learning. I'm implementing ASP web-based to pull data from MS SQL 2000. I have read from some website talking about ASP performance and I did found some...
  16. not24

    Need advice about what programming languague can create ActiveX

    I'm know only simple ASP and I would like to know what kind of programming language could be use to create ActiveX? I'm try to learn C# now. I wonder if I can use C# to do it? Or I have to lean another language for it? Please advice,
  17. not24

    ASP 0177 Object server is stopping when OLE service contacts it

    My network administrator installed WINS on IIS Server, then that problem never happen again. I'm not sure if it is the right way to do it but it works. Any suggestion is still welcome.
  18. not24

    Need suggestion how to start learning C# & ActiveX programming

    I've just got a new job and my boss told me to learn about C# and ActiveX. Honestly, I have no idea where to start. I don't know VB or C. I'm only using ASP -- just start coding ASP about a year. Any suggestion is welcome.

Part and Inventory Search

Back
Top