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
F

Franz Pentenrieder

@Franz Pentenrieder
About
Posts
13
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hey CG, C# is pretty weird too
    F Franz Pentenrieder

    Marc Clifton wrote: Are there any open source VB.NET projects? i don't like vb.net too, but to be fair - i think DotNetNuke[^] is written in it?

    The Lounge csharp c++ com architecture help

  • Firefox? No Thanks
    F Franz Pentenrieder

    ... and another firefox thread ;) the funny thing is nobody seems to have real arguments for firefox. i always here it's the best and safest browser on earth - but why? nearly all features that firefox have are already avaible in free IE addons. i like firefox, it's a nice browser i just can't see any reason why it should be better that IE with addons. it seems many people using avant and don't even now maxthon. this browser has much more than firefox, and hey there is also a "use gecko engine" function so you don't have to use two browsers for crosschecking sites. so if you using firefox and u love it, check out maxthon.com and tell me why i should use firefox instead. i can't see any reason ...

    The Lounge com testing beta-testing question

  • IE vs. Firefox
    F Franz Pentenrieder

    I agree, i hope the development is speeding up now. it would be great to see some more css3 implementations in the next releases. if you want more features just use something like maxthon[^], the only thing i totaly miss on IE are the developer features from firefox. :(

    The Lounge visual-studio com question discussion announcement

  • Get resource from project
    F Franz Pentenrieder

    no not really, the only importand thing is: ResourceManager rm = new ResourceManager("app", this.GetType().Assembly); rm.GetObject( "keyname" ); // or rm.GetString( "keyname" ); no big deal - for editing resources u can use Resourcer[^]

    C# csharp c++ graphics question learning

  • Get resource from project
    F Franz Pentenrieder

    Check this article out Using Resources in Your Application Part I[^] or simple search for resources or resourcemanager.

    C# csharp c++ graphics question learning

  • DataGird: a fixed row below the header of a column?
    F Franz Pentenrieder

    Hi, is it possible to set a row fixed under the header of a column so when i scoll it's always on top too? if tried some overrides but i don't really know where to begin? Changing things like the scrollbar values don't fix the row on the top. Any ideas?

    C# help question

  • Save article search options?
    F Franz Pentenrieder

    Hi, i thing it would be great if the options on the search page could be stored in a cookie or the user profile. every time i search i have to uncheck the "MFC / C++" and "ASP.NET" options, that's quite annoying.

    Site Bugs / Suggestions c++ csharp asp-net question

  • Problems with char typecast's
    F Franz Pentenrieder

    Hello, i have a problem with the char typecast's or the string.toCharArray() function. when i have an extended ascii char in my string like "‹" c# converts this into the char with the integer 8249. BUT the integer i need is 0139, which is the same in HTML (http://www.netstrider.com/tutorials/HTMLRef/ASCII/[^]). how can i solve this problem most simply? i don't wanna check every char if it's greater than 255.

    C# csharp question html com help

  • Windowpanel for a mdi programm?
    F Franz Pentenrieder

    Hello, most programms using a mdi container have a tabcontrol like panel showing all open windows for a fast switching. is there any avaible control for this, or dokumentation how to build such a feature? thanks

    C# docker tutorial question

  • A monitor for open networkfiles?
    F Franz Pentenrieder

    hi, im searching for the class that allows me to readin the network files and session informations. under "fsmgmt.msc" i can see that connections but how can i get these in a programm? i have searched under System.Diagnostics but no result :(

    .NET (Core and Framework) question sysadmin algorithms

  • DataGrid crashes when data comes from sub threads
    F Franz Pentenrieder

    lock + begininvoke works great now, thanks a lot! unbelivable that the solution is so easy... :-D

    C# question help tutorial

  • DataGrid crashes when data comes from sub threads
    F Franz Pentenrieder

    hi, i have a datagrid bound on a dataset which i fill whith a method running in a threadpool. showed simple: private void begin(object sender, System.EventArgs e) { ThreadPool.QueueUserWorkItem( new WaitCallback( work ) ); } public void work( object n ) { for ( int i = 0; i < 20; i++) { lock(this) { DataLayer.add( i ); } } } after 3 items or when the thread ends the programm hangs or im getting a exeption on Appliaction.Run(). how can i do that without a programm crash? i have read on MSDN DataSet doc "You must synchronize any write operations" but it seems the to be the datagrid? i also have tryed a workaround whit delegates, events and a static adding but same problems here. i can't find the problem, i think i know not enough about this threadsave stuff. any idea how to do that, or is it simply not possible to fill a datagrid from a thread?

    C# question help tutorial

  • Virtual colums in a datagrid?
    F Franz Pentenrieder

    hi, im using a datagrid generated from a XML file using the VS XSD builder. now i want to add a "virtual" colum that add's some extra information, i only need this information on the runtime so i don't wanna add it to the XML file. i have read some examples with "BindingContext" and "Expression" but this examples are mostly DataGridBoolColumn and no TextColums. dose anybody knows a tuturial or have some example code?

    C# visual-studio xml tutorial question
  • Login

  • Don't have an account? Register

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