Does anybody have a simple way to screen print from a VB.NET program? 've been looking and can't find a thing. Being new to VB, Maybe I'm trying to find the wrong things. Thanks in advanced.
silver-gray
Does anybody have a simple way to screen print from a VB.NET program? 've been looking and can't find a thing. Being new to VB, Maybe I'm trying to find the wrong things. Thanks in advanced.
silver-gray
I am looking for a simple routine to print what is on the screen to a printer based on a button being pressed. Thanks
silver-gray
I could be wrong, but I think that your answer will only count the number of rows in a datagrid. By running total, I mean total the value of a cell based on a value of another cell(column) in the row.
silver-gray
I would like to total one of the datagrid row columns cells based on a code in another column cell in the same row. Can anybody help ???
silver-gray
what I'm trying to do is programmatically select all cells in the 4th column that comtain nulls, and change the backcolor to red. I have vb.net 2003.
silver-gray
being new to VB.NET, how do you programmatically select a datagrid cell
silver-gray
WHAT DO YOU MEAN YOU IGNORE AND KEEP TYPING?? can you show me what it is you are typing ?? Thanks
silver-gray
Is your reply for 2005?? I have 2003. my 2003 does not know what this is "DataGridViewColumn" What is the solution in 2003 Thanks
silver-gray
Can anybody show me how to change the background of selected datagrid cells Thanks
silver-gray
can you please elaborate. what do you mean "(anchoring, code,layout panels,etc)" Thanks
silver-gray
Are you saying that re-sizing is a manual thing? or is there a way to programmaticlly change it under the covers ??
silver-gray
Is there a way to program in vb.net for different screen sizes and resolutions ???
silver-gray
Thank you. Now I understand Thanks :laugh:
silver-gray
The text is converted via the following function Public Function SQ(ByVal Textin As String) As String SQ = "'" & Replace(Textin, "'", "''") & "'" End Function
silver-gray
There are 3 different table involved here. The table A1 will return many rows since it is the purchase order line items table. the other will return one for each of the rows in A1. I don't understand your reply. This is a select command were the data in txtBNox1.text is the only field that has enterable data in. Please explain your reply. Thanks
silver-gray
I am getting an invalid column error from oracle from the following code: I checked the columns and they are ok, any ideas ??? "Select A1.PART_CODE, A1.PO_NUMBER, A1.PO_LINE_NUMBER, A3.RECEIVED_DATE " & _ "from FINPROD.POP_LINES A1, FINPROD.GOODS_RECEIVED_LINES A2, FINPROD.GOODS_RECEIVED_HEADERS " & _ "WHERE A1.PART_CODE = sq(txtBox1.text) " & _ "AND A1.PO_NUMBER = A2.PO_NUMBER " & _ "AND A1.PO_LINE_NUMBER = A2.PO_LINE_NUMBER " & _ "AND A2.GRN_NUMBER = A3.GRN_NUMBER " & _ "ORDER BY A3.RECEIVED_DATE"
silver-gray
Several pcs that have the same Software application (VB.NET) all using Access on one server. This is multi-user. This happens in mainframe (CICS) and also in pcs.
silver-gray
multi user app
silver-gray
Is there a way to make a vb.net project (solution) so that multiple end-users can use it at the same time ??? Thanks in advanced Silver-grey
silver-gray
How do you turn the field view in release 9 of crystal reports. There is a way using the ctrl key with another key, but for the live of me, I can't remember. Thanks
silver-gray