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
S

Sergiu

@Sergiu
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • c# applet IE sandbox
    S Sergiu

    Did you used .NET Framework 1.0 before? I think I got out of the sendbox with a my custom control. I ran this code and it works (and I think it shouldn't work): private void button1_Click(object sender, System.EventArgs e) { try { OpenFileDialog dialog = new OpenFileDialog(); if(dialog.ShowDialog() == DialogResult.OK) { System.IO.StreamReader r = new System.IO.StreamReader(dialog.OpenFile()); MessageBox.Show(r.ReadToEnd()); } } catch(Exception ex) { MessageBox.Show(ex.StackTrace); } } I opened a file from the disk. Sergiu.

    C# csharp question security

  • c# applet IE sandbox
    S Sergiu

    Hello, How can I adjust my IE .NET sandbox security level? Sergiu.

    C# csharp question security

  • C# applet
    S Sergiu

    You dont need to make an activeX, just make a control library .dll file with a class extending the Control class. It is strange that microsoft didnt tell anything about it. You can search for yourself in msdn. Sergiu.

    C# csharp question

  • C# applet and parameter problem
    S Sergiu

    Use javascript Sergiu.

    C# question csharp help

  • C# applet
    S Sergiu

    Does anybody know anything about C# applets? What restrictions implies, if any? Sergiu.

    C# csharp question

  • Linux .NET
    S Sergiu

    Does anybody heared about go-mono? This is a nice .NET runtime and compiler for linux. Sergiu.

    System Admin csharp linux question

  • Connection limits on Windows XP
    S Sergiu

    Try under Linux, it is more flexible in changing these limits. ;) Sergiu.

    System Admin question sysadmin tutorial

  • Windows Installer
    S Sergiu

    Does anybody know how to make a localized installation kit? I apreciate any help. Sergiu.

    .NET (Core and Framework) help tutorial question

  • Word Document to Email
    S Sergiu

    Use Word.Application COM object. Sergiu.

    C / C++ / MFC 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