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
maytel
Posts
-
printing -
pictureboxgoogled already bad connection yesterday anyways got it already just now tnx
-
pictureboxautoredraw is not supported in .net how to go about this problem ty in advance maytel
-
regartding chartill look into it tnx -- modified at 1:38 Thursday 23rd March, 2006
-
regartding chartin 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
-
executereader inquirycoz 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
-
executereader inquiryhonestly nothing im only experimenting on the "item" i found in datareader
-
executereader inquiryrephrase: 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
-
executereader inquiryi was only wondering if it could be done since there is "item" in executereader ty
-
executereader inquirythis 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
-
picture comparisonis there another way of comparing duplicate picture (jpg) aside from filename, filesize and dates tnx in advance
-
usercontrol questionty ty
-
usercontrol questioncant send focus to another control from my usercontrol tried many thing keypreview = true processdialoguekey overrides... pls help tnx in advance
-
sql inquiryi 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