| Thread | Last Post | Replies |
|
| Application Uninstaller | 09 Jul 2004 20:52 GMT | 2 |
I have recently developed a small application with VB.net. What I wish to do is to add an uninstaller to the application that the user can use to uninstall my application instead of having to use the windows control panel. Can someone please show me how to do this iin VB.net?
|
| Website Template for K-12 Teacher | 09 Jul 2004 18:22 GMT | 2 |
A friend of mine teaches 5th grade and she would like to have a website where she can post assignments and news for her students and their parents. She would also like the students to be able to upload assignments if possible. Is anyone aware of something like PHPNuke or
|
| Will ASP.NET 2.0 be implementing SharePoint Lite? | 09 Jul 2004 18:21 GMT | 2 |
I was reading that ASP.NET 2.0 will include support for Web Parts and Personaliztion. In fact, it sounds a bit like SharePoint or CMS. Am I correct in my assumption?
|
| IsNumeric gives error | 09 Jul 2004 17:53 GMT | 8 |
IsNumeric(value) should return false if value "can not be successfully converted to a Double." Instead I get the following error message: "Input string was not in a correct format."
|
| Best Practices - namespaces | 09 Jul 2004 15:23 GMT | 1 |
Hi, I'm building a website in ASP.NET. I will have a default.aspx file in each directory and sub-directory of the site. What is the best / accepted way of avoiding class naming conflicts by using Namespaces. I read somewhere that each directory should have it's own namespace, but ...
|
| FileSystemWatcher Created Event Triggers Early | 09 Jul 2004 10:53 GMT | 2 |
I have a FileSystemWatcher that triggers when a PDF file is created. However, the creation of the PDF file is about a 7 or 8 second process ... I cannot refer to the file during that time because it does not yet exist. If I set up a loop using the Sleep API call, it loops forever ...
|
| converting an int array to a byte array | 09 Jul 2004 09:56 GMT | 2 |
I need a fast method for converting an int array to a byte array. At the moment, I'm using this: public static byte[] Int2ByteArray(int[] array) {
|
| H2: Modify an OpenFileDialog folder location? | 09 Jul 2004 07:07 GMT | 11 |
If you can set the 'initial' path of an OpenFileDialog box by something like the following: Dim FilesPath As String ' Files Path FilesPath = "P:\Projects\"
|
| Task Scheduler | 09 Jul 2004 06:12 GMT | 3 |
I wish to write a task scheduler in my application. What is the best way to do this? Do I use the windows scheduler or try and write my own.? Is a timer checking every second feasible.?
|
| autoredraw in .net? | 09 Jul 2004 06:08 GMT | 1 |
what is the change over from vb6 to vb.net in the case of picturebox1.autoredraw = true ? thanks, Gary
|
| simple question | 09 Jul 2004 04:06 GMT | 1 |
I'm trying to install visual studios .net professional version 2002 on an xp machine. I installed IIS just fine but then when i go back to the install program it says some componants are not the correct version and to insert windows componant update disk for visual studio .net what ...
|
| SMTP mail in VS 2005 | 09 Jul 2004 03:50 GMT | 2 |
Can I use SMTP in VS 2005 to send mail through a SMTP server which requires logon information? I know I can't do that with VS 2003. Thanks
|
| RegEx CompileToAssembly. Performance Gain. | 09 Jul 2004 00:38 GMT | 2 |
How much of a performance gain can you get from precompiling your RE's.
|
| Casting managed array | 08 Jul 2004 23:52 GMT | 4 |
I have a structure that looks like this: [StructLayout(LayoutKind::Sequential)] public __value struct mytype {
|
| InvalidProgramException | 08 Jul 2004 23:31 GMT | 1 |
Hi, I have a major roadblock , where while debugging/running I get and InvalidProgramException (detected by the CLR) . This occurs when the program flow goes into a very large method with maybe 1000 case statements . (Code that was autogenerated based on some other constraints) . ...
|