| Thread | Last Post | Replies |
|
| Newbie needs to make a VB class in to a DLL | 03 Oct 2004 17:06 GMT | 2 |
Folks, I wrote a class that works great. Now my non-technical manager is requiring that it be a DLL (he's an idiot anyway). How do I go about doing that? I've looked in the MSDN and can't find anything about creating DLLs.
|
| .NET Framework not installed message | 03 Oct 2004 15:53 GMT | 2 |
I've installed an app I've written onto a clients machine using a local administrator account, and the app works fine (Simple C# app using an MDB database). When logging back into the machine as a domain user (locked down desktop)
|
| Licensing component - class library- how ? | 03 Oct 2004 09:22 GMT | 2 |
Iam new to .NET framework. I have a class library that is distributed with a windows application. How do I enforce that the classlib is used only with that windows application by the user and not in any of the users applications.
|
| Encrypting a public Key | 03 Oct 2004 08:32 GMT | 5 |
I'm running into some strange behavior using the System.Security.Cryptography Class and I'm wondering if anyone can help. Here's my situaion: I have a file that I want to encrypt so that only users on certain
|
| How can I programatically print HTML docs? | 03 Oct 2004 01:24 GMT | 3 |
...not from a form, but from a class, with given a file location. ...if there is a way to create an html Document from a string, then print from memory, (ie no disk IO) that would be even better... Thanks, Dave
|
| Data Structures -- Linked lists / Trees in vb.net | 03 Oct 2004 00:22 GMT | 1 |
I would like to ask if it is possible for a vb.net class to implement a linked list or a tree. Basically, I believe VB.net dows not support pointers so therefore I find it hard to see how VB.net would support
|
| Setup Wizard | 02 Oct 2004 22:09 GMT | 2 |
Hello, I'm starting to use the Setup Wizard included with VS.NET 2002. But I'm not sure how to use it effeciently (sp?). Does anybody know any sites/books when I can get info on how to take advantage of the Setup Wizard.
|
| Client Side Values passed from Server | 02 Oct 2004 20:18 GMT | 4 |
In the old form of ASP when code was executed all on one single page, I was able to set a value into a variable and use it all over the page like this - <% pvntDate = Date() %> <input type="button" ID="btnTest" onclick="window.open('test.asp?mydate=<% =
|
| Adding the .NET Framework in an Application | 02 Oct 2004 19:41 GMT | 6 |
Does anyone know if it is possible / legal to create a Windows application with the one of the .NET languages ( say C# ) and imbed the runtime with the application so that a person without the .NET framework installed on his / her computer can run the application.
|
| XML Parsing in .net | 02 Oct 2004 18:52 GMT | 1 |
Can anyone recommend any good examples of parsing XML data with either VB.NET or C#.NET ? I've been looking for examples, but most of the pages I've found have just been talking about how SQL Server data can be carried in and XML structure,
|
| Where can I get these two books from? | 02 Oct 2004 14:11 GMT | 3 |
I have been trying to buy these two books, but all the stores I have checked in my state do not have either of the two in stock. I stay in New Delhi, India and have tried about 23 distributors, dealers and publishers. The books I am looking for are:
|
| Windows Form Control Access to FileSystem | 02 Oct 2004 13:58 GMT | 1 |
I have created a windows form control which is hosted in internet explorer. The form control needs to access the local file system. This is a local intranet scenario and so security should not be a problem. The issue is how can i enable permissions in control, which should allow ...
|
| news in Outlook Express | 02 Oct 2004 12:53 GMT | 1 |
I want to have these news (discussion group) in my OutLook Express. What should I write as NNTP server name? I can not find it anywhere..
|
| DataGrid's Tablestyles Problem | 02 Oct 2004 08:09 GMT | 1 |
Hello, anybody ! I encounter a problem as following: I linked datasource to a datatable, which can be displayed in the DataGrid. But after I setup the 'Tablestyles' normally, There is nothing displayed in
|
| Which one of the following is invalid? | 01 Oct 2004 22:03 GMT | 1 |
Without typing it in, which one of the following is invalid and why? Public Shared ReadOnly mc_SingleQuote_One As Char = Convert.ToChar(&H27) Public Const mc_SingleQuote_Two As Char = Microsoft.VisualBasic.ChrW(&H27) Answer:
|