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
X

xkx32

@xkx32
About
Posts
19
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • keyboard and mouse
    X xkx32

    Hello, I'm wondering how it's possible to create an application wide event that's fired when any keyboard or mouse key is pressed and mouse move? Please help. Thanks

    C# help question

  • Is there any packer for .NET?
    X xkx32

    Is there any packers for .NET apps such as: http://upx.sourceforge.net for win32? Thanks

    C# csharp question

  • Should I use Dispose in this situation
    X xkx32

    hello, i'm initiating an object inside a method: private void Example () { MyClass ins = new MyClass(...); ins.AMethod(); ins.Dispose(); } i'm wondering if the last line: ins.Dispose(); is necessary? Or C# does it automaticlly?... i mean disposing the object as soon as the method is finish. please advise

    C# csharp tutorial question

  • how can i show a message if it wasn't used for a specific period of time?
    X xkx32

    Thanks but you mean OnMouseMove/OnKeyDown of the form? What if the mouse was moved over a control, such as a treeview? Should I handle OnMouseMove/OnMouseMove of all the controls in my form?! This is not right.

    C# question

  • how can i show a message if it wasn't used for a specific period of time?
    X xkx32

    hi there can you please tell me how can i show a message if my app wasn't used for a specific period of time? i mean how can i determine that my app wasn't used!!? thanks -- modified at 21:40 Friday 28th July, 2006

    C# question

  • how can I get the original properties of my form back?
    X xkx32

    hi i have a win form... and i'm changing it's properties at runtime (e.g. BackColor) at some point i want to get back the orginal BackColor.. the color i specefied at design time. when i'm creating a new instance of the form and trying to copy the BackColor from it it's not working! it's as if i changed the class not an instance of it at runtime!!! please help me

    C# question design help

  • is there a way to check if the current input language uses latin letters?
    X xkx32

    hi can you please tell me if there's a way to check the current InputLanguage if it's considered a latin language? thank you

    C# question

  • how can I show the search progress?!
    X xkx32

    Thanks but what index you're talking about? I'm using the LIKE clause to do a simple search...

    C# question csharp help

  • how can I show the search progress?!
    X xkx32

    hi i am using c# and ms access and i have a search functionality in my app... i am wondering what's the concept behind showing the search progress by a progress bar? thanks for your help in advance

    C# question csharp help

  • Should I use obj = null?
    X xkx32

    Hi guys I'm wondering if I should set the objects that I create to null after I'm done with it... let's say I create FileStream object in private method, after I close the object should I write: FileStreamObj.close(); FileStreamObj = null; or: FileStreamObj.close(); Is enough? TIA

    C# question

  • Why the following condition is never met?
    X xkx32

    thanks, Decimal worked

    C# help question

  • Why the following condition is never met?
    X xkx32

    double number1 = 1, number2 = .5; while (number1 > number2) { number1 -= .1; MessageBox.Show(number1.ToString()); if (number1 == number2) MessageBox.Show("condition met"); // <- never :( } Please help

    C# help question

  • How can I create a var that doesn't get destroyed after exiting the method?
    X xkx32

    I am wondering if it's possible to create a variable in a method as follow: string tttt = "Gggg"; and then after exiting the method i can still access that var

    C# question

  • How can I compare doubles?
    X xkx32

    hello can you tell me how can I compare two double vars in my app i tried: if (var.Equals(.4)) but it's not working... and i am sure the two var contains the same value (i used MessageBox to print the vals) please help me

    C# question help

  • How can I create a var that doesn't get destroyed after exiting the method?
    X xkx32

    hi can you please tell me how can I create a local var that doesn't get destroyed after exiting the method? thanks

    C# question

  • Storing binary data in MS Access database -- what do you think?
    X xkx32

    Hi there, I'm coding a photo gallery desktop program and I'm planning to store the images in an MS Access DB (OLE field). The size of the images I got is around 600 MB... ~ 400 KB each. What do think? Can MS Access handle it or I should look for an alternative? Please advise. Your help would be greatly appreciated.

    C# database com help question discussion

  • Restoring control's default properties
    X xkx32

    I'm changing a control property at design time (backColor, etc), at some point of the program... I want to restore the control's default properties that I have chosen at design time. Is that possible? thankx

    C# design question

  • How to get the rows total of an OleDbDataReader
    X xkx32

    hi can you tell me ho can i get the total of returned rows of OleDbDataReader? thanx

    C# tutorial question

  • Compacting MS Access database from C# code?
    X xkx32

    Hi! Does anyone have an idea how it's possible to compact and repair an MS Access database using C#? The option is avaiable in MS Access main menu but I don't want to do it manually. Thanks in advance.

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