| Thread | Last Post | Replies |
|
| VB.Net Service will not step into timer in debug | 23 May 2004 12:49 GMT | 2 |
I have written a service in VB.Net. I have installed the service using InstallUtil. I was able to start the service, but once I attach to and try to debug the service it will not step into my Timer1_Elapsed sub. It will only step through the OnStop Sub when I stop the service. ...
|
| Library Documentation | 23 May 2004 12:09 GMT | 1 |
Has anyone see some type of reference book that shows all classes, methods, properties. Something you could quickly flip through on your desk. I use the http://docs.aspng.com/quickstart/aspplus/samples/classbrowser/vb/classbrowser.aspx
|
| Distribution Problem - MDAC | 23 May 2004 10:39 GMT | 2 |
I have a C# Windows application that I am distributing to a large number of machines. On some of the machines the MDAC is not adequate to run the application. After installing the current MDAC everything runs fine. Is there something I can do in my distribute project to set it up ...
|
| Where does business logic go? | 23 May 2004 10:37 GMT | 4 |
Hello Chaps, Me and a collegue have been talking about where the best place to put business logic is. I think that the best place is where Microsoft suggest - in a seperate
|
| Microsoft Workers: Prepare to be AXED ! | 23 May 2004 10:34 GMT | 2 |
It's only a matter of time before Gate$ and Ball-me replace you all with robots.... http://biz.yahoo.com/ap/040520/na_fin_com_us_microsoft_benefit_cuts_2.html Microsoft cuts worker benefits to save $80 million a year
|
| Looking for Classes | 23 May 2004 02:36 GMT | 2 |
I hope this is an appropriate group for this question? I work with a non-profit group that uses SQL Server 2000 for their data backend. They have a moderate size web site with many data driven web pages (ASP at the moment but looking to move to ASP.NET). They also have several
|
| Is it necessary to use Invoke for User Controls from a Worker Thread? | 23 May 2004 01:10 GMT | 10 |
I have a user control created on the main thread. Let's say, for arguments sake, that it has a single property that maintains a private variable. If I want to set that property from a worker thread, do I need to use UserControl1.Invoke to set it, or can I just set it? After all, it ...
|
| C# - initializing an array within a structure? | 22 May 2004 21:31 GMT | 1 |
Using C#... I am pulling shared memory in to my app that is in the form of a predefined structure. I have arrays in 2 sub-structures. One array is an array of another predefined structure, and the other is simply an array of ushort's. Such as: public struct predefinedStruct {
|
| omg plzzzz help impossible conversion vb--->vb.net | 22 May 2004 10:39 GMT | 2 |
can anyone lend some assistance on how to convert some code to vb.net from vb5? in VB5 the code succeeds and the IF statement is processed, in Vb.NET the code returns error and the msgbox returns an 18 digit error code!
|
| Why are there so many different ways? | 22 May 2004 10:01 GMT | 7 |
As far as I can tell the following are equivalent Dim i As Integer i = Convert.ToInt32(1) i = CInt(1)
|
| Repair DB without using DAO in VB.Net | 22 May 2004 09:21 GMT | 1 |
How to repair a MS Access DB in .Net without using DAO a reference? I have compacted it using JRO.
|
| Postback frustration... please advise | 22 May 2004 09:10 GMT | 1 |
Can anyone tell me what is the best way to persist a complex object across postbacks in ASP.NET eg * I have a Person class with methods to edit the person's info * I navigate to my ASP.NET page "person_edit.aspx?PersonID=5321
|
| tcpClient switching between networks | 22 May 2004 09:02 GMT | 1 |
I am building a tcpClient which is supposed to connect to a 3rd party server using a private point-to-point connection. Our internal network is 192.168.16.0 and the private network is on the 192.168.64.0 subnet. We have a webserver which will recieve requests, contact the private ...
|
| Which version of MDAC is required? | 22 May 2004 08:56 GMT | 1 |
After developing an application in VB under vs.net 2003, I would like to know whcih version of MDAC is required How do I determine this
|
| how to make a pop up window by VB.net? | 22 May 2004 04:26 GMT | 1 |
I find savefiledialog and other pre-established dialogboxes from toolbox. But how about a fully custom dialog like the about_click event in Help of all programes? I am fresh in VB.net programming, looking forward to your answers.
|