Hey, Does somebody know the definition of "shipped code" because it's used alot but I can't find the exact meaning. thx!
Ollie1986
Posts
-
Shipped Code -
Culture and ResourceBundle QuestionsHey, When I use a Culture and a resourceManager but there is no resourcebundle for my culture? What does he do? And can I automaticly let him determin which resourcebundle he has to take (for example get the country settings of windows XP and use these to set your culture? (Don't know but I think this can) Thx!
-
Methode in Xslt?hay! I was wondering if I can use a methode in Xslt. I'm using 3 times the same display logic and I don't like that The 3 times: 1) I have to display a table (while headers) so for my first node I display the data in the nodes + the node attribute (the column name) 2) When I have One row I display the whole thing verticaly so I the same logic in another display logic 3) finally, when I have to display the rest of the rows (more then one) then they are just added tho the horizontal display (point 1 above) 3times the same logic... Can I do something about that? A methode? thx!!
-
Replacing text in TextBox without the blinkingHey, Do I have to import something for that? And what do you mean with the whole update of your control? Do I have to make a new class, instance, interface? Our just: BeginUpdate(); ApplicationDirector.Instance.removeCharachtersFromProgressScreen(lenghtWrittenString); EndUpdate(); (but that doesn't work) :)
-
Replacing text in TextBox without the blinkingEvery 1sec (if you do it 50times a second its normal it blinks :p) And I place the wholl string in the txt in one time (every 1sec) thx
-
Replacing text in TextBox without the blinkingtxt1.BeginUpdate() ? --> doesn't work
-
Xml as argument in JSI have escaped it in C# before it's written now thx!
-
Replacing text in TextBox without the blinkingHey, I'm making a progress screen for an application and when I'm uploading a file he gives the "percentage progress" IN the text (realtime). That's nice and good BUT I always have to do:
txt1.Text = txt1.Text.replace(previousPercentage, newPercentage)
And because there is a lot of text in my textbox it starts to blink when it's refreshed (it doesn't blink when I add something to it). How can I solve this problem? thx! -
Keyboard SpyCan't you log the key presses? You can make a buffer like this: IF( a key is down add to buffer) IF( THAT key is released remove from buffer)
-
Xml as argument in JSthere is the problem, you cant give quote as parameter in a Javascript And you are saying to escape it with a javascript... thx!
-
Xml as argument in JSHey, 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!
-
ResourceManager add parametershey, I'm using the resource manager in C# and I think I see a major shortcomming. In java you can do this: titleDoc: "This is you title of: {0}" and when you call this je can add a parameter Can you do this in C#? thx
-
Javascript in XSLT --> formatting Error with Quoteshey, I'm trying to open a script in a new window but the script is in a form like this:
1 REPORTS_OUT '################################################################################################## ' VBScript for XML Billing Interface towards HL7 (DFT specific) ' made by JDS (c) Agfa-Quadrat N.V. ' ' Usage : In combination with : ' ============================= ' * QSender where XML is generated by script HL7_DFT_BILLING.SQL ' (Events ONL_INT_INV or ONL_INT_DFT) ' * QDFACXML_NLX where XML is generated by snapshot packages ' '################################################################################################## 'version: 2005.3.0 'Last Changed: Apr 02, 2007 'Reason: and so on... Now, when I pass this argument to my javascript he gives an error on the enters and quotes XSLT: `< xsl: for-each select="/table/row[1]/column"> encode(< xsl: value-of select="." />) < / xsl:for-each>` Can I encode this or open that script in another window? thx alot!
-
C# API Doc GeneratorHey, 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!
-
Hide Folderthx!
-
Hide FolderHey, How can I hide a folder from .NET? I'm making a folder for writting some files to and at the end of the program I zip that folder. But I want this folder to be invisible for the user. thx!
-
Write file to HD and read directly = crachCode was inside "Using". Works fine now :) thx!
-
Write file to HD and read directly = crachHey, When I write a file to my Harddisk and try to read (append) the next line (in my code) it craches. He says that the file doesn't exists... But when I wait 3-9sec it exists... How Can I for c# to immediatly write it on my Harddisk and not cache it our something? thx!
-
Add uninstaller to install directory and shortcutshey, I have created an *.msi and *.exe for my application but when it's installed I would realy like to have an Uninstaller in the directory. And in het startmenu (where there is an shortcut to the programma) I also want a shortcut to an uninstaller. Is his possible? Can I make a bash script or something else to do this? thx!
-
How to delete a file that is usedWhat do you mean with that?