| Thread | Last Post | Replies |
|
| VB .net | 10 May 2004 00:02 GMT | 6 |
What version of VB .NET do you need to Access a SQL Server database. I bought VB.Net standard and now it tells me you cannot Access SQL Server. What's going on? Paul
|
| Intranet | 09 May 2004 20:41 GMT | 1 |
I am developing a local intranet application and will be using Windows authentication Dot net provides code access security and role-based security I am not very sure how to use them. On the intranet there are links, which a certain group of users can use. How do I implement ...
|
| Threading problem with MDI form | 09 May 2004 19:15 GMT | 4 |
In an MDI app, from a child form I use BeginInvoke on a delegate to start an async printing process. When it finishes, my callback function (on the worker thread) calls me.BeginInvoke to get back to the main thread where I update the status line on the MDI form
|
| What is this message: | 09 May 2004 14:36 GMT | 1 |
im having a problem with all images that are being used on a single form. The application keeps crashing when i try to run it. When i remove the image from the button etc the error disappears. Does anyone know how i can resolve the error..... An unhandled exception of type 'System ...
|
| how to get rid of blanks | 09 May 2004 00:42 GMT | 3 |
I want the empty spaces to be removed after a string has been entered by a user i.e how do i get rid of the trailing blanks in the following string.... 'John So that the value now displays
|
| Can WEB SERVICES DO THIS? | 09 May 2004 00:36 GMT | 1 |
Utilize cached data on a server?
 Signature Jim Douglas http:\\www.genesis-software.com
|
| quick question ---- global variables | 08 May 2004 19:35 GMT | 3 |
I wanted to create a variable that can be used as a flag throughout my application Can anyone tell me how i can create this global varible. Im confused as to how these work I tried... Public Shared MyVariable as Boolea and i tried to us
|
| Reading/Writing AVI Metadata | 08 May 2004 17:29 GMT | 1 |
I'm not sure where to post this question, so I will try the general newsgroup. I need to be able to read, write and create INFO properties in an AVI RIFF file. I don't see a managed API for this, so if there is one, please tell me where to find it. If there is not, could someone ...
|
| CRC32 Library... | 08 May 2004 17:27 GMT | 1 |
Anyone have a good implementation of CRC32 in managed code?
|
| Jobs ! | 08 May 2004 16:24 GMT | 1 |
Does anyone know any good newsgroup for .net jobs in Atlanta area. Thanks Manish
|
| How can i find material about file uploading to the server | 08 May 2004 14:34 GMT | 1 |
Hi i need to find materail a bout how to upload file to the server..... effectively no time out and not connectin los thank
|
| Command results to a file | 08 May 2004 13:52 GMT | 4 |
At run comand line, we could type DIR or NET VIEW ETC... and the results are displayed on the screen. How could I automatically save those results into a text file?
|
| mono doesn't find System.Drawing | 08 May 2004 08:36 GMT | 2 |
When I try to compile my GTK# app, the compiler says: jbailo@linux:~/mono> mcs buttons.cs -r gtk-sharp.dll -r glib-sharp.dll -r -o buttons.exe error CS2001: Source file 'buttons.exe' could not be opened
|
| Program start when user login. | 08 May 2004 08:18 GMT | 1 |
How do I make my assembly to be executed once and once only when the machine starts? Thanks
|
| Creating background application | 08 May 2004 06:16 GMT | 2 |
How do I create a background application which has no visibility for the user? I don't want to write this as a service. What I want is when the user logs in this application is started but I don't want it in task bar and I don't want the user to see it when he/she ALT-Tab to go ...
|