| Thread | Last Post | Replies |
|
| Commenting technique in C# equivalent in VB.NET | 10 Jan 2005 14:38 GMT | 4 |
Hi to everybody.I have a little problem.I usually program with C# but now I must use VB. NET I have a little problem. In C# I used /// to generate comment visible with Intellisense to explain how to use a function. Is there any equivalent method to do the same in VB .NET? Thanks ...
|
| How to enumerate all Enums in a Class | 10 Jan 2005 13:43 GMT | 2 |
Can anyone tell me if it is possible to enumerate through all the Enums within a class [and not the individual enumerations within a single Enum]. I have a class with many Enums and would like to accees the Enums through an array/collection etc. I can't seem to find an ...
|
| OnTextChanged | 10 Jan 2005 12:57 GMT | 2 |
I have a TextBox field as shown below <asp:TextBox id="txtIssueTo" runat="server" OnTextChanged="UserExist" AutoPostBack="true" Text="UserName"></asp:TextBox> The UserExist method takes the txtIssueTo value and checks if the user exist
|
| Installer problem | 10 Jan 2005 10:15 GMT | 2 |
I wrote an application with .net. Now I would like to create a setup cd using the bootstrapper. Everything works fine. But when I try to install my application on a computer where my application is allready installed, the installer stoped and show me a messagebox with
|
| .NET Application Deployment | 10 Jan 2005 10:13 GMT | 7 |
Recently i tested an application i was developing on another P.C. with the same harware. It was a new P.C. though and did not have the .NET framework installed on it, so i first installed Dotnetfx.exe. When i ran my application i got a few errors about libraries and J-I-T ...
|
| A hard one.... - preventing Reboot | 10 Jan 2005 10:08 GMT | 1 |
Anybody knows how to prevent a shutdown command? (on Win XP). Or just a way to let my application close itself rather then being killed by the restart command.
|
| Access the Active Directory using .NET | 10 Jan 2005 09:41 GMT | 2 |
Can someone provide some assistance (code or tutorial) that will show me how to access the AD using .NET? I have some old ASP code that I wrote awhile back but I would like to do this using ADO.NET. I have read about the System.DirectoryServices namespace but it doesn't appear ...
|
| ASP.NET 2.0 | 10 Jan 2005 08:55 GMT | 1 |
When will Asp.net 2.0 be realesed?
|
| The ConnectionString property has not been initialized | 10 Jan 2005 08:26 GMT | 4 |
I am fairly new to ASP.NET and have been working on a web form that will allow a user to upload images to a database. I have found a sample web form that I have been trying to get working, and the web form loads up fine but upon submitting the image, it comes with the following ...
|
| how to assign more than one primary key | 10 Jan 2005 08:11 GMT | 1 |
Hello Sir, How to assign more than one primary key to table by this below following code. i am able assign to a single field only. how to assign primary key to more than one field. the primary key assigning code line is symboled kept
|
| MS Office and .NET framework | 10 Jan 2005 00:26 GMT | 4 |
Helllo, is there a version of Microsoft Office, where you can link .NET Dll's ( assemblies ) with it, instead of COM Dll's? If not, does anybody know when there will be?
|
| Java stopped working in the web browser? | 09 Jan 2005 20:39 GMT | 1 |
For some reason, on my win2000 sp4, newly updated generic Intel Pentium system, java applets on web pages stopped working This was about the time I downloaded the Microsoft Web developer beta tool, but am not sure.
|
| Comparison of two integers | 09 Jan 2005 19:54 GMT | 2 |
i am working with this assignment which is to create a program..to compare two integers to see if it's an even or an odd number.. it accept only 1 input from the user.. the catch is to do this without using any condition statement...
|
| Printing .pdf files in-process | 09 Jan 2005 15:47 GMT | 1 |
I'm in need of a component that allows for printing a .pdf file, while assuming the identity of a windows account of choice. This is absolutely necessary, as the account is used to direct the print job to a specific mailbox on the printer.
|
| threed thread | 09 Jan 2005 13:27 GMT | 3 |
i'am programming an application that launches 5 threads, those launches 10 threads more i need that the last one 10 threads finished first, and then the others. Any idea??
|