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
M

maytel

@maytel
About
Posts
14
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • printing
    M maytel

    in vb.net i have an epson printer and i have added a custom paper how do i use it in my code? tried the code below but it says that the kind should be custom, how do i set it as custom i tried but it cant be set. With oPrintDoc.PrinterSettings .PrinterName = oDlgPrint.PrinterSettings.PrinterName .DefaultPageSettings.PaperSize.Kind = _ Printing.PaperKind.Custom .DefaultPageSettings.PaperSize.PaperName = "TFSC DR Form" End With tnx in advance

    Visual Basic question csharp

  • picturebox
    M maytel

    googled already bad connection yesterday anyways got it already just now tnx

    Visual Basic csharp help tutorial

  • picturebox
    M maytel

    autoredraw is not supported in .net how to go about this problem ty in advance maytel

    Visual Basic csharp help tutorial

  • regartding chart
    M maytel

    ill look into it tnx -- modified at 1:38 Thursday 23rd March, 2006

    Visual Basic csharp

  • regartding chart
    M maytel

    in vb 6 there is a mschart object but in .net cant seem to find one where do i start to be able to create a chart ty in advance maytel

    Visual Basic csharp

  • executereader inquiry
    M maytel

    coz i didn't see it relevant need not shout though asking nicely question wasnt still answered might not be possible to to use the "item" in executereader without using datareader in retreiving data variable = executereader.item("fldname") tnx anyway

    Visual Basic question

  • executereader inquiry
    M maytel

    honestly nothing im only experimenting on the "item" i found in datareader

    Visual Basic question

  • executereader inquiry
    M maytel

    rephrase: is it possible to retrieve a data without using a datareader? (aside from executescalar) is was wondering coz i saw "Item" in executereader Dim oleCmd As New OleDbCommand("SELECT FldName " & _ "FROM TableName", oleCon) With oleCmd variable = .ExecuteReader.Item("FldName").ToString End With tnx in advance -- modified at 20:46 Sunday 19th February, 2006

    Visual Basic question

  • executereader inquiry
    M maytel

    i was only wondering if it could be done since there is "item" in executereader ty

    Visual Basic question

  • executereader inquiry
    M maytel

    this doesnt work is it possible to to make this work? Dim oleCmd As New OleDbCommand("SELECT RecNum " & _ "FROM Serial_Table", oleCon) With oleCmd lRecNum = .ExecuteReader.Item("RecNum").ToString End With tnx in advance

    Visual Basic question

  • picture comparison
    M maytel

    is there another way of comparing duplicate picture (jpg) aside from filename, filesize and dates tnx in advance

    Visual Basic

  • usercontrol question
    M maytel

    ty ty

    Visual Basic help question

  • usercontrol question
    M maytel

    cant send focus to another control from my usercontrol tried many thing keypreview = true processdialoguekey overrides... pls help tnx in advance

    Visual Basic help question

  • sql inquiry
    M maytel

    i have 2 tables A and B is it possible in sql to get from B the last occurence (based on date) for each record in A? ex A cust1 cust2 B cust1 01012006 10.00 cust1 01022006 20.00 cust2 01022006 30.00 cust2 01032006 40.00 output cust1 01022006 20.00 cust2 01032006 40.00 tnx in advance maytel

    Visual Basic 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