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
C

CoolAmir

@CoolAmir
About
Posts
21
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Regarding certification-MCAD.NET
    C CoolAmir

    Go for the new version of exams. MCTS & MCPD. Read the long list of topics for each exam. (microsoft.com/exams) Search MSDN for each topic, read them all. Write down any topic that is not fully covered on MSDN. Check Microsoft press (for MCTS titles) or anywhere else for the books that cover those topics. Take the exam. Pass the exam! Get the cert!

    IT & Infrastructure csharp tutorial learning

  • Is it worth learning SQL server 2k now?
    C CoolAmir

    Hi guys The question is simple. Is is worth starting to learn SQL server 2000 now? I've been programming to retrieve data from databases for a while & i'm currently familiar with the db design concepts & SQL. Do u think what i learn about SQL 2000 would be of any use for version 2005? Are the changes so drastic to make my SQL 2000 knowledge useless? Thanx for any tips :)

    Database database question sql-server design sysadmin

  • how to add module in c#.net
    C CoolAmir

    I mean CSC /target:module Never used VB & don't know how a module in VB differs from module in dotNet.

    .NET (Core and Framework) csharp tutorial question

  • how to add module in c#.net
    C CoolAmir

    Look in msdn.microsoft.com

    .NET (Core and Framework) csharp tutorial question

  • how to add module in c#.net
    C CoolAmir

    Use CSC.exe (C# compiler) to compile ur code in to a module using the Target switch. Then use AL.exe (assembly linker) to link the module to ur assembly.

    .NET (Core and Framework) csharp tutorial question

  • checking whether a file exist
    C CoolAmir

    The method accepts a path not a URL. Use HttpServerUtility.Mappath to convert a relative path to physical path. -- modified at 6:01 Saturday 5th November, 2005

    ASP.NET sysadmin help

  • I'm no magician!
    C CoolAmir

    Hi guys =) Just drag in a ListBox & copy/paste this piece of code & run. for (int i=0; i<50; i++) { listBox1.Items.Add(""); TextBox tx = new TextBox(); tx.Location = new Point(0,i*20); listBox1.Controls.Add(tx); } Now scroll the listbox as fast as u can. Items disappear! :wtf::wtf::wtf: That's on XP ofcourse. Anyone can help? -- modified at 8:55 Tuesday 11th October, 2005

    .NET (Core and Framework) help question

  • Multithreading in c# windows application
    C CoolAmir

    I'm no expert in Threading but i could accomplish the same task without explicitly using threads. I used the Timer class.

    C# csharp design help tutorial

  • Get to desired unicode subrange!
    C CoolAmir

    u stupid junk didn't need to spend that much time overriding OnKeyDown & do lots of mappings. U need to use InputLanguage Class :~

    .NET (Core and Framework) question csharp

  • Get to desired unicode subrange!
    C CoolAmir

    Hi guys :~ I put some textBoxes in a form & need to let users type in one of the UTF8 languages but don't want to require them to change the language each time (not from language bar nor Alt+Shift) Is there any specific method in dotNet or i need to override onKeyDown/press or whatever. All i can think of is mapping each EventArgs.keycode to a hexadecimal form of the corresponding unicode character 'uxxxx'? or transpose values to get to the desired subrange in unicode? I used Decoder.GetChars & it gives me 2 bytes for each char. How can i use these 2 bytes to transpose input char to the desired language equal? Thanx for any hints :doh:

    .NET (Core and Framework) question csharp

  • JIT Compiler - IS .Net Slower?
    C CoolAmir

    Once i asked this in a M$ forum & guys there said that may be only the first time that IL is compiled & they said that you trade the time for the features that dotNet offers.

    IT & Infrastructure delphi csharp question

  • Decompilers
    C CoolAmir

    Right ... i don't rule one of those big companies to attract hardcore crackers :) Just want to know how easy it is for a novice programmer who is only able to download a decompiler!

    IT & Infrastructure help question

  • Decompilers
    C CoolAmir

    Is this true? If a piece of code is not obfuscated, it can easily be decompiled using one of the free decompilers out there. Thanx for any help guys :->

    IT & Infrastructure help question

  • standalone manifest
    C CoolAmir

    Hi guys :-> Anyone knows how we create a standalone manifest file? A file which only contains metadata not any IL code. :rose::rose::rose:

    .NET (Core and Framework) dotnet question

  • renaming the folder in asp.net
    C CoolAmir

    mmm :^) I'm thinking of finding a way to tell who is raising Session_OnEnd.

    ASP.NET csharp asp-net

  • Javascript Messagebox
    C CoolAmir

    I'm not approving ur algorithm but u can use: this.RegisterClientScriptBlock("NameOfScirpt", StringVar); to generate some JS dynamically. StringVar contains a JS alert() function.

    ASP.NET csharp javascript asp-net question

  • asp.net
    C CoolAmir

    or PHP is used for server-side.

    ASP.NET csharp java php asp-net tools

  • Why bother using ViewState?
    C CoolAmir

    I got some ideas now. ( by reading replies here) I guess because these data are often useless to other web forms, they do not need to exist further than current page/request scope. :^) Great comments, thanx :-D

    ASP.NET question

  • Why bother using ViewState?
    C CoolAmir

    Thanx Ali. I better make my question more clear. Better to say "Why Microsoft bothered inserting form's state info in hidden fields in HTML files while they (!) could use Session or Cache?" ;P

    ASP.NET question

  • asp.net
    C CoolAmir

    What do u want to do? Scripting for client or server? PHP is convenient for server. JS for both.

    ASP.NET csharp java php asp-net tools
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups