| Thread | Last Post | Replies |
|
| COM+ and .NET | 27 Jan 2005 14:57 GMT | 3 |
I have written a COM+ server and it works fine with vb 6.0 clients, but it does not with .NET clients. For the COM + server, I created a Class Library project and a COM class inside. Inside the COM class I wrote a function. I built the project and
|
| Missing Framework nodes | 27 Jan 2005 14:45 GMT | 2 |
Where are System.Management and System.DirectoryServices? TIA
|
| please explain | 27 Jan 2005 14:38 GMT | 1 |
hey all, i was wondering when you lookup commands in MSDN help in the description you'll often see it say that it's threadsafe or not. i know kinda what a thread is (needle and thread right? j/k :) no i really know a little about
|
| Print Using | 27 Jan 2005 14:38 GMT | 4 |
Okay, this is dumb.... In gwbasic I can print using "#####.####"; 12.987654 and that produces ,,,12.9876 (commas for spaces). I've looked at buildstring, and tostring but nothing I've seen gives me the ability to format with a non-currency
|
| Which is First Form in Project? | 27 Jan 2005 14:28 GMT | 5 |
Something very basic I either never thought about, or (more likely) once knew and by now have totally forgotten. I have developed a Windows application in VB.NET, all based on a single Form. I would now like to add a Splash Screen to the project, which
|
| Problem Calling Stored Procedure | 27 Jan 2005 14:26 GMT | 5 |
I'm having problems calling a stored procedure from within my code. If I execute the SP manually from a Query Analyzer window it runs without a hitch, but it seems it doesn't even fire when I try to run it from my code. Anyway, here's both the VB code and the stored procedure:
|
| Running VB .NET win form straight from web click | 27 Jan 2005 14:25 GMT | 1 |
When I run my sample application straight from a button off the web... it loads OK but displays a interesting message... "Microsoft .NET Security Information
|
| Focus on a control | 27 Jan 2005 13:02 GMT | 1 |
Hi at all, i have a little problem. In a simple web page aspx i have a DataGrid (..WebControls.DataGrid) and some others web controls (edits and buttons). The datagrid control is usad
|
| datagrid format | 27 Jan 2005 12:39 GMT | 3 |
How can i get my datagrid to read from right to left instead of up and down? I want to be like: BMW Lexus Volvo instead of:
|
| ShellExecute and file output | 27 Jan 2005 12:34 GMT | 3 |
I currently start a target executable written in VB.Net from an application that uses a C-script language. I start the target executable using ShellExecute in the C-script. The target runs fine like this except for the fact that the target can't
|
| Datagrid event before Sort? | 27 Jan 2005 12:05 GMT | 1 |
It was suggested that I re-submit this question as a new post rather than adding onto an old and unanswered post. The basic problem has to do with the .NET datagrid and sorting. I am having trouble getting the correct row of data from the datagrid
|
| createDocumentFromUrl usage in VB.NET | 27 Jan 2005 10:43 GMT | 1 |
I need to use mshtml.HTMLDocument.createDocumentFromUrl in VB.NET to load a webpage. The code looks like this Imports mshtml Public DocumentFactory As HTMLDocument
|
| Windows Users | 27 Jan 2005 10:28 GMT | 2 |
How to get a list of Local Windows users with Username, Full name and Description? TIA
|
| loading a url using mshtml.createDocumentFromUrl | 27 Jan 2005 09:59 GMT | 1 |
I am having certain problems in trying to use the function createDocumentFromUrl in VB.NET but get this error.."Object reference not set to an instance of object". Here is the code that I am using
|
| printing without dialog | 27 Jan 2005 09:07 GMT | 2 |
Hi i have already create an interface which allow me to print a document. but i would like to skip the print dialog, which mean that while i click on a self implement button x, i am able to print that document out. For ur info, i have already stored the document path and name ...
|