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
D

davidc2p

@davidc2p
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • putting image on other image in ms word
    D davidc2p

    You just have to change the properties of the images so that they can overlap. Normaly, when images are defined "in front of text", they are able to overlap. Then you just need to change the position of the images. Try to make it manualy by recording in a macro your action, then get the code and adapt it to offie automation. it should work.

    David Domingues at webrickco@gmail.com. Feel free to visit http://webrick.athost.net/index.php

    C# csharp help tutorial

  • Single web form project
    D davidc2p

    When you will do this, you will know almost everything there is to know about web form programing.

    David Domingues at webrickco@gmail.com. Feel free to visit http://webrick.athost.net/index.php

    C# csharp asp-net database

  • Recursive directory search
    D davidc2p

    Just another idea of implementation, not the best i'm afraid, cause it is slow to run, but maybe the most accurate since you require no specific programming. Sorry i only have a sample in VBA code, but with it you can compare your result and maybe determine where the error is: With Application.FileSearch .NewSearch .LookIn = "c:\temp" .Filename = "*.txt" .MatchTextExactly = True .SearchSubFolders = True 'look in sub folders If .Execute > 0 Then For i = 1 To .FoundFiles.Count 'do something with each file next end if

    David Domingues at webrickco@gmail.com. Feel free to visit http://webrick.athost.net/index.php

    C# com data-structures testing beta-testing question

  • How can I compare two points in C#?
    D davidc2p

    The only thing you can really do is defining which is below or upper and left or right to the other. Is that what you want? The notion of comparing 2 points defined by 2 dimensions coordinates is inappropriate in the context.

    David Domingues at webrickco@gmail.com. Feel free to visit http://webrick.athost.net/index.php

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