| Thread | Last Post | Replies |
|
| Deployment & Update application question | 11 Dec 2004 17:07 GMT | 1 |
I can deploy my application as well, and I can install / setup in client PC However, If there is some modification in my application, How should I update the version in client's PC ? Someone said, I should use COM server ? but some said I can use smart client
|
| Checking if a user is a member of group from a service | 11 Dec 2004 13:50 GMT | 1 |
Im currently converting a windows service from vb6 to vb.net and im unsure about how to use the new directory services interface. Under vb6 i would add a reference to the directory services and basically put dim usr as iadsuser
|
| dragon voice recognisation system | 11 Dec 2004 13:43 GMT | 2 |
It is request u to reply soon if possible Is there any free Dragon Voice Recognisation System if it is there please give me the details. Krishna
|
| Sql question, control question | 11 Dec 2004 09:07 GMT | 2 |
I like to increment a number field in a database and return this value at the same time. Can this be done with sql? Can i get the Name of a menu object when i click on it. tnx for any help
|
| Declaring & Initializing Classes & ArrayLists | 11 Dec 2004 08:26 GMT | 7 |
While writing this plea for help, I think I solved my dilemma, but I don't know why the statement that solved the problem is necessary. The inspiration for the statement came from an undocumented VB example I found on
|
| DataTable and DataColumn event | 11 Dec 2004 04:42 GMT | 1 |
I'm from Delphi world, In Delphi TDataSet (similler to DataTable) I can use the following event BeforeInsert, AfterInsert : Trigger before and after add a new record into data table, in the
|
| Marshal.AllocHGlobal versus Marshal.AllocCoTaskMem | 11 Dec 2004 03:19 GMT | 2 |
Regarding Marshal.AllocHGlobal versus Marshal.AllocCoTaskMem Does anyone know the circumstances in which one should use one over the other? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfsystemruntimeinteropservicesmarshalclassalloccotaskmemtopic ...
|
| What's wrong with this Find on a DataView? | 11 Dec 2004 01:03 GMT | 4 |
Dim dv As DataView = New DataView(FacilitiesDS1.Facilities, "", "ID ASC", DataViewRowState.CurrentRows) Dim iPos As Integer = dv.Find(dr.Item("ID")) Me.BindingContext(FacilitiesDS1, "Facilities").Position = iPos
|
| "Syntax Error or Access Violation" ??? | 11 Dec 2004 00:20 GMT | 1 |
I'm getting a "Syntax error or access violation" error when I try to run a SQLServer stored procedure from my ASP.NET application. I can run the same exact procedure from Query Analyzer with no problems. I have checked the security permissions on SQLServer and have ensured
|
| Converting V6 Format to VB.net | 11 Dec 2004 00:08 GMT | 1 |
I am trying to convert the following statement to from Vb6 to VB.Net but with no luck. Can anyone tell me what would be an equivalent of this format statement would be in vb.net? For indx = 0 To SendLen - 1
|
| new icon for custom control | 10 Dec 2004 21:49 GMT | 6 |
hey all, i'm trying to add an image to my custom control so that it looks unique in my toolbox. i saw in a webcast that all you had to do was add the image to the project and change the Build Action property to Embedded Resource.
|
| Reflection??? | 10 Dec 2004 21:45 GMT | 3 |
I pass an array that consists of elements each of an unknown class to a function. I want to get a list of the properties of the unknown class and the value for each property for each element of the array. How would I do this. I tried propertyDescriptionclass but got an error ...
|
| How to read text file line by line? | 10 Dec 2004 20:10 GMT | 3 |
Hi, I want read line by line and characters. The characters are fix length text file, no specific delimited method between each fields. The first line is header line, the last line is footer. Between the first line
|
| Custom field in a datagrid? | 10 Dec 2004 20:04 GMT | 3 |
Is there way I can have a datagrid that is bound to a dataset display a result from a function rather than from a field in the dataset? As an example, I have a table that has a first name and last name field, I would like to just display the full name there... Also, I have other
|
| App.Path equivalent in VB.Net Windows Service | 10 Dec 2004 20:00 GMT | 4 |
I am writing a Windows Service in VB.Net, and right upfront I need to pass the path to my config.xml file to the constructor of the class which reads it. In the old days, App.Path & "\config.xml" would have done nicely. I have tried using Reflection.Assembly.GetExecutingAssembly ...
|