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
N

NetPointerIN

@NetPointerIN
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • receive Mail
    N NetPointerIN

    You can get so many POP & IMAP implementation on net..such for pop3 implementation in .net... Regards, NetPointer.

    ASP.NET csharp asp-net question

  • Help
    N NetPointerIN

    Set localConnection = CurrentDb() Set rJN = localConnection.OpenRecordset("TEST") rJN.MoveLast dim dtRS as Date = rJN![Test] If dtRS.Month = Now.Month Then dtRS.Month = dtRS.Month + 1 Else dtRS.Month = "01" End If debug.writeline (dtRS.ToString) Have not tested this...but may be this is what u want... Regards, NetPointer

    Visual Basic help question

  • Marshalling Data, Can Anyone Help?
    N NetPointerIN

    [StructLayout(LayoutKind.Sequential)] public struct s1 { [MarshalAs(UnmanagedType.ByValArray, SizeConst=16)] public long[] vals; } Is this u want???

    Visual Basic help csharp c++ data-structures

  • How to use script files!!
    N NetPointerIN

    for which database? MSAccess? and if yes, then why dont u copy the database it self?? Bit confused with yr question... :-( NetPointer

    Visual Basic question csharp database tools

  • Marshalling Data, Can Anyone Help?
    N NetPointerIN

    I m writing the C# version up here. try with similar in yor code. // The Person structure [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)] public struct Person { public string firstName; public string lastName; } // The Bank account structure. Note the use of an IntPtr // to hold the pointer to the account holder [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)] public struct Account { public IntPtr accountHolder; //I m using Intptr not Person. public string accountName; public long accountNumber; public double balance; }

    Visual Basic help csharp c++ data-structures

  • tabcontrol
    N NetPointerIN

    First problem: What I have done is, I have put a button "OK" or "Apply" on a form, not on a Tabcontrol but just below the tabcontrol. and made it the acccept button. :( i was checking that what is the selected control on the tab thru my program. but i had only 2 tabs and was easy to track down.

    C# csharp c++ help question

  • How to Use API AddForm in VB.net
    N NetPointerIN

    http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B282474

    Visual Basic csharp json tutorial

  • Bckup Access Database
    N NetPointerIN

    System.IO.File.Copy (Source, Destination, Overwrite) Check that connection is closed.

    Visual Basic database question

  • VSS
    N NetPointerIN

    Its there. Check your file_Sourcecontrol menu. and check your Tools_options_sourcecontrol menu. Installer is probably in 3rd or 4th CD. You will be needing atleast VSS 6.0c to work with .NET. Regards. NetPointer

    C# csharp visual-studio question

  • Trapping mouse right click
    N NetPointerIN

    Yes, if there is some property which exposes the inner objects. component Documentation might helps you. Regards. NetPointer

    C# com help question

  • Newbie to VB need some advice please
    N NetPointerIN

    I agree. Go for C# or MC++ (Managed Extension for C++) if your project requirement is not forcing you to go for VB.NET. ;) anyway.. Professional C# for Wrox is one of the good book I have gone thru. HTH, Regards, NetPointer

    Visual Basic c++ csharp help question

  • Easy VBScript question about the file pointer
    N NetPointerIN

    I guess Split might helps you... Is it? Regards, NetPointer

    Visual Basic question

  • Simple problem
    N NetPointerIN

    If weight >= 45 And weight<60 Then 'Value between 44 & 60 End if

    Visual Basic help csharp css asp-net tutorial

  • Working In India
    N NetPointerIN

    For me, its fascinating that an American asks about coming to India for job. Seems time is changing drastically.. Huh??? Reverse Braindrain ??? Regards. NetPointer

    The Lounge question career
  • Login

  • Don't have an account? Register

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