Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
O

Ollie1986

@Ollie1986
About
Posts
32
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Shipped Code
    O Ollie1986

    Hey, Does somebody know the definition of "shipped code" because it's used alot but I can't find the exact meaning. thx!

    IT & Infrastructure

  • Culture and ResourceBundle Questions
    O Ollie1986

    Hey, 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!

    C# tutorial question

  • Methode in Xslt?
    O Ollie1986

    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!!

    XML / XSL xml json question

  • Replacing text in TextBox without the blinking
    O Ollie1986

    Hey, 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) :)

    C# question help

  • Replacing text in TextBox without the blinking
    O Ollie1986

    Every 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

    C# question help

  • Replacing text in TextBox without the blinking
    O Ollie1986

    txt1.BeginUpdate() ? --> doesn't work

    C# question help

  • Xml as argument in JS
    O Ollie1986

    I have escaped it in C# before it's written now thx!

    XML / XSL javascript html xml help question

  • Replacing text in TextBox without the blinking
    O Ollie1986

    Hey, 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!

    C# question help

  • Keyboard Spy
    O Ollie1986

    Can'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)

    C# question

  • Xml as argument in JS
    O Ollie1986

    there is the problem, you cant give quote as parameter in a Javascript And you are saying to escape it with a javascript... thx!

    XML / XSL javascript html xml help question

  • Xml as argument in JS
    O Ollie1986

    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!

    XML / XSL javascript html xml help question

  • ResourceManager add parameters
    O Ollie1986

    hey, 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

    C# csharp java question learning

  • Javascript in XSLT --> formatting Error with Quotes
    O Ollie1986

    hey, 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!

    XML / XSL xml javascript database tools help

  • C# API Doc Generator
    O Ollie1986

    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!

    C# csharp visual-studio json

  • Hide Folder
    O Ollie1986

    thx!

    C# question csharp

  • Hide Folder
    O Ollie1986

    Hey, 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!

    C# question csharp

  • Write file to HD and read directly = crach
    O Ollie1986

    Code was inside "Using". Works fine now :) thx!

    C# question csharp

  • Write file to HD and read directly = crach
    O Ollie1986

    Hey, 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!

    C# question csharp

  • Add uninstaller to install directory and shortcuts
    O Ollie1986

    hey, 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!

    C# linux tools question

  • How to delete a file that is used
    O Ollie1986

    What do you mean with that?

    C# question tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups