First  |  Prev | 
Pages: 690 691 692 693 694 695 696 697 698 699 700
Change CheckBox Check Color
Does anyone know how to change the check color on a windows forms checkbox? Thanks! ... 16 Feb 2005 23:06
Terminating External Process
I need to kill a process called acrobat.exe when my vb.net program closes. Does someone know the code to terminate this process? I can start a process and then kill it, but when i try this... it doesnt seem to work correctly. ... 16 Feb 2005 18:31
Check Out For Edit
Configuration Manger will pop up a Check Out For Edit box when I change the configuration from Release to Debug. When I try to check out the solution, error message pops up, An error or user cancellation occurred during checkout. Some files may not have been checked out. (File is exclusively checked out... 16 Feb 2005 15:27
Freeze Panes in DataGrid
Can you do a 'freeze panes' function in the data grid in VB.Net similar to what you can do in Excel? If so, how? ... 16 Feb 2005 14:25
Local Users on Windows XP
Hi, My OS is Windows XP without any network, nor Active Directory. There are only a few local users. I am trying to list all my local users in a list box. Here is my code: string strMachine; strMachine = String.Format("WinNT://{0}", Environment.MachineName); DirectoryEntry allUsers = new DirectoryEntry(strM... 17 Feb 2005 00:37
Getting Items from ListView from other application
Hi If it is wrong newsgroup, please let me know where to find the answer. I am trying to get item text form ListView (there are few items and 5 columns) from other application (application written in MFC). As I know I have to allocate memory in target application address space, send a message and than read from... 16 Feb 2005 05:16
Custom Exception
I have created a class with the following constructor: Public Sub New(ByVal ID As Integer) 'Use ID to get info from data store and set all properties End Sub I need to somehow handle an invalid ID being passed to the constructor. By invalid, I mean one that does not have an associated record in the data ... 17 Feb 2005 13:08
Microsoft: Help with OLE documents...
Hi all. I have an application to draw and design different documents, that supports linking and embedding of other documents (like, for instance, Corel Draw or Word). Then, the user can print their designs "WYSIWYG", so I load the external document inside an OLE document container control (VB6), get a handle to th... 19 Feb 2005 10:08
Windows Service - need Windows.Forms.Application.DoEvent() equiv
I have created a windows service in C#, .net framework 1.1 The service makes a web request using the mshtml.HTMLDocument.CreateDocumentFromURL() function Because this is not using Windows.Forms, I can't use the Application.DoEvents() function while the request is completing. Is there an equivilent function (c... 15 Feb 2005 09:05
Oracle OleDb
Hello. I have an asp.net application that connects to a oracle database with the microsoft OLE DB provider. All works fine, if the web application is opened with a admin account. But if opened with other accounts SOMETIMES i get the "ora-12154 TNS: could not resolve service name" error. I already change the a... 15 Feb 2005 07:33
First  |  Prev | 
Pages: 690 691 692 693 694 695 696 697 698 699 700