Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score a of e 3
tj7314 - 6 May 2006 7:46 PM - 1 message
hi all, i installed age of empires 3, when i press the buttons on screen they activate about a second later, also when i navigate the map the same thing happens, also the figures on screen move jittery, i have all the requirements ...
Score .NET Update
simonkatich90@gmail.com - 6 May 2006 9:45 AM - 1 message
New material / information added [link] [link] Discussions Forum, Chat Rooms and lot more [link] ...
Score ToolStripSplitButton: unexpected Click event
Philipp Schumann - 6 May 2006 1:42 AM - 2 messages
Hello, when clicking on the chevron (arrow) for dropping down the a split button, the Click event is raised. Is there a way to detect that only the drop down part of the button was clicked, or to suppress this behaviour altogether? ...
Score Redirect StdIO-Problem: Console.In.Peek() hungs !
Manfred Braun - 6 May 2006 12:09 AM - 5 messages
Hi All ! I think, there is a bug in the System.Console class related to use the STDIO streams. I am doing a very simple thing in a console-based program named CS [ConsoleTest]     Console.In.Peek(); ...
Score ClickOnce LONG DELAY
Larry - 5 May 2006 11:55 PM - 3 messages
When clicking the link from a client PC that points to the MyApp.application file, initially there is a windows that pops up in the upper left hand corner of the screen that says "Verifying Application Requirements" This windows seems to pop up very quickly and then just goes away.  Then, ...
Score Deserializing XML file
Sriranjan - 5 May 2006 10:10 PM - 3 messages
Hi, How do I deserialize an object based on a random XML file? I have tried using the XMLSerializer.Deserialize method but it does not set the values for the members. I need tto do this because I am trying to ...
Score how to retrieve a "Type" for a type expressed in string
Benny - 5 May 2006 9:33 PM - 3 messages
String.GetType().FullName == "System.String". Given the string "System.String", how can I get an instance of Type for System.String?  Thanks. ...
Score random_shuffle behavior differs, VS 2003 versus VS 2005
Askance - 5 May 2006 8:52 PM - 1 message
random_shuffle function produces different results for debug and release executables when compiled with /clr This console app, built without /clr using VS 2005, produces identical results for debug and release executables.  But add /clr to the compile line and two different results occur.  The debug result matches that of ...
Score Array.BinarySearch ALWAYS NEGETIVE
JP - 5 May 2006 8:51 PM - 4 messages
Why doesn’t this work?  If State="NY", the resulting IF statement returns 31, if the State="NC" the resulting IF returns -27, yet NC is in the array list. Its random as to which stats work and which do not. AL will return 0, but AR ...
Score FileIOPermissionAttribute - how to use it
A1b2c3d4@community.nospam - 5 May 2006 6:14 PM - 2 messages
Hi, I have a question concerning the usage of the FileIOPermissionAttribute.  I have an assembly (essentially a loader) which reads files, does stuff with the contents and writes records to an SQL database.  The paths to the files ...
Score SmtpMail connection question.
Mitch - 5 May 2006 4:27 PM - 6 messages
I've got 2 different applications that use the same SMTP server. One is written in C# and uses the SmtpMail class.  The other is in C++ and uses the ATL CSMTPConnction class.  The SmtpMail code works just fine.  The ...
Score Get remote computer MAC address
Sai - 5 May 2006 2:24 PM - 3 messages
Hi, I have IP address of remote computer I need Mac address of the remote computer. Can anyone help me in this. Thanks, Sai ...
Score Synchonised ListViews
fanny.ricour@gmail.com - 5 May 2006 10:26 AM - 1 message
Hi, I have 2 ListViews, one above the other, and I need to keep them horizontally synchronised. I managed to hide the bottom LV scrollbar (user is not supposed to scroll it) and to scroll it when user clicks on the scollbar or ...
Score Recursive WebRequest.Create()
Sathyaish - 5 May 2006 10:04 AM - 5 messages
The WebRequest class implements IWebRequestCreate and hence, a method Create. This method has two other overloads, one of which is a private method. Here's how it looks: public static WebRequest Create(string requestUriString) public static WebRequest Create(Uri requestUri) ...
Score Recursive WebRequest.Create()
Sathyaish - 5 May 2006 10:04 AM - 1 message
The WebRequest class implements IWebRequestCreate and hence, a method Create. This method has two other overloads, one of which is a private method. Here's how it looks: public static WebRequest Create(string requestUriString) public static WebRequest Create(Uri requestUri) ...
Score System.Uri
Sathyaish - 5 May 2006 9:33 AM - 3 messages
In the System.Uri class I do not understand the following properties very well, and I suspect that they have not been implemented because they yield static results on different input. 1. IsFile: Always returns false. 2. UserEscaped: I am not sure this property works either, or what it is ...
Score System.Uri.UserEscaped
Sathyaish - 5 May 2006 9:13 AM - 3 messages
I need help understanding this property. It totally escapes me, pun intended. The documentation says: <DOCUMENTATION> Summary Gets a Boolean value that indicates whether the URI information used to construct the current instance was escaped before the current instance ...
Score Simple questions about interfaces
Water Cooler v2 - 5 May 2006 7:00 AM - 7 messages
Sorry! I know these are basic, stupid questions, and I already knew the answers to these, I swear, and I have used them countless times, I swear, but at the moment I am fighting a bout of amnesia and it is ...
Score SmtpClient not accepting self-signed certificate
Markus Ewald - 5 May 2006 6:57 AM - 1 message
Hi! I've got a little Problem with the System.Net.Mail.SmtpClient class in the .NET Framework 2.0 Sending eMails without authentication works fine, however, if use my personal SMTP server which requires STARTTLS (special directive for SMTP-time upgrade to an SSL connection), the sending process causes an ...
Score HELP: Installshield-like installers
Dhruba Bandopadhyay - 4 May 2006 9:10 PM - 2 messages
I wasn't sure where to post this since it's not 100% programming related. I need advice on installers to give to my company clients so that it installs: - .NET 2.0 Framework Run-time (22MB) - installs some ASP.NET files into specified web/IIS folder ...
Score CListBox ... InitStorage()
jmarc - 4 May 2006 8:53 PM - 5 messages
Doesn't seems to work! Filling a CListBox with over 75,000 strings in it, took more than 5 minutes ! I tried using InitStorage( nbitems, length_item ) before filling the listbox, and it doesn't seem to change anything.  It supposed to be used to allocate ...
Score Hyperlink in Gridview
Arne Garvander - 4 May 2006 8:02 PM - 3 messages
I need to do some custom formattiing in a Gridview. Some of the characters that goes into my hyperlink creates problems such '#'. How do I call a custom format function from inside a gridview? (I used to do this before in a dataview). ...
Score reflection emit slows down the more I use it
Ben Voigt - 4 May 2006 6:04 PM - 2 messages
I've written a converter from ASN.1 type descriptions to .NET structures (well, with a perl front-end that creates intermediate XML, I think the XML is useful in its own right).  There are over 250 types being converted. ...
Score Memory leak when using OleDb
Arild Bakken - 4 May 2006 4:31 PM - 7 messages
Hi, I'm facing a problem where using the System.Data.OleDb library to read binary data from a SQL Server 2000 database. The sample code: OleDbConnection objConn = new OleDbConnection("Provider=SQLOLEDB;Data Source=SQLSERVERNAME;Initial Catalog=pubs;Integrated Security=SSPI"); ...
Score CLR Exceptions not getting handled in try/catch
Mike Treadway - 4 May 2006 4:21 PM - 11 messages
I've got a managed application that (on my computer) is not handling managed exceptions. I've got the following: try {     string buf = (null as object).ToString(); } catch(Exception e) {     MessageBox.Show(e.Message); ...
Score Micrososft Visual Studio .Net 2003
MittyKom - 4 May 2006 4:20 PM - 4 messages
Hi All Is there anyone with a trail version of Micrososft Visual Studio .Net 2003 NOT 2005. I have tried searching for it and all links have been removed. I even called Microsoft and they cant find it. Please help. Thank you in ...
Score .NET equilavent to C's backtrace(), or How do I find a calling function?
cmn_ - 4 May 2006 4:13 PM - 4 messages
My problem is this: I am programming an application in C#.NET / WinForms. It contains a MonthCalendar, and whenever the DateChanged event is fired, and *only* when changing the month, the application goes into an infinite loop. The event procedure is in a seperate thread, although I'd rather not ...
Score Visual C++ Remote Debugger
Water Cooler v2 - 4 May 2006 3:46 PM - 1 message
Along with Visual Studio .NET 2005, you get some tools, one of which is the Visual C++ Remote Debugger. What is it used for, and how does one use it? Just give me an overview, please. ...
Score Visual C++ Remote Debugger
Water Cooler v2 - 4 May 2006 3:46 PM - 1 message
Along with Visual Studio .NET 2005, you get some tools, one of which is the Visual C++ Remote Debugger. What is it used for, and how does one use it? Just give me an overview, please. ...
Score How To: Debugger
Water Cooler v2 - 4 May 2006 3:29 PM - 1 message
What's the name of the debugger EXE? How do you run the CLR/.NET v1.1 debugger from the command line? ...
Score Ignorant question maybe...
Zamdrist - 4 May 2006 2:47 PM - 6 messages
I assume, in order to implement .Net Framework 2.0 I need Visual Studio 2005, right? I currently have Visual Studio 2003. Thanks ...
Score ClickOnce - making windows application to be available online and offline
maya - 4 May 2006 2:31 PM - 7 messages
Hello, When publishing windows application: 1. What are the differences between making it available online and offline, or just online (except for the shortcut and displaying icon in the start menu)? 2. When there are updates for application which is available online and ...
Score Changing True/False Values
MikeSwann - 4 May 2006 1:56 PM - 5 messages
Dear All, Firstly, I hope this is the correct place to post this question.  I have a form which will be used to print labels.  There are only 2 labels which are needed, and the second is a sub-set of the first.  I have designed ...
Score When will the framework support NTFS streams?
nickdu - 4 May 2006 12:01 PM - 1 message
I'm not sure why the FileStream() class does all of this parsing on the file name.  Couldn't it just pass it to the underlying unmanaged method?  This way NTFS streams would work.  As it stands today I cannot create/open an NTFS ...
Score Modifiers of controls in UserControls
Andreas - 4 May 2006 9:06 AM - 5 messages
Hello I have a problem with the visibility of private controls in my UserControl. My UserControl contains a private PictureBox and a private Label. When I put my UserControl on a form and get all controls of the form with: ...
Score configure which .NET framework to use for a console application
Xavier - 4 May 2006 7:52 AM - 5 messages
hello, i have on a w2k3 server the .NET v1.1 and .NET V2.0 installed. Where can i configure the consoleapplication which framework is to be used?. thanks ...
Score IsolatedStorage
MikeH - 4 May 2006 6:53 AM - 2 messages
Hi I want to use IsolatedStorage to store user data for a Win Forms app. The majority of users are non-roaming but some are. Sholud I use ... IsolatedStorageFile.GetStore(IsolatedStorageScope.User Or IsolatedStorageScope.Assembly Or IsolatedStorageScope.Roaming, Nothing, Nothing) ...
Score FailFast and MiniDump creation
Chris Mullins - 4 May 2006 5:06 AM - 7 messages
I'm looking into adding automated mini-dump creation to my companies .NET software products. For the past few years, we've been using ADPlus scripts (thank you BugSlayer!) to setup and catch 2nd Chance Exceptions, generating .NET 1.1 ...
Score Print image directly to Printer
Teresa - 3 May 2006 10:37 PM - 2 messages
Is there a way to print image files directly to a printer? I found several examples for printing raw data to the printer, but it's limited to text printing.  Any suggestions are welcome.  Thanks in advance. ...
Score Using VBCodeProvider to compile against CF
Chris DiPierro - 3 May 2006 10:17 PM - 1 message
I've successfully been able to use the CSharpCodeProvider to compile against the compact framework so long as I specify the right references, and the right compilation parameters. However, when I try to use the VBCodeProvider to compiler a VB class to ...
Score ClickOnce Run - doesnt run app
Mike Oliszewski - 3 May 2006 10:11 PM - 3 messages
I'm trying to get my first ClickOnce test app to execute and I'm not having any luck.  After publishing my test app via VS to a server running IIS, IE comes up with the ClickOnce application launch page, but when I click the ...
Score Where can i find a .Net Framework 1.1.4322
MittyKom - 3 May 2006 10:08 PM - 3 messages
Hi All Where can i find a .Net Framework 1.1.4322? I am trying to install SQL Server 2000 Report Pack for Financial Reporting and i have been prompted to have .Net Framework 1.1.4322 installed. I installed .Net Framework 2.2 amd it ...
Score Disable Devices in .NET
Samuel Shulman - 3 May 2006 10:04 PM - 4 messages
Hi Is it possible to disable/enable devices (as one can do in device manager) in VB code? Thank you, Samuel ...
Score Process.Start executing old version of my EXE
google - 3 May 2006 9:38 PM - 4 messages
Hi everyone, that I have replaced the EXE of the external process with a newer version and my WinForms app is still executing the old one. I am using Visual Studio 2005 and programming in C#. I have been wrecking my brains for two days and I can't find a possible ...
Score Where to store Application Data and configuration files?
James - 3 May 2006 8:38 PM - 4 messages
Hi all, I am new to .NET programming. I am wring a project, say FOOBAR, it contains 3 executable files, say p1.exe, p2.exe, p3.exe, which will be installed to C:\Program Files\FOOBAR The programs need read from a configuration file, say config.txt. ...
Score Strange Behavior on Embedding a CMainFrame inside a managed tab control...
Andrew.Raymond - 3 May 2006 4:31 PM - 1 message
I know this one is WAY out pushing the envelope, but I'd like to know if anyone has any ideas about it. We have a behemoth of a legacy MFC application which is now being embedded in a Windows Forms application (using VS 2005). It took some ...
Score Web reference schema validation. Can it be disabled?
giddup - 3 May 2006 3:54 PM - 1 message
Hi, I have a web service client application written in VB.Net.  The application connects to a web service to download files. A web reference is added to the client application that exposes the classes/methods etc for the web service that the client is connecting ...
Score Excel in Windows Forms: Access Denied
Ariel Dolan - 3 May 2006 3:09 PM - 2 messages
I am trying to open an Excel file from a C# Windows Forms application. On the statement: ExcelObj = new Excel.Application(); I get an "Access is Denied" error (System.UnauthorizedAccessException). The curious thing is that this error occurs only on my home computer, but ...
Score Exception in fw when remoting CultureInfo in COM context
leotohill - 3 May 2006 1:58 PM - 1 message
Summary: I'm getting a System.IndexOutOfRangeException deep in framework deserialization routines when passing CultureInfo across remoting and the caller is a COM-called class. Details: I have a simple method: public void TestCultureInfo(CultureInfo cultureInfo) { Console.WriteLine(culture.Name); ...
Score merge small text tiles to a big file?
guoqi zheng - 3 May 2006 1:23 PM - 3 messages
Dear Sir, One of our applications needs to use millions of small text files. I think it has some performance problem due to too many text files. I read about the File System google are using, they use 100-200 mb file size, each files can ...
Score Sendkeys to DOS application
JM - 3 May 2006 12:07 PM - 10 messages
Hi there, I need to develop a program that captures input from a serial port and/or network and fools a native DOS application into thinking it comes from the keyboard. I've tried using Windows.Forms.Sendkeys.Send(), but I encountered an ...
Score Mailing word document in VB.net
zxc - 3 May 2006 10:22 AM - 2 messages
hi i want a code for mailing a word document created by Vb.net through VB.net ... below is my code of creating word document, retrieving database values from MS SQL server and generat report using word document ..  now document has been created and saved but i dont know ...
Score Cristal Report.NET Formatting
Polpetta - 3 May 2006 10:16 AM - 1 message
Is there any way to save richtextbox input which had formatting(Bold,underline and different sizes RTF...) into the SQL server database ?. Then later on I can take them out from the database and print the formatting text or show in crystal reports.NET? ...
Score Enble shutdown scripts in XP Home
Prathibha - 3 May 2006 5:52 AM - 2 messages
Hi,   I would like to run a script at shutdown in winxp home. I can do this in Xp professional using group policy.Since Group policy is not supported by XP Home is there anyother way i can accomplish the same? ...
Score Attempted to read or write protected memory
Seok Bee - 3 May 2006 4:07 AM - 2 messages
Dear Experts, I have created a script to extract the Event Logs from the system into an excel sheet. The logs are separated into 2 worksheets (Application Log and System Log). After this excel file being created, it will be sent out via ...
Score .NET framework for pocket pc, same as compact framework?
spam - 3 May 2006 3:57 AM - 2 messages
I'm trying to determine which framework I should use for development for a pocket pc device from Symbol. Is there a framework for pocket pc or is this the same as the compact framework? Is CE the same thing or ...
Score Contains method doesn't work on BindingList<T>
Hiten - 3 May 2006 2:52 AM - 2 messages
Hi, I have a BindingList<T> collection and I am adding concrete object T in to the binding list. Before adding them, I want to verify if object with same data exist in the collection. When I use Binding list’s Contain method to ...
Score Want a key value collection that maintains ordering
illegal.prime - 2 May 2006 11:21 PM - 24 messages
Hi all, is there a key value collection in .Net that maintains the ordering in which I add items. I'm finding that I'm creating a number of classes that contain a name and then some object.  I would prefer just to use some collection that ...
Score Problem deploying framework 2.0 through active directory.
D.Rowe - 2 May 2006 7:56 PM - 1 message
I have been trying to have the .net framework available in a network through the active directory. It is set up correctly and I have other applications that have set up correctly including version 1.1 of the .net framework. ...
Score ConfigurationManager and 2.0
Brent Dunham - 2 May 2006 6:45 PM - 2 messages
I'm developing a class library that uses the ConfigurationManager for applicationSettings. I created a Setting Class deriving from ConfigurationSection, added properties nad attributes to reflect the schema. All is good on adding the new section, except that when the Section is ...
Score Developing a weblog in c#
Cornelis - 2 May 2006 5:37 PM - 2 messages
Hi there, I want to setup a weblog in .net 2.0 c#. Is there an example project that is free available? Regards, Cornelis ...
Score Checking for response.redirect, and isolating exceptions.
KeithT - 2 May 2006 4:51 PM - 1 message
I'm trying to isolate the origin of a large number of exceptions.  Is there a way to search an asp.net app for locations that use response.redirect, response.end, and server.transfer?  I don't have ready access to the source ...
Score Are there differences in the .NET framework between VS2005 RC0 & R
Bright Tiger - 2 May 2006 4:00 PM - 1 message
Does anyone have hard information whether there are differences in the .NET framework between VS2005 RC0 & RTM (e.g., Team System, Professional)?  If so, any infromation on what specifically changed?  Links to any info appreciated. thanks! ...
Score tool for reports
Vigj - 2 May 2006 3:59 PM - 2 messages
Hi all I need a suggestion I'm developing a simple winforms app to manage data in an Access DB (but in future could be Sql Server or something else). I need to create some reports on DB data. I'm using C# on Visual Studio 2005 Prof. ...
Score WEB security 401.3 problem
Javier Rivas - 2 May 2006 3:34 PM - 1 message
I securing server, and set ntfs permissions on directory Windows Deny Full control at groups Web Anonymous Users, but i have problem when this permissions apply the web page application dotnet 2.0 has display 401.3 error ACL, the acces y anonymnous. ...
Score Cannot see Crystal Report Viewer in tool box
Lee - 2 May 2006 3:21 PM - 1 message
Hello, I am using .NET 2005 and I am trying to view .rpt files in a webform. All the examples on the web show a simple drag and drop of the Crystal Reports Viewer from the toolbox into the webform. I don't have it in my ...
Score Reflection
Steve - 2 May 2006 3:13 PM - 2 messages
Hi! Can I create a class or a method in run time with .net? How I do it? Thanks!! ...
Score Setup program wont build. It says HRESEULT = '80004002' Error
Gancy - 2 May 2006 3:07 PM - 1 message
Hi, I have a .net setup project, on building throws following error An error occurred while validating.  HRESULT = '80004002' I followed many threads on similar issues on google groups, MS support I tried all suggested methods to resolve them ...
Score ClickOnce Software Publisher Certficate
Andy - 2 May 2006 3:06 PM - 3 messages
HI all, I'm trying to create a certificate to use to sign applications which are only deployed internally. I installed Certificate Authority on our Win2k3 Standard OS.  I can create a code signing certificate request and issue it, but the problem is that if I ...
Score Setup program wont build. It says HRESEULT = '80004002' Error
Gancy - 2 May 2006 3:00 PM - 1 message
Hi, I have a .net setup project, on building throws following error An error occurred while validating.  HRESULT = '80004002' I followed many threads on similar issues on google groups, MS support I tried all suggested methods to resolve them ...
Score ClickOnce deployment and args
Anders Elm=e9n - 2 May 2006 2:00 PM - 1 message
Hi! I have an application as takes 1 argument. When i start the application from the command line it works, but after clickonce deployment the deployed my.application does not takes arguments. The assembly is deployed using an unc path and I've selected the checkbox ...
Score Linking to MSN Spaces from messenger problems
Mervkiwi007 - 2 May 2006 1:19 PM - 2 messages
For some reason I can't see the links to contacts' MSN spaces in MSN Messenger v7.5. Also, I keep getting errors in IE when I try to access my space from the MY Space button in Messenger. The stars indicating updated ...
Score How to create a custom prerequisite VB.NET 2005
ilaygur - 2 May 2006 11:39 AM - 3 messages
Hello everyone To make a long story short, I have a COM dll refrenced in my vb.net app. I am using the ClickOnce publishing to deploy my app (best way for internet updates). This specific com dll (I have others refrenced with no problem), does ...
Score CAS LocalIntranet
sfgianthater - 2 May 2006 3:35 AM - 5 messages
I am completely at a loss here.. Nevermind I am also a newbie.. I created a C# 2.0 console application that needs to write to a network share. I have strong named my app.. And have triedmany different combinations  all with no success: ...
Score Attempting to sign xml with x509
Sfw_Kris - 1 May 2006 9:17 PM - 1 message
Good afternoon, We've been experimenting with encrypting and signing xml with x509 certificates. We've been able to successfully encrypt and decrypt xml using a certificate generated in makecert, however attempting to sign xml using that certificate fails when verifying the signature (CheckSignature always returns ...
Score DataGridViewComboBox: Displaying drop down list on Mouse click
Raj Kumar - 1 May 2006 6:57 PM - 3 messages
Hi! I having two DataGridViewComboBox columns in a datagridview. I am trying to display the drop-down list when the user clicks in the cell or the drop-down arrow (I am not sure if either is possible). Does anyone know how I can do this? ...
Score UDP server scalability question
andrew queisser - 1 May 2006 5:42 PM - 5 messages
I've got the following situation and I'm wondering about scalability of different solutions: 1) Client sends a request to a fixed port on a UDP server 2) UDP server sends an ACK and launches the request (worker thread) ...
Score Very Easy Question, How to write log to SECURTY Event Log? Please help
John - 1 May 2006 4:33 PM - 9 messages
Is there any special code I have to write to log event to Security Event Log? The following code give me "Very Easy Question, How to write log to SECURTY Event Log? Please  help" Error       // Create an EventLog instance and assign its source. ...
Score Compilation error and exception
Varun Bansal - 1 May 2006 4:30 PM - 1 message
Hi All, I want to understand the correct sequence to create a runspace to invoke cmdlets from c# code. As per MSDN, the single line RunspaceInvoke invoker = new RunspaceInvoke(); should build all data structures that are needed for the runspace and for invoking commands but the sample code gives a ...
Score Create virutal directory as a child node of web site with VS deplo
sylvain - 1 May 2006 2:56 PM - 2 messages
I wish to create virtual directory as a child node of the website I'm installing using a VS.Net Web Deployment project. The virtual directory needs to point to a local directory. Is there a way to do this using the VS.Net Web Deployment project? ...
Score page to load in div tag
jessnair - 1 May 2006 10:55 AM - 3 messages
Onclick of buttons i need the corresponding page to load in the 'content' div tag, for some reason the following is not working..........? function load(arg) { var url = arg + ".html"; document.getElementByID("content").src = url; } <div id="content"> ...
Score dll hell
Peter Kirk - 1 May 2006 10:34 AM - 4 messages
Hi I have some classes which use log4net (ver 1.2.9.0). These classes run inside a cms-framework - which apparently also uses log4net internally, but version 1.2.0.3. This causes problems with my classes - I get an error like: ...
Score PROBLEMS WHEN CREATING a PDF dcoument
Gina Hernandez - 1 May 2006 6:31 AM - 1 message
Hi: I have a web application  written in  VB.net  2003 , said applications is installed on a   Windows Server  2003 .  My applicaqtion creates a report in crystal report, but when  loading the template associated to the PDF ...
Score Re: win32 from C#
hB - 1 May 2006 5:13 AM - 1 message
I would advice not to go writing your VSNet-C++ library for this purpose, because on Pointer Issues only C# was able to call the function but vbnet was unable to even see that function from C++.Net dll. (strange!) ...
Score dll/Class Required
Samuel Shulman - 30 Apr 2006 10:40 PM - 3 messages
Hi I use in my program the following dll: 'xMSMAPI'and declare an object of the following type:'xMAPIMessages', when I run the program the I get an error "Class not registered" (when I call the following statement:(CType(Me.MAPIMessages, ...
Score Desperately needing direction with EncoderParameters and saving images under different compression/q
NutsAboutVB - 30 Apr 2006 8:42 PM - 2 messages
Hello, I am a VB.NET programmer and I have a JPEG image file (from digital camera) of about 109 KB's in size, when I open it and save it (without making any alterations at all, just going to File --> Save) in ...
Score win32 from C#
Kamil - 30 Apr 2006 8:02 PM - 7 messages
Hello, Maybe anyone of you know, if there is any way, other then PInvoke, to use win32 dll in C# applications. Library that I use consists of plenty of classes and it is very inconvenient to type DllImport all the time. ...
Score gcnew but NO gcdelete
bern11 - 30 Apr 2006 7:02 PM - 3 messages
I still have a bit of problem with this one since pointer management is such a critical task in C/C++ programming.  I've read it, I understand it, but I gotta ask:  There is no gcdelete function for objects created ...
Score Critical Services
Ashish Jindal - 30 Apr 2006 3:23 PM - 4 messages
Hi,     How do I identify whether a service is "Critical" or not? Basically, I am writing a program to stop all non-critical service.     AFAIK, the services can be found in "HKLM\CurrentControlSet\Services\<name>". I am getting the names using the ...
Next »