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
N

nicetohaveyou

@nicetohaveyou
About
Posts
43
Topics
35
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • copy doc to a different library using a timer job with immediate scheduled
    N nicetohaveyou

    Hi Could you please help with a timer job which actually copy the documents from one library to another using a timer job with schedule as now. Thanks... ...

    SharePoint help career

  • walkthrough on event handler on copying the contents of a list to a different list.
    N nicetohaveyou

    i dont want a workflow. i want an event handler to resolve this issue.

    SharePoint tutorial workspace

  • walkthrough on event handler on copying the contents of a list to a different list.
    N nicetohaveyou

    could you please direct me to a workflow where i could find the ways to create an event handler which will copy the contents of a list to a different list. provided the parameters, types, and number of columns are same. in moss 2007 Many Thanks

    SharePoint tutorial workspace

  • reading each line and creating a file with that line
    N nicetohaveyou

    I have a text file in c:\ as abc.txt which displays empid=e001, name=john, salary=5000 .. ... ..... Now, we need to have a method which wil take empid as parameter and will find the line with the empid and create a text file with that line e.g if we pass e001 to the method it will write empid=e001, name=john, salary=5000 to a new file with the name e001 So all these files created will be stored in a folder c:\repository Could you please help to code that in vb.net. Many thanks

    Visual Basic csharp help career

  • upzip a folder in vb.net
    N nicetohaveyou

    let us say, we have winzip and winrar installed in the machine. How are we going to use them to unzip the folders?

    Visual Basic csharp

  • upzip a folder in vb.net
    N nicetohaveyou

    Most simple code to unzip folder in vb.net

    .NET (Core and Framework) csharp

  • upzip a folder in vb.net
    N nicetohaveyou

    i need a most simple code to upzip a folder in vb.net

    Visual Basic csharp

  • calling messagebox funtion from a c# code
    N nicetohaveyou

    Hi, I am trying to call the Win 32 API messagebox function from c#. However, i finding my code not working: could you please help me correct it: using System; using System.Collections.Generic; using System.Text; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace ConsoleApplication5 { class Program { public const String UserReference = "user32.dll"; [DllImport(UserReference, SetLastError = true)] private static extern Int32 MessageBox(IntPtr hWnd, String pText, String pCaption, Int32 uType); static void Main(string[] args) { IntPtr ProblemCauser = (IntPtr)(-100); MessageBox(ProblemCauser, "hello", "check", 0); Int32 ErrorCode = Marshal.GetLastWin32Error(); Console.WriteLine("Error Code: " + ErrorCode.ToString()); Console.ReadLine(); } } }

    COM help csharp json

  • singleton v/s pooling
    N nicetohaveyou

    Thanks for explanation. However, could you please select another example. Call me a dumbo, but i am in a loss of differentiating between the two. For example, if i have a web application where there are 7 odd connections strings. Do i hav to use the Singleton or just use Pooling to take care of that? You are already writing good and helping my understanding. Appreciate Much!

    .NET (Core and Framework) design regex architecture question

  • singleton v/s pooling
    N nicetohaveyou

    Can we have a practical explanation of that? More elaborate... t.a.

    .NET (Core and Framework) design regex architecture question

  • singleton v/s pooling
    N nicetohaveyou

    What are the differences between singleton and pooling? If singleton design pattern is used to have just one connection. Also, we know that the connection pooling helps to organise the connections. How are hese two things similar and different? Many Thanks....

    .NET (Core and Framework) design regex architecture question

  • SQL Configuration Tools
    N nicetohaveyou

    The SQL Configuration tools gets installed when VS.Net 2005 is installed. Could you please let me know, why and how it is used?

    Visual Studio csharp database visual-studio tools question

  • find out the coordinates in ImageMap Hotspot
    N nicetohaveyou

    How can we use paint to find out the coodinates as used in the block below? phs = new PolygonHotSpot(); phs.Coordinates = "92,82,101,95,85,95"; phs.PostBackValue = "Nose"; ImageMap1.HotSpots.Add(phs); e.g. "92,82,101,95,85,95"

    ASP.NET help

  • find out the coordinates in ImageMap Hotspot
    N nicetohaveyou

    Hi, I have found that we need to supply the coordinates for different hotspot controls. Do we have a tool, which will tell us the coordinates for the diffrent parts of a picture. Many thanks for you help....

    ASP.NET help

  • DescriptionUrl
    N nicetohaveyou

    What is the purpose of DescriptionUrl? As i have just placed a code: Image1.ImageUrl = "~/logo.gif" Image1.DescriptionUrl = "D:\a.html" Image1.AlternateText = "Logo" so that a logo appeared with tip as Logo but i did not understand why DescriptionUrl was placed. Your help is appreciated...........

    ASP.NET question html help

  • querying as Global Address List
    N nicetohaveyou

    How do i make a query to Global Address List?

    ASP.NET question database

  • accessing data
    N nicetohaveyou

    i want to programmatically access the data from outlook. Actually i want to create a report which will provide the epmloyees according to Reporting manager. Do i need to exchange server or Outlook ?

    ASP.NET sysadmin question

  • find out number of characters
    N nicetohaveyou

    is there any built in funcion which gives the number of times a character appears in astring in VB? like incase of find number of times the character 'a' appears in the string 'Abbacus'. is 2

    The Lounge question

  • what sort cursors are used in msacces?
    N nicetohaveyou

    i have cooencted a access fron end with a sql backend. what sort cursors are used? Is it client side or server side?

    Database database sysadmin question

  • select apperaring in tables
    N nicetohaveyou

    i have checked the contents in the tables for one of the tables in msaccess what i found was that the first record of the table was filled with the values as [select]. can somebody tell me why it appeared that way?

    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