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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
E

edel_ong

@edel_ong
About
Posts
37
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • String equivalent of a double
    E edel_ong

    Thanks a lot!!!

    C# tutorial

  • String equivalent of a double
    E edel_ong

    Hi, I would like to know how to convert a double to string. Example: double = 3,456,789.30 string equivalent = three million four hundred fifty-six thousand and seven hundred eighty-nine & 30/100 Thanks a lot! I really need this. :)

    C# tutorial

  • C# and database
    E edel_ong

    Hi! Is is possible to come up with a C# application that uses databases but doesnt really need to install Mysql or Oracle? I am using a windows platform and I need to come up with an application that if installed in another computer, wouldn't need to install a database also. Thanks very much!:)

    C# csharp database mysql oracle question

  • Truncate decimal in float
    E edel_ong

    works perfectly well. Thanks!

    C# question

  • Truncate decimal in float
    E edel_ong

    How do I truncate a float such that if i have 1.20001, i would want to have 1.2 only for display. How could I achieve this? Thank you very much!

    C# question

  • How to call a custom function when timer has elapsed
    E edel_ong

    Thanks, however my problem is, frmRun has already been previously instantiated and what I want to do is call a function in frmRun which increments a value that is in frmRun. However the function doesnt recognize a variable that has been instantiated not in DisplayTimeEvent itself. How do I go about this problem? Thank you very much!

    C# question help tutorial

  • How to call a custom function when timer has elapsed
    E edel_ong

    public static void DisplayTimeEvent( object source, ElapsedEventArgs e ) { if(source==myTimer) { frmRun.getDanceModel(); <-- this line gets an error message "denotes a field where a class is expected" } } how do I call any function when timer has elapsed? I don't quite understand why DisplayTimeEvent doesnt allow a function to be called.. Thanks much

    C# question help tutorial

  • music in C#
    E edel_ong

    do you perchance have a code snippet for this? I have no clue whatsoever..thanks very much!

    C# csharp help tutorial question

  • music in C#
    E edel_ong

    Hi, is there some way for me to play music in C#? I don't know how to do this and web resources are fairly limited. I would appreciate much help. Thanks!

    C# csharp help tutorial question

  • how does dispose method actually work?
    E edel_ong

    I'm setting all my variables to null in my dispose method but it doesnt seem to work!!! The memory usage of the program does not go smaller, rather, the huge amount of memory is maintained! Why is it so? Thanks very much!

    C# performance question

  • active child container problem
    E edel_ong

    is it possible to make a child consistently active? if it is activates, all other children should not be given focus. is this possible? THanks!

    C# docker help question

  • convert argb to rgb
    E edel_ong

    how can i do it? because the C# Color is auto-ARGB ... thanks a lot...

    C# question

  • convert argb to rgb
    E edel_ong

    is there a possibility to convert an argb value to rgb? I have to conform with a file information format where i have to write only rgb values... thanks!

    C# question

  • how to resize panel accdg to form size
    E edel_ong

    How can I resize a panel according to form size? I have the ff code: this.pnlGrndWv.Size = new System.Drawing.Size(this.Size.Width,this.Size.Height); This worked but what I actually wanted was to capture the size of form(with the excess page which i can view using scrollbar), I mean I want to know the size of the "long" windows form, I want to actually simulate ng Panel size to "real" form size. How can I do this? Thanks!

    C# question graphics tutorial

  • row and column count of excel file
    E edel_ong

    how do i get the row and column count of an excel file using C#? Thanks very much!

    C# question csharp

  • Color and ColorIndex
    E edel_ong

    what is the difference between color and colorindex? thanks very much!:)

    C# question

  • C# throw exception code format
    E edel_ong

    Hello, how can i make a C# function throw a certain exception? Thanks very much!

    C# question csharp

  • problem: System.Runtime.InteropServices.COMException
    E edel_ong

    Hi! I really don't know why I get this error--> System.Runtime.InteropServices.COMException everytime i try to import excel files into my application. When I tried using the sample code directly calling it from the main function, it worked. But when I put the sample code in an area where the user will be the one to choose if he/she wants to import excel files or not, I have that error...I really don't understand why... Thanks!

    C# help

  • Import Excel Files
    E edel_ong

    How to import excel files into C#? And accessing it s properties? Thanks!

    C# csharp tutorial question

  • print string path of current C# document
    E edel_ong

    How about trying to access picture files without straight forward giving the directory of the picture folder? I tried asking the same question before and it worked for a while... After some time, the code did not work anymore and I don't know why. The following was the code: String fileOfPic = "...//...//folder1//folder2"; Now it does not work anymore... and I don't know why.. :(

    C# question csharp 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