| Thread | Last Post | Replies |
|
| Professional courtesy and feedback requested | 01 Apr 2005 23:58 GMT | 5 |
I hope you are all doing well. I have a website that I've created and I'm wondering if I can ask for some feedback on it. The program is for order taking for restaurants. I'd like to have some comments on it. But pleez don't tell me it needs
|
| ASP.NET 2.0 Beta 2 Released This Morning... | 01 Apr 2005 22:19 GMT | 3 |
April Fools :-)
 Signature <%= Clinton Gallagher METROmilwaukee "Regional Information Services"
|
| Is it possible to disable shutting down a program? | 01 Apr 2005 21:26 GMT | 1 |
Is there any way to disable being able to shut down a program totally? I would have to allow it to be closed when the computer is shutting down or the user is logging out, but other than that it can't shut down no matter what. Can anybody give me any suggestions? I'd like to use ...
|
| deploy to a different directory | 01 Apr 2005 19:22 GMT | 2 |
I built a web application in C#.Net. It compiles and runs fine however... I need to move some of the files to a directory (actually another web site on the same server) to use the SSL
|
| using a com object | 01 Apr 2005 18:48 GMT | 1 |
I'm converting an asp page to an asp.net page. What I have is set obj=server.createobject("MyDLL.MyClass") obj.PublicMethod()
|
| View HTML in form? | 01 Apr 2005 18:05 GMT | 1 |
Is there a component that will display HTML in a normal Windows form? Everything I search for online only takes me to ASP.NET stuff, which isn't what I want. Thanks in advance,
|
| GAC Alternative | 01 Apr 2005 16:01 GMT | 7 |
Is the days of VB6 we used to place all of our shared dll's in one central location on a separate server within our network domain. All apps that needed a shared dll would have the dll registered from this location. If a shared dll needed to be upgraded in some way then we
|
| monthofyear enum | 01 Apr 2005 14:02 GMT | 1 |
I see that there is a dayofweek enum in the framework, but I can't find a monthofyear enum. Does this not exist in the framework?
|
| SetParent Windows API function notworking with VB 6 forms | 01 Apr 2005 14:00 GMT | 1 |
I have a requirement where I need to embed a VB 6 forms application into .Net forms application. Basically the new .Net application would act as a wrapper application and would control the embedded VB 6 application. I tried to start the VB 6 in a separate process from dot net app ...
|
| Avoiding late binding | 01 Apr 2005 13:06 GMT | 1 |
I don't know the correct terminology, but I'm sure there's a better way to do the following with .aspx pages:- In global.asax, I create an instance of an entity (basketCentral.vb) which has subroutines, functions and variables which I want to access from any
|
| When to Use a Interface or Inheritance | 01 Apr 2005 12:51 GMT | 3 |
Good Morning: I have a simple question I was hoping someone can help me understand. In Visual Basic.Net when is it best to use an Interface compared to using Inheritance? For example, if I have a class called PERSON and create other
|
| File Chunking | 01 Apr 2005 10:39 GMT | 2 |
Anyone know any component or samples on how to chunk a big file (approx 5MB +) on the sending and receiving side ? File could be an image or plain text. Is it as simple as just looping through the stream on the sending side, sending a byte array and appending to a file on the ...
|
| Deploy C# WinApp - Installation Components | 01 Apr 2005 10:14 GMT | 1 |
I will highly appreciate if someone could explain in simple terms how to do the following: 1. I want to create an installer using Installation Components (if you think it's a bad idea please tell my why).
|
| Graphiccards for .NET? | 01 Apr 2005 10:10 GMT | 2 |
are there any graphiccards with GDI+ hardware accelerated support on the market? Michael
|
| Custom Cast | 01 Apr 2005 07:20 GMT | 1 |
I know vb.net does not support operator overloading... I want to creat a simple custom casting... this will just take the public members of one class, and assign their values to public members of another class... methods and functions are ignored...
|