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!
User Profile
Collapse
-
Xml as argument in JS
-
We are using that right now but I doens't work well.
Other solutions?
thx! -
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! -
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...
thxLeave a comment:
-
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!Leave a comment:
-
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.
... -
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 -
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.Leave a comment:
-
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...
...Leave a comment:
-
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!!! -
Problem solved.
Always see if the code of you shellInterface is thread save :) (the solution can be found in my other topic)Leave a comment:
-
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...Leave a comment:
-
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 -
It's by the way not that mutch code. Just the treading code is relevant (that are 5 classes +- 100 lines and 50 used.Leave a comment:
-
-
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"
Leave a comment:
-
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
Leave a comment:
-
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
Leave a comment:
-
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[/]Leave a comment:
-
No activity results to display
Show More
Leave a comment: