| Thread | Last Post | Replies |
|
| Restart a computer using VB.Net | 25 Oct 2004 14:52 GMT | 1 |
I have a VB.Net app that (amongst other things) needs to be able to restart the computer. Can anyone provide me with a working example. I have used the ExitWindowsEx method in a VB6 implementation of this app, but i do not know how to make this work in .Net
|
| [Semi-OT] Google | 25 Oct 2004 14:06 GMT | 3 |
Is it possible to search for the text ".net" in Google? The following all seem to search for "net", not ".net": o .net o ".net"
|
| Best way to convert back a currency string into a number(int or long)? | 25 Oct 2004 12:52 GMT | 2 |
Best way to convert back a currency string into a number(int or long)? If I have, for example, $ 15.000,00 what is the best way to make it again an int or long? pls help!,
|
| OleDb DataSet Retrieving Data from Excel Placing into a SQLTable | 25 Oct 2004 12:42 GMT | 1 |
My Question is this, I'm having trouble getting the OleDbDataAdapter to Point to another connection string and pull the data out of the DataSet I created from the Excel Spread Sheet and Place it up in a SQL table. I'm Sorry for the mess of Code but I've been at this all Day now. ...
|
| Assembly lookup , GAC and plugins | 25 Oct 2004 12:41 GMT | 4 |
Hello group. I have an app which can load "plugins" assemblies that are described in the registry (each registry entry gives the full path to the plugin .dll file). The plugins may be anywhere on the disk.
|
| Postback Problem | 25 Oct 2004 09:43 GMT | 2 |
I have the following code working in order to create an array list and populate a datagrid however everytime i click my button the first item in the array and the first row in the datagrid are overwritten. I think this is some sort of post back problem but i can't seem to figure ...
|
| Links for .NET security stuff | 25 Oct 2004 08:20 GMT | 6 |
Can someone out there point me to a URL or other reference how to use these security stuff in .NET? I know everything can be found online on the msdn but since I am new to this security stuff, I have a very hard time to find the correct page in the
|
| GetProcessesByName on Server2003 terminal server session | 25 Oct 2004 06:17 GMT | 2 |
I am using Process.GetProcessesByName("SomeName") in my app and it workes on most windows platforms. On most - it does not work in a terminal server session on a Windows 2003 server. Although the app is strong named and the server has a code group with full access, Process ...
|
| Looking for a pre built dot net website for consulting business. | 25 Oct 2004 01:05 GMT | 1 |
Looking for a pre built dot net website for consulting business. I am trying to put up a quick business web for a dot net frame work. I have a provider already. I am trying to save time. Any ideas will be appreciated.
|
| Microsoft Disillusion | 24 Oct 2004 22:03 GMT | 8 |
I am struggling to export Excel spreadsheets to the client machine in an ASP.Net application. Everything was great until exporting Excel got into the act. Documentation on MSDN is so poor regarding this subject it is pathetic. Following examples on MSDN lead me to using ...
|
| User Controls | 24 Oct 2004 21:51 GMT | 1 |
When trying to access properties of a User Control while using Code Behind I am running into a brick wall. I can create the User Control using a Code Behind page with no problem, but after embedding it in a Web page I can’t access its properties. Take for example the Microsoft’s ...
|
| Migrating from Vb Script to VB.NET & web.config | 24 Oct 2004 21:45 GMT | 1 |
Hi everyone, I'm using Visual Web Developer '05 beta, VB.NET, Access. I'm a complete newbie to .NET, so please bear with me! In classic ASP. I used to put my connection string in global.asa. Since web.config is XML, obviously I can't do a Server.MapPath() in that file. Of course ...
|
| Set Company Name - VB.net for Smart Device | 24 Oct 2004 15:29 GMT | 1 |
I've created a simple calculator program using VB.NET -> Smart Device, and successfully deployed to my PDA. When I delete the program from my PDA, it lists the program as "My Company Calculator". How do I set the company name in this environment? An option to change the company ...
|
| New Task in Task Scheduler | 24 Oct 2004 11:06 GMT | 1 |
how can I programmatically (VB.net) add a new task (with a given executable, parameters and time) to the task scheduler of the local system? Thanks a lot Peter
|
| Error creating new project | 24 Oct 2004 04:33 GMT | 1 |
When I try to create a new web project in vs.net 2003. I get following error Any help will be highly appreciated. Event Type: Error Event Source: ASP.NET 1.1.4322.0
|