| Thread | Last Post | Replies |
|
| How to retreiving IPM.Note.SMIME message through Outlook 2003 | 22 Jul 2005 08:04 GMT | 3 |
I wrote the following codes to read messages. They work fine for Outlook 2002 but fails for 2003. My felling it may be a bug of Outlook 2003. Anybody has experience on that? Thanks in advance Dim oOutlook As Outlook.Application
|
| Update a field in a crystal report at run time | 22 Jul 2005 08:02 GMT | 5 |
I made a crystal report which contains a text field of empty value. I want to know how to fill this field at the run time by a variable. Andbody give a hand? Thank in advance
|
| Strange Data Parameter Problem | 22 Jul 2005 04:44 GMT | 2 |
Ok I have two code samples here. This one doesn't work at all. The error is Input string was not in a correct format. daClientsMain.SelectCommand.Parameters("ClientID").Value
|
| Processing speed | 22 Jul 2005 00:35 GMT | 3 |
I have the following code which I feel runs slow. I have tried to include de-referencing variables and releasing unmanaged resources. Am I doing the right thing or is there a better way of going about this. Briefly, the code opens a table containing imported data. The code deletes ...
|
| maintain tree view highlight | 21 Jul 2005 23:39 GMT | 1 |
Is there a way to maintain the highlight of an item in a tree view control? Currently if I select another control on the screen then the item on the tree view loses its highlight. I want to maintain the visual cue to the user as to what is selected.
|
| cant capture KeyDown Keys.Down event on usercontrol | 21 Jul 2005 23:27 GMT | 1 |
why can't I capture the Keys.Esc and Keys.Down key press when im trying to handle them in an user control. All other keys are handled, but those keys seem to not want to be. How can I handle them? some kind of keypreview or something? thanks!
|
| XML in a text box or someware! | 21 Jul 2005 23:23 GMT | 1 |
I have a vbdotnet app that gets some XML and writes it to txtbox I would like to lay it out nicely (even with colour if possible) Is their any example code how to do this? thanks
|
| DataGrid - Right Align | 21 Jul 2005 22:53 GMT | 1 |
I'm using a DataGrid. I've got a few columns right aligned. The heading text is running into the line between the columns. I can't figure out a way to get some space betweeen the header text and the edge of the column. If I add spaces to the right -- it doesn't make any ...
|
| Version | 21 Jul 2005 22:17 GMT | 3 |
How do I set the app version and Build numbers? -Lou
|
| How to present XML | 21 Jul 2005 21:12 GMT | 1 |
I have a vbdotnet app that gets some XML and writes it to txtbox I would like to lay it out nicely (even with colour if possible) Is their any example code how to do this? thanks
|
| how to split a row of data into two rows | 21 Jul 2005 21:07 GMT | 4 |
I would like to display data fetched from database in a row that has two lines in it like for example following two rows are displayed ( the lines are just to distinguish row 1 from row 2: ----------------------------------------------------------
|
| readonly property versus a function | 21 Jul 2005 21:01 GMT | 1 |
Aside from a property being able to show up in the forms designer, is there any reason - other than adhering to a particular coding convention for its own sake - to use a readonly property instead of a function? I assume they're equivalant in performance.
|
| Converting Hexadecimal from a string variable to Decimal | 21 Jul 2005 20:47 GMT | 5 |
I thought this would be easy but it is not. I have tried: Dim sLetter As String = Chr(&H4C) 'This works Dim s As String = "&H4C"
|
| Maximise Form | 21 Jul 2005 20:43 GMT | 6 |
No matter what happens when you close form2 I want to ensure that Form 1 will always returned maximised. Is there a method?
|
| MonthName Help Example Problem | 21 Jul 2005 20:43 GMT | 4 |
I cut and pasted the following from the HELP into the form load event of a new form and I get an error stating that MonthName is a namespace and can not be used as shown. What's wrong? Dim MyMonth As Integer
|