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
V

Vertyg0

@Vertyg0
About
Posts
38
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Your other bookmarks visibility
    V Vertyg0

    Hi, I have added few persons to my bookmark list. Some time after that I have wanted to see one of the profiles I have bookmarked but I had hard time locating "Your other bookmarks" link. It could be more visible just so that it can be spotted easily.

    Site Bugs / Suggestions

  • Be a hollywood-type hacker!
    V Vertyg0

    Can't waiting for my manager to get back from vacation :D... to show him my new programming skills :D

    The Lounge csharp php com question

  • Set Panel ScrollBar width
    V Vertyg0

    I`m trying to set width of scrollbar for System.Windows.Form.Panel control. I can't find any native or unmanaged code to do so. Has anybody got solution to this problem? I have found this article, but i think it's not good solution. Is there maybe any other control on which I can set scrollbar size? Thanks

    Mobile c++ com help question

  • Reflection and Generics (List) [modified]
    V Vertyg0

    Ah didn`t created instance of class .... everything works now thanks !

    C# tutorial question

  • Reflection and Generics (List) [modified]
    V Vertyg0

    I think that you can`t invoke Add member Code: myObject.GetType().InvokeMember("Add", BindingFlags.Public | BindingFlags.InvokeMethod, null, myObject, new object[] { myType1 } ); Error: Method 'System.Collections.Generic.List`1[[MojDll.Class1, MojDll, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].Add' not found.

    C# tutorial question

  • Reflection and Generics (List) [modified]
    V Vertyg0

    Thanks Giorgi, only one question remains how to add objects to ListOfMyType? Thanks alot!

    C# tutorial question

  • Reflection and Generics (List) [modified]
    V Vertyg0

    You can`t do that ! Error 1 The type or namespace name 'myType' could not be found (are you missing a using directive or an assembly reference?) D:\Documents and Settings\IvanM\My Documents\Visual Studio 2005\Projects\WindowsApplication4\WindowsApplication4\Form1.cs 24 18 WindowsApplication4

    C# tutorial question

  • Reflection and Generics (List) [modified]
    V Vertyg0

    How to make generic list at runtime out of this example: Assembly asm = Assembly.LoadFile(@"C:\MyDll.dll"); Type myType = asm.GetType("WindowsApplication4.Class1"); Now i dont know how to create generic List from myType any idea? With no reflection it would be like List lista = new List(), but how to make it with reflection? Thanks. -- modified at 9:51 Saturday 15th September, 2007

    C# tutorial question

  • Data Access Application Block
    V Vertyg0

    Is there any DAAB for compact framework ? Thanks.

    Mobile question

  • Connect to VPN network
    V Vertyg0

    Hi, Is there a way to connect to VPN network (connection is already made) but I need my application to be able to connect to VPN network by user action instead of having user to go trough network connections to connect to it. And also if there is a way knowing if we are connected to VPN or not. I have saw some code doing connection by calling rasphone.exe switch but then we don`t have connection status. Thanks, Ivan.

    .NET (Core and Framework) sysadmin

  • Compact Framework SqlClient ?
    V Vertyg0

    I have installed .NET CF v2 but when I create new project I`m unable to find SqlClient in System.Data ? Can anyone help me. Ivan, Cheers.

    .NET (Core and Framework) csharp help question

  • Control Library?
    V Vertyg0

    Hi, Is there any control (UI) library (free or open source) for compact framework? Thanks, Ivan.

    Mobile design question

  • Oracle DBF export
    V Vertyg0

    Andy thank you for instructions ! :) I have had same thinking as you ... so I have started downloading oracle 10g express and SQL developer. Any forums you would recommend ? Thanks allot!

    Database sql-server oracle help tutorial question

  • Oracle DBF export
    V Vertyg0

    I have oracle DBF files and I would like to know if there is any way to export data from them? I`m MSSQL user and I don`t know much about oracle .. I have just few DBF files and one ORA file and I don`t know how to export data from them. Any help appreciated. Thanks, Ivan

    Database sql-server oracle help tutorial question

  • GridView with DropDownList ?
    V Vertyg0

    Is there any GridView control with DropDownList as its databound/template field? If possible open source or free control :) Thanks, Ivan.

    ASP.NET question

  • Creating blinking I-Beam
    V Vertyg0

    Thanks alot !

    C# tutorial question

  • Creating blinking I-Beam
    V Vertyg0

    Anyone got idea how to create blinking I-Beam cursor like one that has textbox when it receive focus? Can I do it trough unmanaged code or I need to implement it with timers/overriding OnPaint event? Thanks, Ivan.

    C# tutorial question

  • How to trigger event when user press Enter key in textbox?
    V Vertyg0

    Not my fault ! :) Must be cp forum bug.

    C# database tutorial question

  • How to trigger event when user press Enter key in textbox?
    V Vertyg0

    Here is my sample, but for KeyDown event: private void textBox1_KeyDown(object sender, KeyEventArgs e) { switch (e.KeyCode) { case Keys.Enter: DoSomeStuff(); e.SuppressKeyPress = true; return; case Keys.Escape: DoSomeStuff(); e.SuppressKeyPress = true; e.Handled = true; return; case Keys.Space: DoSomeStuff(); e.SuppressKeyPress = true; e.Handled = true; return; case Keys.B: DoSomeStuff(); e.SuppressKeyPress = true; e.Handled = true; return; } }

    C# database tutorial question

  • Network share ?
    V Vertyg0

    How to check if network share requires authentication from me using WMI or any other way ? Thanks.

    C# sysadmin security 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