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
P

PC Player

@PC Player
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need help to implement PROGRAMABLE KEYBORD WITH CREADIT CARD
    P PC Player

    Hi, I don't know which Programable keybord are you using. Anyway you may need to contact Third Party service to processes any Credit Card/Debit Card. Normally Bank will not allow directly to process any Credit Card/Debit card to the End User (Like you). Hope it may help. Thanks

    Ali Zishan London

    C# com help tutorial question

  • Problem with Timer
    P PC Player

    hi, can i see code so i can figer out. Thanks

    Ali Zishan London

    C# help

  • problem with virtual directory : Server Error in '/' Application.
    P PC Player

    I don't know what exactly you wanted to install into Client PC. I think you need to type correct Web Address to call Web Service. "Http://LocalHost/VirtualDirectoryName/xxxx.asmx" Visual studio Map virtual Directory automatically. Another way you can open IIS and then click Map Virtual Directory. You will see your project. Just right click on ASMX file and select show on browser. it should be working. Thanks

    Ali Zishan London

    C# help sysadmin windows-admin data-structures debugging

  • Delete a row from dataset using delete method???
    P PC Player

    Hi, It seems to be you are trying to delete First Row (Rows[0]), Which you don't want. You have to get specific object of that row and then use Delete command. After that you can update by useing DataAdapter to make permenent delete underling Database. Here is a code which might Help.

    foreach (Datarow dr in ds.tables[Customer].rows)
    {
    // Match condition for specific record
    Dr.delete();
    break;

    }

    da.update(ds);

    Hope it will help Thanks

    Ali Zishan London

    C# csharp database xml help tutorial

  • Third party dll not recoginzed [modified] - Cleared up
    P PC Player

    Hi, If you have Third party COM which is developed in VB6, and you wanted to use this COM in Visual Studio then you need proxy to use Unmanged COM. In .Net there is Runtime callable wrapper (RCW) use to access any unmanaged COM into .Net platform. There is an exe (tlbimp.exe)in .net command prompt to import any unmanaged COM into Managed COM. :)

    Ali Zishan London

    COM visual-studio announcement csharp question

  • COM and COM+ ?
    P PC Player

    Hi, COM+ is a refined version of COM. COM+ also supply a number of service to component running under Windows, including 1. Role-based security 2. Object pooling and reusability 3. Queued components for asynchronuous calls 4. Transaction processing 5. A publish-and-subscribe events model

    Ali Zishan London

    COM question com

  • How to catch CUT event of word file in windows xplorer?
    P PC Player

    Could it possible to open your document in other Editor like Acrobat Reader (PDF Format). You can solve this problem very easy in PDF. In Word document you can handle this situation by using Macro but its long way. Thanks Ali

    Ali Zishan London

    COM docker help tutorial question

  • Facing a problem to create a dyanmic event at runtime
    P PC Player

    Hi, By using Delegate you can create custom event in windows application. You can get info on MSDN (http://msdn.microsoft.com/en-us/library/aa664603(VS.71).aspx[^]) Thanks

    Ali Zishan London

    .NET (Core and Framework) help
  • Login

  • Don't have an account? Register

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