| Thread | Last Post | Replies |
|
| How to rotate an image? | 19 Apr 2007 06:29 GMT | 3 |
Hi all. I have a listview with images and my application must be able to rotate one image. I need a method to rotate 90 degrees rigth (i.e.). Is that possible? --
|
| What Kind of Box is This??? | 19 Apr 2007 06:16 GMT | 10 |
I saw a program with a (listBox, comboBox, richTextBox, ???) box that had different lines and colors. Line 1 blue Lines 2-5 red
|
| Performance Issue | 18 Apr 2007 23:55 GMT | 26 |
Every now and then when I go on my form in the IDE the form goes blank and the computer grinds away for 10 or 20 seconds and then everything reaapears. What exactly is the computer doing and is there a way to prevent this from happening
|
| Find a word in a string | 18 Apr 2007 23:01 GMT | 5 |
I have a string containing a phrase, and I want to search for a particular word and get its index. I've tried a couple of things already: InStr(phrase, word) - this doesn't work because it finds "subwords",
|
| More on the Tab Control Enable - Please | 18 Apr 2007 21:57 GMT | 2 |
I follow the newsgroups for interest as I am a inexperience VB programmer. I am interested in the Tab Control post and the answer from Eric Moreau, I have followed the web link he supplied http://www.emoreau.com/Entries/Articles/2004/05/The-(incomplete)-TabControl.aspx
|
| suppress CRLF after Console.WriteLine | 18 Apr 2007 20:45 GMT | 3 |
How I can have the cursor remain at the end of the 2nd Console.WriteLine - (without a <carriage-return>/<line-feed>) Console.WriteLine("Hello World") Console.WriteLine("Press <enter> to continue: ") <--- have
|
| Console.WriteLine Hebrew | 18 Apr 2007 20:03 GMT | 2 |
I am trying to print Hebrew characters: Module Module1 Sub Main() Console.WriteLine("איתי")
|
| Threading Info | 18 Apr 2007 18:25 GMT | 1 |
I am looking for any good books or online articles dealing with vb.net threading in .net 2.0 Yes, I could google this info myself, but I want good information that others found useful and would recommend, not just random books, site
|
| newbie: want to print tabular data | 18 Apr 2007 18:05 GMT | 7 |
I am fairly new to vb.net and even with VB6 I did not do a lot of printing. I have some tabular data that I have in a datagridview that I assumed I could easily print the grid. However, in checking newsgroups and
|
| Make a new graphics object have all the properties of the old graphics object | 18 Apr 2007 17:29 GMT | 6 |
I have an image and a graphics object created (FromImage) from that image. I need to create a new image and create a new graphics object from the new image. I want the new graphics object have all the properties of the old graphics
|
| Name of type to class instance? | 18 Apr 2007 17:18 GMT | 6 |
Is it possible to create an object of a specific type just by knowing its name as a text string? Say I have the string System.Windows.Forms.Textbox how would I go about turing that string into an object of that type? I think its possible with reflection, but not sure
|
| Console.WriteLine Hebrew | 18 Apr 2007 16:57 GMT | 1 |
I am trying to print Hebrew characters: Module Module1 Sub Main() Console.WriteLine("איתי")
|
| Remote MySQL Connection using VB 2005 Express | 18 Apr 2007 15:37 GMT | 2 |
Is this possible? I know you can do local connections but I have yet to see a remote connection though VB 2005 express. Can anyone help me out?
|
| Formatting Text in Rich Text Box Control | 18 Apr 2007 15:23 GMT | 1 |
I have a rich textbox control and a long string of characters that I will assign to it's .text property. How can I bold some characters and apply italics to others?
|
| File types | 18 Apr 2007 15:08 GMT | 4 |
I am working on a program that will look in a folder and if it finds a particular file type (i.e. a .TRN or a .BAK file), it will move the file to another location. In VB 6 I was able to do this using a wildcard statement like *.BAK or *.TRN. However, I cannot get this to work in VB ...
|