| Thread | Last Post | Replies |
|
| HTML form variables lost on post | 07 May 2004 05:56 GMT | 2 |
I've got a simple HTML page containing a form and a few hidden variables. This form post into a .Net application (that lives in a seperate directory).
|
| Stop a Windows Service | 06 May 2004 23:19 GMT | 2 |
how can i stop a service inside it self i wil explain, when an erros ocurrs inside of a service, i need to stop it .. thks
|
| Protect application data from the administrator i.e. such as a licensed flag | 06 May 2004 18:17 GMT | 4 |
I am trying to create licensing functionality in a .NET application. When the software is licensed then I want it to store this fact somewhere on the user's computer, this way the next time the program is run it will know it is licensed. Does windows provide a secure store for ...
|
| windows service error | 06 May 2004 18:16 GMT | 2 |
I created a windows service, it compiled and installed and started without error on my own (winXP) machine On any other machine, it installs without error, but I get "Error 193: 0xc1 Could not start service on local computer" when I try to start it. The service compiles to a dll
|
| LDAP Settings | 06 May 2004 18:09 GMT | 1 |
I try to set my LDAP to accept query comming from a .asp aplication On windows 2000 , all works fine. The user logging in to my asp aplication is aut. by the AD LDAP Trying the same from a AD on a Windows 2003 does not work
|
| SQL server to mySql conversion utility | 06 May 2004 16:35 GMT | 1 |
Is there a conversion utility that will take a SQL server database and port it to mySql ( or postGres sql ) ?
 Signature W '04 <:> Open
|
| converting number to currency type | 06 May 2004 15:31 GMT | 5 |
I am trying to pass range parameters to crystal reports from my .net environment. The start and end values of the range parameters are of currency type. I need to convert the number to currency data type for which I am using CCur function provided by .Net, but it throws an error ...
|
| VB6 and .NET | 06 May 2004 15:19 GMT | 3 |
I was trying to get hold of VB6 to write plugins for an application which has this as a requirement for their interface (I guess because it's written in VB). I couldn't find a new one anywhere so I asked Microsoft (UK) where I could get it. They told me I could use VB.Net for non ...
|
| Accessing .net component from asp/vbscript | 06 May 2004 15:09 GMT | 4 |
I'm looking for some good articles or hints on accessing a .Net component that I've written from old ASP/VBScript. I've gotten as far as referencing the typelib in the global.asa file but when I try to create the object in VBScript it doesn't seem to be able to see it. I've read a ...
|
| difference between OleDBConnection and SqlConnection? | 06 May 2004 15:04 GMT | 7 |
What is the difference between OleDBConnection and SqlConnection? Or better expressed, what is OleDB?
 Signature cody
|
| Login Problems | 06 May 2004 14:56 GMT | 3 |
After installing .NET which is required for DriveImage, I no longer am logged in automatically when I start my PC. I used tweakui to automatically log me in but after a subsequent reboot (or after the screen saver is activated) that option becomes disabled. I also cheked to see if ...
|
| converting to proper case | 06 May 2004 14:47 GMT | 2 |
i'm trying to convert names to their proper case (e.g. "todd" -> "Todd") using the following rountine: Private Function ConvertToProperCase(ByVal stringValue As String) As String
|
| PC or MAC | 06 May 2004 13:53 GMT | 2 |
I want to write an VB.NET application to run on both PC and MAC, intergrating with Office. Can this be done? Tim
|
| Setting Up XML DB | 06 May 2004 12:46 GMT | 8 |
I am trying to build a VB.NET Windows application in which I want to create an XML file from data collected from the user and stored in arrays. I am looking for any pointers to information on how to accomplish this. TIA
|
| Enumerated Type Vb.Net - Newbie Question | 06 May 2004 12:40 GMT | 1 |
Folks, I have an Enum declared that lists all the Id's for a set of lookups. Is it possible to loop through the Enum extraction the Value? Public Enum LookupId
|