| Thread | Last Post | Replies |
|
| VB auto completion not reliable | 28 Sep 2005 12:32 GMT | 7 |
I have a function ShowDlg in a dialog in which I want to show the dialog using l_res = Me.Show vbModal However, when using Ctrl+Space VB shows the "Show" function (with a capital 'S') but when saving or moving the cursor to another line VB changes "Show"
|
| Rich text box aligning | 27 Sep 2005 00:42 GMT | 9 |
Is there a way to align some text in a rich text box to the right, and other text in the same box to the left?
|
| Prevent modifying a textbox using Ctrl-V (paste) | 23 Sep 2005 15:17 GMT | 7 |
This the situation: I have a textbox with its Locked property set to True. The textbox content is impossible to modify using the keyboard; but I discovered that using paste (Ctrl-V) is possible. Any idea why this is possible?
|
| Sending to printer | 23 Sep 2005 15:14 GMT | 1 |
I have a form with a rich text box on it, i want to be able to click on a button and it print out what is seen in the rich text box, how do i go about this? is there a controller i have to put on the form like you do with common
|
| does any one know | 23 Sep 2005 07:42 GMT | 1 |
Does any one know how to search duplicates in a string array and extract one of them and display them in a list box in visual basic 6.0.please reply me.
|
| less then size 12 font in rich text box | 19 Sep 2005 13:57 GMT | 3 |
I need a very very small font size in a rich text box (about 6), However in the properties at design time the smallest font is 12. Is it possible to change the font size at runtime, in the form_load event? I have been trying the foloowing code but it doesnt work:
|
| Sql qry for cursor procedure | 19 Sep 2005 03:32 GMT | 2 |
I am writing an sql qry for cursor function. the Select qry is not working properly. please check this and help me declare @m as varchar(20) declare @mm as varchar(400)
|
| Grab a word under mouse... | 18 Sep 2005 05:18 GMT | 16 |
I have a question how can i get words in screen only by moving mouse on them? thanks
|
| MSXML Error | 17 Sep 2005 19:04 GMT | 1 |
Good Day! I am using MSXML4.dll with Visual Basic. Attached below is my XML parsing code... Private Function getMsgFromXML(xmlMsg As String) As String
|
| Access via VBA to a mail in Archiv Folder in Outlook | 12 Sep 2005 15:17 GMT | 1 |
Peace! I have a big problem: I'm looking for a VB Code to have access to the mails in a subfolder of the archiv. For example, I would like to delete E-Mails depending of the subject and the received time.
|
| Upgrade to VB.NET - reference to mscomctllib | 09 Sep 2005 16:26 GMT | 1 |
I am trying my first migration from vb6 to vb.net 2003. One of the error messages that I get is: "Reference required to assembly 'Interop.MSComctlLib' containing the type 'MSComctlLib.ColumnHeader'. Add one to your project."
|
| Preparing for .NET Interviews | 06 Sep 2005 19:05 GMT | 4 |
I am fresher what kind of questions are asked during .NET Interviews how should i prepare myself.I have just completed my course from my NIIT and looking forward for real job. I am doing the following stuff
|
| Rounding Number | 03 Sep 2005 02:09 GMT | 1 |
How would I round a currency value to the nearest 0.25? I've looked at the ROUND function, but the documentation says it only rounds to a specified number of decimal places. TIA
|
| #IF Logic | 01 Sep 2005 22:11 GMT | 2 |
Q. What does the #If...#End IF logic statement do? I saw it used in the following way... "#If Win32 Then .......#End IF" Thanks, for the feedback.
|