User Profile

Collapse

Profile Sidebar

Collapse
DiDoria
DiDoria
Last Activity: May 9 '07, 07:59 AM
Joined: Mar 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DiDoria
    started a topic Xml as argument in JS

    Xml as argument in JS

    Hey,

    I have a HTML document with a lot of (random placed) XML -files in a table. Now if a field has more then 100characters I want to open it in a popup (with a button) but! because my XML-files contain quotes and so it gives errors. How can u solve this problem?

    thx!
    See more | Go to post

  • DiDoria
    replied to API doc generator for C#
    in .NET
    We are using that right now but I doens't work well.

    Other solutions?

    thx!
    See more | Go to post

    Leave a comment:


  • DiDoria
    started a topic API doc generator for C#
    in .NET

    API doc generator for C#

    Hey,
    I'm looking for a good free tool that can generate API docs for mij C# code in VS 2005 (FrameWork 2.0)

    NDoc doesn't supports this :(

    thx!
    See more | Go to post

  • DiDoria
    replied to Link Resource Bundle
    in .NET
    Strange it works now :-)

    Just the same

    private ResourceManager rm = new ResourceManager ("Data_Collecto r_II.MyResource Bundle", Assembly.GetAss embly(typeof(Re portPanel)));

    But when I plase \n or \t in a string in my resource he displays \t an not a real tap or enter...

    thx
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Link Resource Bundle
    in .NET
    And when I use this =

    private ResourceManager rm = new ResourceManager ("Data_Collecto r_II.MyResource Bundle", Assembly.GetAss embly(typeof(Co nfigurationPane l)));

    he gives this error =

    stream is not a valid resource file.

    thx!
    See more | Go to post

    Leave a comment:


  • DiDoria
    started a topic Link Resource Bundle
    in .NET

    Link Resource Bundle

    hey,

    I'm trying to link my resource bundle to my application but he always gives this message:

    Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "MyResourceBund le.resources" was correctly embedded or linked into assembly "Data Collector II" at compile time, or that all the satellite assemblies required are loadable and fully signed.

    ...
    See more | Go to post

  • DiDoria
    started a topic Add uninstaller to install directory and shortcuts
    in .NET

    Add uninstaller to install directory and shortcuts

    Hey,

    Can I add an uninstaller to to my INSTALLED project and make en hyperlink to it in mij program files?

    I'm using VS 2005
    2.0 framework

    thx
    See more | Go to post

  • DiDoria
    replied to c# setup
    in .NET
    Just select primary output in you setup wizard.

    Did you added an Uninstall to you project? Because I want to add an uninstaller to my installer.
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Unlock File in C#
    in .NET
    There are all created with:

    new DirectoryInfo(P ath.GetDirector yName(path)).Cr eate();
    StreamWriter writer = new StreamWriter(pa th);
    writer.WriteLin e(content);
    writer.Close();

    But than the locks are fine. But after all the files are created I zip them with "SharpZipLi b" and is places locks that last realy long...

    ...
    See more | Go to post

    Leave a comment:


  • DiDoria
    started a topic Unlock File in C#
    in .NET

    Unlock File in C#

    hey,

    When I'm trying to delete one of my created files. My programma saids it is in use (by himself) but that's because the programma is to fast. When I let him wait 10sec the lock is gone... But that not zo good if you have to delete 20-50 files.

    How can I unlock them automatically?

    Thx!!!
    See more | Go to post

  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    Problem solved.

    Always see if the code of you shellInterface is thread save :) (the solution can be found in my other topic)
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to How to get path to .exe from .lnk file?
    in .NET
    Solution =

    String path = Path.GetDirecto ryName(lnkPath) ;
    Shell32.Shell shl = new Shell32.ShellCl ass();
    Shell32.Folder dir = shl.NameSpace(p ath);
    Shell32.FolderI tem itm = dir.Items().Ite m(Path.GetFileN ame(lnkPath));
    Shell32.ShellLi nkObject lnk = (Shell32.ShellL inkObject)itm.G etLink;
    return lnk;

    And then just watch...
    See more | Go to post

    Leave a comment:


  • DiDoria
    started a topic How to get path to .exe from .lnk file?
    in .NET

    How to get path to .exe from .lnk file?

    Hey,

    I have to scan the desktop of a computer to .lnk files (shortcuts) but how do I get the path tot het EXE from that shortcut? I realy don't find a thing about this

    I thank you alot!

    PS: this link http://www.msjogren.net/dotnet/eng/s..._shelllink.asp
    The example has a lot of bugs... It craches on a memorie error in windows 2000
    See more | Go to post

  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    It's by the way not that mutch code. Just the treading code is relevant (that are 5 classes +- 100 lines and 50 used.
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    It's 100% C# .NET 2.0
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    Oké, I have just One warning on that log4net but that oké... but he keeps craching on the same problem!!

    This is the exception in my logFile

    Code:
    &<?xml version="1.0" ?><log4net:events version="1.2" xmlns:log4net="http://logging.apache.org/log4net/schemas/log4net-events-1.2"><event logger="InterfaceCollector.domain.DAL.ApplicationDirector" timestamp="2007-03-19T21:02:14.2479872+01:00"
    ...
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    Removed some error's

    Code:
    Warning	1	'log4net.Appender.FileAppender.FileAppender(log4net.Layout.ILayout, string)' is obsolete: 'Instead use the default constructor and set the Layout & File properties'	C:\Documents and Settings\AWYDZ\My Documents\Visual Studio 2005\Projects\Data Collector II\Data Collector II\domain\DAL\ApplicationDirector.cs	35	41	Data Collector II
    Warning	2	'System.Threading.Thread.Suspend()' is obsolete: 'Thread.Suspend
    ...
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    I also have these warnings, can that be the reason? But something that works on XP should also work in 2000, not?

    Code:
    Warning	1	'System.Runtime.InteropServices.FILETIME' is obsolete: 'Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202'	C:\Documents and Settings\AWYDZ\My Documents\Visual Studio 2005\Projects\Data Collector II\Data Collector II\domain\DAL\MainFlow\ShellLinkNative.cs
    ...
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    hey,

    thx for the reply:

    the code is a lot but I'll try,

    In my ProgressPanel (that is attached to a FORM I call progressAll() from another Panel just be switching to that panel.

    Code:
    public void processAll()
            {
                try
                {
                    rootWindow.btnNext.Enabled = false;
                    thread = new Thread(new ThreadStart([B]Applicat[/]
    ...
    See more | Go to post

    Leave a comment:


  • DiDoria
    replied to Multithreading problems in C#
    in .NET
    no body?...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...