| Thread | Last Post | Replies |
|
| Calling Invalidate on Custom Control Causes Other Controls to Stop Rendering... | 12 Oct 2004 15:06 GMT | 1 |
I have this very basic Custom Control: public class TestPanel : Panel { public TestPanel() : base()
|
| Setting variable problem | 12 Oct 2004 15:00 GMT | 2 |
I have a public class setup as follows Public Class Variables Shared Property FranFormOpen() As Boolean Get
|
| Does a VB project work as it is in VB.NET ? | 12 Oct 2004 14:52 GMT | 1 |
Does a VB project work as it is in VB.NET without changing any lines of code ? Thanks.
|
| Javascript problem | 12 Oct 2004 10:26 GMT | 1 |
how would i use document.write to write this input box? i can do it without quotes but i need them for my purpose <input type="textbox" name="input" value="something"> i did this but it doesn't have the double quotes
|
| how to download webcast | 12 Oct 2004 09:43 GMT | 1 |
i find following link: http://www.microsoft.com/seminar/events/webcasts/library/default.mspx that could link to archieved online webcast,but i can't find how to download them.who can tell me,thank you!!!!
|
| simple formatting question | 12 Oct 2004 09:40 GMT | 1 |
I am a newbie and embarrassed to ask the following. I have a textbox in which the telephone number goes. I want the user to just type in the numbers and on leaving, it formats to (000) 000-0000 style. I've got it all with the exception of how do you get it into that style with ...
|
| app.config access from DLL with MTS on NT4 - Interop | 12 Oct 2004 08:53 GMT | 5 |
I have a DLL created by vb.net using the comclass template. This Dll will be running in MTS on Windows NT4. When testing the DLL from a stub EXE, the config file is located with the EXE. Where should the app.config be located in a MTS environment?
|
| Activity Bar | 12 Oct 2004 07:03 GMT | 1 |
I have found an Activity Bar control which looks to be exactly what I need for my splash screen, but I can't seem to get it working. When I initialise the Start method, the application bar works great until I do any other processing, which is when it freezes! There is no
|
| Noobie Question: Hooking a dataset into .MDB? | 11 Oct 2004 23:12 GMT | 11 |
I'm about to start climbing the .Net learning curve. Would like to start by reproducing a little application that I already have up and running using an MS Access front end. It manages information for class reunions. Seems to have the basics: parent/child records, "Find"
|
| Reading Custom Log | 11 Oct 2004 21:51 GMT | 1 |
When my application reads my custom error log with VB.NET the entry reads simiar to the one below, but when it receives the EntryWritten event, the Text is correct. How do I fix this The message '0' for application 'WMInv' could not be formatted using
|
| Reading Custom Log | 11 Oct 2004 21:25 GMT | 4 |
I have created a custom log for my apps to write to. Writing to the log seems to be no problem, it's when I go to read it I get unexpected results. I have an application that reads the log and displays it's contents in a grid, and it also receives event notification from the log ...
|
| Error Message when creating a new project | 11 Oct 2004 18:37 GMT | 1 |
I am a .NET novice so please bear with me!! I am trying to create my first .NET application and I'm doing the following .... File -> New -> WindowsApplication .... and I get a message
|
| remoting simple.. | 11 Oct 2004 16:10 GMT | 1 |
hi I have a simple question. I am writing a simple remoting app.. basically I have client/server and a serialised service class.. the problem is I am doing some db work on the server and I want to return a dataset and send it to the client.
|
| Inheritance in asp.net | 11 Oct 2004 16:02 GMT | 1 |
Can an entire web form be inherited or can only controls be inherited?
 Signature Thanks in advance, Todd
|
| app.config access from DLL within MTS on NT4.0 | 11 Oct 2004 13:53 GMT | 1 |
I have a DLL created by vb.net using the comclass template. This Dll will be running in MTS on Windows NT4. When testing the DLL from a stub EXE, the config file is located with the EXE. Where should the app.config be located in a MTS environment?
|