| Thread | Last Post | Replies |
|
| CDO.Person problem | 19 Jan 2005 20:20 GMT | 5 |
I am running Exchange 2003 on a Windows 2003 Active Directory. I am trying to mailbox-enable a user account with VB.NET. Dim person As CDO.Person Dim mailbox As CDOEXM.IMailboxStore
|
| kinda new to object methods and properties | 19 Jan 2005 20:07 GMT | 4 |
hey all, With regards to the Outlook Object Model _oItems = oInbox.Items _oItems.Sort("[ReceivedTime]", False)
|
| Using Dispose for auditing? | 19 Jan 2005 19:58 GMT | 14 |
I'm developing the middletiers of an ASP.NET application in VB.NET. I've got a business logic layer in which I would like to perform auditing to a database. Instead of making an auditing call in every method of my classes, would it be a workable way to implement IDisposable in ...
|
| Group Box with Radio Buttons | 19 Jan 2005 19:36 GMT | 1 |
If I have a groupbox with 8 radiobuttons, is there an easy way to tell which one is "on"? Thanks for the information. Brad
|
| Sending Fax | 19 Jan 2005 19:27 GMT | 2 |
How can I build my application with sending fax capability? TQ! Michael
|
| How do I determine if text fits into my label or not? | 19 Jan 2005 19:25 GMT | 1 |
I have a label on a small form. I need to determine if the text in the label fits in the label. My end goal is to reduce the font size of the text in the label until it fits. How can I do this via code?
|
| Context menu needs to be popped from many controls | 19 Jan 2005 19:24 GMT | 3 |
I have a usercontrol on which I have, say, five controls. I want a context menu to popup when the mouse is clicked anywhere on the userconttrol. The same context menu.
|
| Turn "200" into "3h 20m" | 19 Jan 2005 19:22 GMT | 7 |
I am attempting to take a number that is currently in minutes and turn it into a string that will list the hours followed by minutes. Some more examples: "30" into "0h 30m"
|
| Help! When I clear and fill a dataset, it loads new data in tables(1) | 19 Jan 2005 18:37 GMT | 1 |
I setup the dataset, which is the datasource for a datagrid. When I originally fill the dataset, the data is loaded into dataset.tables(0). (dataset.tables(0).rows.count = 8) Then, if a row gets added to the table, I want to refresh the dataset.
|
| Access Network Share from inside an application. | 19 Jan 2005 18:31 GMT | 2 |
I would like to access a network share from my vb.net application. I do not want to map a drive to the share, however. I would also like to specifiy a user credential to use when connecting to the share, as the user running the application will not have security rights to hit ...
|
| Parse XML | 19 Jan 2005 18:07 GMT | 2 |
I'm looking for a VB snippet to return the names of the sections in the XML below, can anyone help? <configuration> <configSections>
|
| Writing HEX value to Binary registry key | 19 Jan 2005 18:00 GMT | 1 |
I'm trying to use the RegistryKey to write a hex number into the registry as a binary type. I know see that in DotNet, the RegistryKey tries to interprate what registry type to create depending on the type of structure the variable was dimmed
|
| SendMessage in VB.NET | 19 Jan 2005 17:45 GMT | 5 |
Hi, I'm trying to find out what order the columns in a listview have been reordered into. I found some examples on the Internet that use csharp and I tried to convert them into vb but it always returns false and pCol is empty
|
| reading and writing cookies | 19 Jan 2005 17:32 GMT | 1 |
How do I read and write a cookie in VB dotnet in Vb 6 I did so: bRet1 = InternetGetCookie("http://xxxx/xxxx.htm", "user", sCookieVal1, 255) bRet1 = InternetSetCookie("http://xxxx/xxxx.htm", "user", txtUserName.Text &
|
| Newbie Question: Loading a custom control into the toolbox | 19 Jan 2005 16:24 GMT | 3 |
Hi, Sorry, i am a newbie to vb.net, the last time I used VB (at a professional level) was vb3 I am trying to write a simple application and would like to use the XP
|