Sorry, didn't specify: I use vb 2005
will see if i can use this code in the new richtextbox also.
User Profile
Collapse
-
-
Which control to use for displaying text,tables and pics?
Hello
I have a table and some text fields and would like to show all the data on a piece of paper, which would include the formated text, pictures and the table (like you would do it in word, acrobat,...)
I'm not sure which control or technique to use. Could Report Viewer be the right thing? -
...the link is for gridview (asp web development) also. but thanks anyway
but i think i found something (for anyone else who needs this):
http://msdn2.microsoft.com/en-us/lib...6h(vs.80).aspx...Leave a comment:
-
Thanx, but this is for web development. I need this for vb.net 2005 :(Leave a comment:
-
no, i would like to have an column in datagridview with icons displayed and don't know how to do this.
Something like this:
...Leave a comment:
-
-
VB.NET: Images in DataTable
Can someone please explain how to put images in a DataTable in VB.NET. -
nobody had the same problem using his wininet library to access an FTP server and get file times?Leave a comment:
-
Wininet in VB.NET (DateTime problem)
I have a problem decrypting the date and time recieved from WinInet.
When i use cuteFTP i get the correct date and time, but using wininet API i get:
(should be 24. March 2007):
dwHighDateTime = 29847065
dwLowDateTime 2143413760
I read somewhere that i should convert it like this:
X = DateTime.FromFi leTime(10000000 * (high+low) + 116444736000000 000)
but it isn't... -
Imagelist image quality decreasing
I have an Imagelist which contains some images. The quality is set to 32bit. When I start the program, the picture loaded from this imagelist look ok, but after a few starts of the program, the quality of the pictures gets worse. The pictures loaded from the resources are always ok.
How can I correct this?...
No activity results to display
Show More
Leave a comment: