| Thread | Last Post | Replies |
|
| AD,It is so hard? | 13 Jan 2005 03:34 GMT | 2 |
I supposed to add member(s) to or delete member(s) from one new group created by me ,which is similar to Administrators and Power Users in global group which in my computer by VB.NET,there are my codes to list the member(s) from one group in my computer,as follows: Dim Group ...
|
| How to make dll appear in .Net tag when Add References | 13 Jan 2005 02:11 GMT | 2 |
How to make dll appear in .Net tag when Add References? Please help chanmm
|
| removing alpha characters from string | 13 Jan 2005 02:04 GMT | 2 |
Is there any quick and easy (other then scanning a string char by char) to remove all the alpha chars from a string and leave only numbers? ex: A12334234-3431AP
|
| Bit Integer | 13 Jan 2005 01:50 GMT | 1 |
I need to make a class that can handle the range of numbers 0 to (256^4) ^ (9,999,999,999^2) what i dont understand is how to make this class so that i can use the arithemetic operators such as = + - ^ * / ect.
|
| cdate problem | 13 Jan 2005 01:45 GMT | 2 |
hellp ladies and gentlemen i have a form that pulled select data from a access db. the form load info into a variety of textboxs. Three of the fields are date. The form shows everythign correctly. When i preform a sql update , the date fields go to a
|
| Connecting to SQL with VB.NET | 13 Jan 2005 01:14 GMT | 2 |
Hello, I am having problems with the server explorer making a connection to the SQL server. I can see the instances that i want to connect to but when i try this error comes up PROVIDER CANNOT BE FOUND. IT MAY NOT BE
|
| Oulook like calendar for scheduling in vb .net | 12 Jan 2005 23:29 GMT | 2 |
I am looking for documentation and sample code to create an outlook like calendar. I need to display 3 views(daily, weakly and monthly). Also msdn told me if I display certain information they guarantee a response
|
| Newbie question: Form called by add-in doesn't have access to application | 12 Jan 2005 23:16 GMT | 3 |
I'm trying to write an add-in for Office XP. The add-in inserts a menu item into the tools menu, when I click on it the procedure Public Sub mmCommand_Click() Handles mmCommand.Click is called. From here I have access to the application object which I got
|
| A-Control Array ? | 12 Jan 2005 22:59 GMT | 10 |
I just started with vb.net and I don't understand why there are no control arrays. what replaced them. I was trying to do drag and drop(What happened with that) and it looked like
|
| VB SITES ? | 12 Jan 2005 22:08 GMT | 6 |
I am looking for quality VB.net ressources online sites such as www.developer.com or www.developerfusion.com/ . Any thoughts? thanx in advance
|
| Access forms from modules | 12 Jan 2005 22:07 GMT | 1 |
In my project I need to do some processing in modules. With the data that is generated I create an instance of the main form to display the data or image. I am not able to display the data or image in the original form but could do so in the instance form. How do I access the ...
|
| Click event gets lost when call MSGBOX in leave event | 12 Jan 2005 21:45 GMT | 3 |
I have a VB .NET application that has a text box with the following code to handle the leave event. Private Sub txtIDiscountRate_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
|
| Read Windows Install Key | 12 Jan 2005 21:37 GMT | 3 |
Is it possible to read the windows install key for 2k and xp? If so could someone point me to some code or website. Thanks Barclay
|
| Shortcut | 12 Jan 2005 21:31 GMT | 1 |
When install my vb.net project (on PC with OS win98 or win2000) with setup project, shortcut icon on desktop not display correctly. On PC with OS winXp shortcut icon display correct. Why?
|
| close handle of opened file | 12 Jan 2005 21:27 GMT | 2 |
is there any way to close a handle of a file in use? I want to delete some files but some of them may be in use, and I need to delete it anyway. is it possible?
|