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
S

slam Iqbal

@slam Iqbal
About
Posts
73
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Great Confusing Problem with VB.NET developers
    S slam Iqbal

    It took only one month to change my heart's desire from VB.NET to C#. Try learning C# and will find you can do everything you did with VB.NET. :)

    The Lounge csharp question c++ java

  • Path/File access error
    S slam Iqbal

    Commonly, non administrator user can't access C: drive. U have to set access right for the limited user from admin.

    Visual Basic security help question

  • Changing the label text property with code.
    S slam Iqbal

    Good reply. Get VB.NET.......

    Visual Basic

  • Hey guys, mind telling me what you think of my first actual game with updating of movement?
    S slam Iqbal

    too long post ...............................

    Game Development graphics game-dev question

  • msdn
    S slam Iqbal

    Forget VB6.0. Download Visual Studio 2010 from microsoft[^].

    Visual Basic question

  • please help me how to fix this program this is a calculator in vb6.0
    S slam Iqbal

    Add all the command buttons and text boxes. For Command1 only (as the code tell us), copy it & paste it to form to create an array of command. I don't know how long the array would be.

    Visual Basic help database tutorial

  • give me a suggestion
    S slam Iqbal

    I suggest you to try all types of communication while you are a beginner. When you'll start professional programming then you can decide what is best for your program. I telling you to see another tools (Entity Framework) to manipulate database http://www.microsoft.com/download/en/details.aspx?id=18504[^] Good luck.

    Visual Basic question csharp database sql-server

  • please help me how to fix this program this is a calculator in vb6.0
    S slam Iqbal

    So, Can you tell us from where you copy this code?

    Visual Basic help database tutorial

  • Use binnary file instead MS Access
    S slam Iqbal

    I had the same question!!!!!!

    Visual Basic database

  • How i Lock my Harddisk drive in c#.net
    S slam Iqbal

    to lock C: drive the DWORD value would be 10bin(2dec) not 11011111111111111111111111111111bin. Following values lock the drive typed at right side. (1a : 1 locks A: drive, and 12cd: 12dec(1100bin) locks C: and D: drives. 1a 2b 3ab 4c 5ac 6bc 7abc 8d 9ad 10bd 11abd 12cd . . 16e . 32f . 64g

    C# csharp

  • How i Lock my Harddisk drive in c#.net
    S slam Iqbal

    perfect reply. :-D

    C# csharp

  • Buy a Dish, get a free...
    S slam Iqbal

    Why world lying?

    The Lounge html com announcement

  • Buy a Dish, get a free...
    S slam Iqbal

    Was Hitler vegetarian?

    The Lounge html com announcement

  • Buy a Dish, get a free...
    S slam Iqbal

    that was 15 year ago and I went for hunting with my friends.

    The Lounge html com announcement

  • Buy a Dish, get a free...
    S slam Iqbal

    Shooting man oh I can't imaging. When I shot a bird and that fall on the ground that was so painful for me. How it could be to a human?

    The Lounge html com announcement

  • Buy a Dish, get a free...
    S slam Iqbal

    Never needed that like others need.

    The Lounge html com announcement

  • Buy a Dish, get a free...
    S slam Iqbal

    I'm so happy.

    The Lounge html com announcement

  • run project in network
    S slam Iqbal

    Hi, look at my Code. In my code DB_Command.Transaction = DB_Connection.BeginTransaction(System.Data.IsolationLevel.Serializable); defines transaction level. It locks(for update/insert) the database until the command is committed. Please never use flags.

        public void Execute(string querystring)
            {
                DB\_Command = new OleDbCommand(querystring, DB\_Connection);
                //DB\_Command.Transaction = DB\_Connection.BeginTransaction(System.Data.IsolationLevel.ReadCommitted);
                DB\_Command.Transaction = DB\_Connection.BeginTransaction(System.Data.IsolationLevel.Serializable);
                DB\_Command.CommandType = System.Data.CommandType.Text;
                int afr=DB\_Command.ExecuteNonQuery();
                DB\_Command.Transaction.Commit();
            }
    
    C# sysadmin database sql-server help

  • Middle-aged programming goofup of the week!
    S slam Iqbal

    I don't have any glass. But I have some problem in my left eye. Cricket ball directly hit on my left eye while I was batting. My dr told me to use glass. But I don't......

    The Lounge csharp php winforms com question

  • Middle-aged programming goofup of the week!
    S slam Iqbal

    How many dioptre(power of the lens of your glass)?

    The Lounge csharp php winforms com 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