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
R

RaviBattula

@RaviBattula
About
Posts
10
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Virus found in one of the contributions from source code and also from exe
    R RaviBattula

    Trojen virus found in this link Creating Client/Server Application using Winsock[^] I downloded and unziped and found trojen virus alert. I have McAfee in my machine. Regards Raveendrababu

    Ravi

    Site Bugs / Suggestions com sysadmin

  • Scheduled download
    R RaviBattula

    Timer also will do

    Ravi

    C# csharp tutorial xml announcement

  • How to use window applications in window services
    R RaviBattula

    Hi, There are several ways try this. 1. First create windows service application(minimal application) 2. private static Form Form1; protected override void OnStart(string[] args) { //Here call your windows application using process call or using seperate class object. Form1=new Form(); base.OnStart(args); }

    Ravi

    C# help tutorial

  • How to Generate events from strings
    R RaviBattula

    use this type of approach In the method void Method() { PaintTemp_Paint+=new new System.Windows.Forms.PaintEventHandler(this.PaintTemp_Paint); }

    Ravi

    C# tutorial

  • Why a career in computer programming sucks
    R RaviBattula

    I won't agree on this. In our company one very old programmer is working. His age may be more than 55, he may retair with in next two years. Still he is very good C++ programmer, Most of server side programming he is Writing ( He is not managing), still he is writing code. Our programme architecture avh age is 45.

    Ravi

    The Lounge csharp html com announcement career

  • Interview tips
    R RaviBattula

    Check This link. This helps me a lot http://www.joelonsoftware.com/articles/fog0000000073.html[^]

    Ravi

    The Lounge question career

  • Visual Studio 2005 Just-in-Time Debugger Exception ???
    R RaviBattula

    This is an Exception in some of the application you were currently using( May be in some web application). This exception will come if that perticular application is not properly handled If that application is handled properly( Means at least code is written in Try- catch block), Message box will open, there all that error message will be dipalyed, If not as you mentioned same thing will appear. regards Ravi

    Ravi

    .NET (Core and Framework) visual-studio debugging csharp tools help

  • a question about tabcontrol ?
    R RaviBattula

    yes, hide and show or Visible =true or false properties are not available for TabPages, Only availble option is Remove and add again. RemoveAt(...) and RemoveByKey(...) are availble and then we can add at any time. Ravi

    C# question

  • How tt handle a custom control in design mode
    R RaviBattula

    Hi, Here I am sending sample application. After creating new application. From resources.resx desing I added icon (AddResources->AddExistingFile). From resources.resx view code I changed Resources\Alarm161.ico;System.Drawing.Icon to

    Resource:

    Resources\Alarm161.ico;System.Drawing.Bitmap

    Because I want to add bitmap to my Button. From form desing I added one button. In Button1_click(..) event I added this code

    Code:

    System.Drawing.Bitmap bitmap1 = WindowsApplication1.Properties.Resources.Alarm161; button1.Image = bitmap1;

    Ravi

    C# csharp visual-studio design help question

  • C#.NET dockable windows in .NET 2.0
    R RaviBattula

    you can find Dock property in control property window. Add control, Go to properties of that control and change dock property Ravi

    C# csharp visual-studio 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