|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
General .NET discussionmicrosoft.public.dotnet.general
Cannot create new SQL database.....
wally -
1 Jul 2006 11:46 PM - 8 messages
I have Visual Studio 2005 Pro. I installed SQL Express 2005 and rebooted. But, when I right click on "Data Connections" in the Server Explorer and choose "Create New SQL Server Database..." and attempt to create a new database on the local PC, I get the following error "An error has occurred ...
What to use?
mminnie -
1 Jul 2006 9:45 PM - 4 messages
After years of working with legacy systems, I am not starting to discover the .NET world. Wow. I am trying to figure out how Visual Basic, Windows Forms, Smart Clients, and all of the other .NET technologies work together. Here is what I want: ...
Publishing An ASP.NET Website With Visual Studio .NET 2005
Nathan Sokalski -
1 Jul 2006 7:42 PM - 13 messages
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory ...
Where to download VSTO?
wally -
1 Jul 2006 5:57 PM - 2 messages
I feel completely stupid having to ask this (not as stupid as if I had developed the VSTO website that contains no OBVIOUS links to it).....but, where the hell is the VSTO download? I've sniffed around [link] ...
WebBrowser problems
FierceMuppet2 -
1 Jul 2006 3:28 PM - 2 messages
I have VS2005 and I dropped WebBrowser control onto a form and navigated to a page without any problem. Now, I want to access the HTML Document of the control. Dim d As System.Windows.Forms.HtmlDocument d = obj.Browser.Document ...
DotNet Freeware??
Block -
1 Jul 2006 10:20 AM - 5 messages
(Da ich immer nur unter Solaris und Linux Programmiere bin ich nicht Sachkundig.) Mir hat man gesagt, dass DotNet Freeware ist und jeder damit Programme Programmieren kann und sie weiter geben darf. (Was ich nicht glaube !) Und wenn, warum gibt es hier für den Professionelle-Entwickler Lizenzen? ...
Regex Question
JM -
1 Jul 2006 7:15 AM - 2 messages
Hi, I am not sure if this is the place to post a REGEX question if not, please indicate me where i can post it?. My question: Given a string like: "Boston. MA. Holidays" I need to define the regular ...
Error While Creating CMS Project...
Jason Richmeier -
30 Jun 2006 8:41 PM - 2 messages
When I attempt to create a CMS-enabled project in Visual Studio .NET 2003, I receive the following error: Could not create virtual directory 'http://<site_name>/CMS' in location 'C:\Program Files\Microsoft Content Management Server\server\IIS_CMS\'. ...
Array copy.
Back 9 -
30 Jun 2006 5:13 PM - 4 messages
Hello, I am doing the below code. for (int n = 0; n < 1000; n++) buffer[n] = data[FrameNumber, n]; ...
Late binding with c#
John Clennett -
30 Jun 2006 2:11 PM - 3 messages
I'm trying to write a c# command line app that runs report dll's at set times. The dll's are written in c# with a common interface so by passing the object name from the command line I can create ao instance ot the object & ...
How do I set an expiry date on an email from vb.net?
Rob Kell -
30 Jun 2006 1:41 PM - 2 messages
I have a vb.net application that emails people daily information. I want to set an expiry for the email so that those who cannot check their emails for a period are not loaded with them when they are finally checked. ...
.Net and Task Manager Memory
Steve -
30 Jun 2006 12:55 PM - 2 messages
Currently I am generating a GUI program. When I first run the program the memory is 80megs (viewed in the processes in the task manager). If I minimize it reduces to 3megs. Then maximize it increases to 12. Could ...
Team Foundation Server Newsgroup?
Amos Soma -
30 Jun 2006 12:45 PM - 2 messages
Can anyone tell me if there is a separate newsgroup for Team Foundation Server and related technologies? ...
Accessing raw TCP packet payload data
Chris Crowther -
30 Jun 2006 12:14 PM - 11 messages
Hi All, Does anyone know if it's possible to grab the raw payload data from a TCP packet, using .NET (C# to be exact). I'm writing a piece of software that communicates to a networked device using a protocol encapsulated inside TCP. The structure of ...
Application_BeginRequest does not seem to run
Mike Owen -
30 Jun 2006 11:39 AM - 4 messages
Hi, I have set up a new web site application in VS 2005, and have created a couple of pages which seem to run ok. I then manually added a file called Global.asax.vb, within a folder that I ...
Windows Service - Out of memory
Rocky -
30 Jun 2006 11:16 AM - 2 messages
I have created a windows service using vb.net which uses a filesystemwatcher to monitoe files in a specifc directory, if images are added to the directory they are resized and saved in a remote directory. The original file is then backed up and deleted from the image directory. ...
UTC conversion from different time zones
Dick -
30 Jun 2006 10:55 AM - 8 messages
I have a long list of events. I know where each event took place (globally) and when (using the event’s local time). I want to do some comparisons between these date/times. I thought I would convert them all to UTC and thus ...
Using Code to Call an exe - then get the status back?
Simon Harvey -
30 Jun 2006 9:41 AM - 2 messages
Hi all, I need to make a scheduling service that will call an exe file. As I understand it, the exe can return a status code from its Main method. My question is, how do I programmatically: a. Call the exe ...
Break when the exception is thrown and IsNumeric
Joris Zwaenepoel -
30 Jun 2006 7:47 AM - 6 messages
Hi all, I don't think a solution exists, but maybe there is some option in Visual Studio that I do not know about. When developping (or debugging), I like to set the "exceptions" option to "break when the error is thrown", even for handled exceptions, because a ...
ASP.Net 2.0 CheckBox List Layout Issue?
Chaprasi -
30 Jun 2006 3:52 AM - 7 messages
Gurus of asp.net and C# Please Help! I have a checkbox list solution to implement. This is my code <asp:CheckBoxList ID="CheckBoxList1" runat="server" RepeatColumns="3" RepeatDirection="Vertical" RepeatLayout="table"> <asp:ListItem>Item 1</asp:ListItem> ...
ASP.NET: VSNET2003 to VSNET2005
Nathan Sokalski -
30 Jun 2006 12:07 AM - 4 messages
I just upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. There are several questions I have about the code differences between them (I use VB.NET for as my language of choice): 1. 2003 used "Public Class classname" and 2005 uses "Partial Class ...
Global.asax.vb in Visual Studio .NET 2005
Nathan Sokalski -
29 Jun 2006 11:43 PM - 6 messages
I recently upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. Visual Studio .NET 2005 does not create the Global.asax files that Visual Studio .NET 2003 did, which I used for variables such as the location of my ...
installing VS .Net 2.0 side by side with VS 1.1
CharlesA -
29 Jun 2006 10:31 PM - 3 messages
Hi Folks, Just to mention, I haven't got a problem, I haven't done this yet , but I'd like to check up front. I've got Windows XP professional svc pack 2.0 and all the latest updates ...
Opening projects from VS 2003 in VS 2005
Nathan Sokalski -
29 Jun 2006 9:07 PM - 4 messages
I recently upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. I have several projects that I created in Visual Studio .NET 2003, but when I try to open them in Visual Studio .NET 2005 it tries to force me to ...
IE intermittent problem
Velvet -
29 Jun 2006 7:33 PM - 4 messages
I'm having an intermittent problem with IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 installed on Windows XP. The images, style sheets and JavaScript files are not loading to the browser. Sometimes a refresh will fix the page, sometimes I have to delete ...
Printer Command
Sub-Lt -
29 Jun 2006 4:25 PM - 2 messages
Hello! We are upgrading one of our apps from VB6 to VS2005(VB). Barcode printing is part of the app. What we used to do is send the printer command directly to the printer. Printer.print {long printer command} would ...
how to convert non-ISO extended-ASCII to ISO ascii
dotNeter -
29 Jun 2006 3:57 PM - 2 messages
I have a file with non-ISO extended-ASCII format, but my program only reads ISO ascii characters. How to do? thx ...
Push Technology
Ben Kim -
29 Jun 2006 3:54 PM - 5 messages
Hello all, We are re-developing a software product that requires push technology (wireless and hardwired). Microsoft used to support this technology in IE but dropped it for whatever reason. The system is a dispatch application. When a call comes in, the operator ...
MSDE Configuration on Windows XP
RobOfTage -
29 Jun 2006 2:50 PM - 4 messages
I'm having problems trying to configure MSDE on Windows XP home edition. I think I've followed the advice on kb 841252. I've added the sqlserver.exe file to the Windows Firewall allowables, I've also enabled SQL Server port on ...
Blog software
Jan Eliasen -
29 Jun 2006 2:23 PM - 8 messages
Hi I am looking for some .NET blog software which I can use at my own website. I do not have access to a SQL Server, but I do have access to a MySQL database, and I can have an access database, if I want to. ...
Monitoring for Version Change
Forch -
29 Jun 2006 1:33 PM - 3 messages
Hi.... I have a windows app with I have deployed to the web server. I know there is a way to monitor the site to see if the version of the application has changed, and to automatically restart the application when a newer ...
Regular Expression help - Extract links from certain tag
roberto321 -
29 Jun 2006 1:14 PM - 2 messages
Hi Guys, I was wondering if someone could help me out with the following requirements <mydocument> <div id="other"> <a href="linkother">linkother</a> ...
XML Serialization or XMLReader for binary object in VB.NET???
JM -
29 Jun 2006 12:43 PM - 3 messages
Hello, Most of the examples I've seen with XMLReaders, serialization, etc,. involve a text file on a file system. Does anybody have a start to finish VB.NET example of reading an XML Document object (binary) and parsing it? The object I'm receiving is w3c compliant. I have ...
Dynamic Column
Nagaraj -
29 Jun 2006 4:44 AM - 2 messages
Hello All, My Problem: Dynamic column – Example, if there is an Employee details, I should able to add or remove columns very easily. Selected Model: Meta-data model – storing all the values as key and value ...
Remote development advice
ujang -
29 Jun 2006 4:25 AM - 2 messages
My friend and I are entrusted to develop a small web based application using ASP and SQL Server database. We are using IIS as the web server. My friend has some background in web programming and I unfortunately have none, so I am taking the role of database designer and application ...
.NET Equivalent for NetMessageBufferSend API call
NAVEED -
28 Jun 2006 10:25 PM - 3 messages
What is the .NET / .NET 2.0 equivalent function for sending (possibly asynchronous) net message to computers? ...
Remoting? Web services?
Niebs -
28 Jun 2006 9:26 PM - 3 messages
Hello, Here is call for help.... and the answer is probably simple but I do not know where to start! I have a class library that I am building. I want this class library to reside in one location on my network and allow all other departments to use ...
Custom Nullable Class
Nick -
28 Jun 2006 7:45 PM - 2 messages
I developed a custom file attachments class for an application and from the UI the user can choose to upload attachments. There is a add method that takes a FileAttachmentCollection object, runs a for each, and uploads each attachment. I was thinking that it would be nice to allow it to be Nullable ...
mail namespace question
Sisnaz -
28 Jun 2006 7:44 PM - 3 messages
I was looking in the new mail namespace but could't find anything regarding receiving email, only sending (SMTP Client). Are there any classes available for IMAP or POP3? I would like to query an email server using certain credentials to determine if there are any emails messages to process. Are ...
Setup project - Another version is already installed... error
james -
28 Jun 2006 4:25 PM - 3 messages
Not sure if this is the right group, but anyway. I've built a setup project in vs2005 to install my program. All works fine, until I issue an update. If anyone tries to install it, they get the error "Another version of this ...
VB.NET Service + Out of memory
Rocky -
28 Jun 2006 3:14 PM - 6 messages
I have a vb.net service which copies images and resizes images from a local directory to a remote one. When I drop images into the local directory I get an out of memory error after several images - the exception is on the following line. ...
Calling a public sub in another form having the name of the form as a string
Bugs -
28 Jun 2006 1:26 PM - 5 messages
Hi, I wonder if anyone can help me out. I'm building a vb.net application that has a form with a panel that contains several other sub forms (as a collection of controls). What I'm wanting to do is call a generically named public sub in the ...
Treeview Node Select in VB .Net
kt -
28 Jun 2006 1:06 PM - 4 messages
How do you go about this. Can some point me in the right direction. Thanks in advance. ...
supress dialog box of a dll in runtime
chandu -
28 Jun 2006 1:02 PM - 2 messages
hi i am using one dll in my application.in runtime the dll displays a dialog box for output location.but i wont to give the output location through my code. can any body give me suggetion how to do or atleast how ...
Testing Private Types
Dick -
28 Jun 2006 11:22 AM - 8 messages
I have some simple (private) types... Friend Enum Types Value1 Value2 End Enum Friend Structure Detail Dim Type As Types End Structure Friend Class Parser Friend Function GetDetail() As Detail ...
Using reflection to access and modify field values
samhng -
28 Jun 2006 8:35 AM - 2 messages
Hi, Suppose I have a class: public class Test { public string a; public int b; } Now I want to access the value of variable a of the instance of the class Test (@_@). public class App ...
Setup Project
gad -
28 Jun 2006 6:19 AM - 2 messages
When I am opening a setup project in VS2005 I get th error : "An error occurred while validating. HRESULT = '80040155'" I dont know how fix this problem. Please help. ...
Storing/Serving Photos For Windows Forms App
Frankie -
28 Jun 2006 12:02 AM - 3 messages
Using SQL Server 2005 and .NET 2.0; I'm creating a Windows Forms application that will need to display photos of people, along with a bunch of information about each person. In a Web application, there is a generally accepted "best practice" of ...
Allowing customer only access to a file from one machine only...
Jiro Hidaka -
27 Jun 2006 9:34 PM - 4 messages
Hello my manager has a question in regards to being able to give access to a file to a computer only. This file will be either sent to or downloaded from the client computer. For example we are a pharmaceutical company selling formulas to our ...
How to open/popup a seperate IE window
Jeff User -
27 Jun 2006 8:27 PM - 9 messages
Hello all I am working on creating a Web application I am using C# code behind ..NET1.1 Rather than navigate to a new window, I want to open a seperate IE window when the user clicks a button. Addionally, I want to send a ...
SmartNavigation requesting authentication
Marc Miller -
27 Jun 2006 7:52 PM - 2 messages
When I put < pages smartNavigation='true' /> in my web.config windows requests the user to authenticate to the server. Is there anything I'm doing or settings that I have which would cause this? TIA, Marc Miller ...
Drop-down box binding
Antonio -
27 Jun 2006 6:06 PM - 3 messages
Can somebody tell me what's wrong with this? I am trying to bind a drop-down box to a table (states). Thanks, //binding for the State drop-down SqlConnection cStates = new SqlConnection ...
newbie c# ado.net question.
DC -
27 Jun 2006 3:02 PM - 4 messages
Any idea why the following code is giving me the error "CS0246: The type or namespace name 'SeminarDataAdapter' could not be found (are you missing a using directive or an assembly reference?)" It looks like Ive declared an instance of the OleDataAdapter object type ...
CHM file with .NET
Fla -
27 Jun 2006 2:05 PM - 4 messages
Hy! I've got the following question in VB.NET. How can I access to a particular topic of a CHM file generated by HTML Help Workshop? Some newsgroups/sites on web suggest to use CHM file for help-on-line ...
A good book about .net Performance Tuning
hpw -
27 Jun 2006 2:01 PM - 4 messages
Hi all, i'm looking for a good book about .net Performance Tuning. Things that should be covered by this book: - Glean information about your program's behavior from profiling tools - Identify bottlenecks before tuning - Optimization when dealing with objects ...
No responses
Antonio -
27 Jun 2006 1:21 PM - 3 messages
I have posted a few questions on this newsgroup, in the past couple of weeks, and received no answers. I guess easy-to-answer questions are not considered maybe because they are "too" easy. Thanks everyone for the non-help. ...
Windows.Form shortcut Icon ??
Emby -
27 Jun 2006 12:20 PM - 3 messages
OK, really dumb question - how do I set the icon for a shortcut to a WinForms app? I've set an icon into the main form's Icon property, and its ShowIcon and ShowInTaskbar properties are set to True (the defaults). And when the form ...
Method can not be reflected
Waldy -
27 Jun 2006 11:29 AM - 2 messages
Hi there, can anyone tell me what the message "Method x can not be reflected" means in English? ...
Error on DllImport (PInvoke) syntax
Water Cooler v2 -
27 Jun 2006 11:06 AM - 5 messages
<DllImport("user32.dll", EntryPoint := "UnregisterHotKey"> _ Public Function Win32UnregisterHotKey( _ ByVal hWnd As IntPtr, _ ByVal id As Integer) As Integer ...
Old style VB Declare statements
Water Cooler v2 -
27 Jun 2006 11:03 AM - 4 messages
OK, I know about PInvoke and I know about "Auto", but here's what I do not know for sure. Are old style VB signatures for Win32 API (with the changes in the data-types, of course) still workable (directly portable) to VB.NET? ...
How to assign a null value to a date variable
Liam Mac -
27 Jun 2006 10:37 AM - 4 messages
Hi All, Can anyone direct me or provide advice on how I can assign a null value to a date variable in vb.net. Basically what I'm doing is that I'm looping through a recordset where I have three date fields that may or maynot have date values, if no date values ...
Registering hot-keys for your Winform
Water Cooler v2 -
27 Jun 2006 8:58 AM - 5 messages
I want to register a hotkey for my WinForm so that when I hold the, say, Alt+M keys, it minimizes. How do I do that? ...
Adding a task to Visual Studio .NET 2003
Water Cooler v2 -
27 Jun 2006 7:57 AM - 3 messages
The 'Add' button in: Tools -> Options -> Environment -> Task List appears disabled. How can I add a new 'task' type? ...
Reference of Available Metadata Attributes
Nathan Sokalski -
27 Jun 2006 6:47 AM - 4 messages
Does anybody know of a page with a good reference of the available Metadata Attributes in .NET? Thanks. ...
Windows Explorer Add-In
Sebastian Terodde -
27 Jun 2006 6:47 AM - 3 messages
Hi NG, I had the Project idea to create a sort of virtual filesystem based on an sql server. Now i'm searching possibilities to implement it in windows explorer. Is there any connector for the windows explorer ? Alternatively it can be resolved by using a service who emulates a netdrive ...
Is there any way to call asynchronously WITHOUT using the thread pool ?
Sidanalism -
27 Jun 2006 2:38 AM - 4 messages
I miss the old way when asynchronous calls are driven my window messages. Yes a thread pool might greatly improve application performance but there are time I don't want my event to be fire in a thread differ from the ...
How to have .net code call pager or phone
moondaddy -
26 Jun 2006 9:13 PM - 3 messages
I need to code in a web service call a pager and/or a phone and leave a automated message as an alert when certain events occur. I don't even know where to start with this or if its possible. I also need to have an answer ...
Get n number of Files from directory
bhu -
26 Jun 2006 8:15 PM - 6 messages
Hi any idea how to get a set of files from a Directory, if a Directory contains 100 files i want to access 10 file at a time move it to a different directory , grab the next 10 do the same, ...
Size and Size on Disk information.
Suresh.Eddala -
26 Jun 2006 5:35 PM - 5 messages
Hi, I am trying to get file size information in my code. FileInfo().Length is returning the size of the file. I have checked on File information in windows right click properties, it has two properties. ...
High Tech Home Video
Ghosthunter1966 -
26 Jun 2006 4:14 PM - 4 messages
I just recently watched the "High Tech Home" streaming video on the Microsoft: At Home web site and was just wondering what kind of software was used to do all that home automation. More specifically, in the kitchen there ...
Bind drop-down to table - Please urgent
Antonio -
26 Jun 2006 3:26 PM - 5 messages
Can somebody please tell me how to bind a drop-down (states) to a table programmatically? I have the connection information in the procedure and I am not using the connection objects in the GUI interface. Thanks, Antonio ...
test
Tim Reynolds -
26 Jun 2006 3:07 PM - 3 messages
test to make sure my no-spam alias is still connected to my MSDN liscence for 2 day guranteed turn around on postings... Please confirm, Microsoft.... Thanks.,Tim ...
Conditional compilation in C# - Help
Yoni -
26 Jun 2006 2:54 PM - 2 messages
I created two projects, one web and one windows app. The Conditional code works ONLY for the windows app: #if (DEBUG) MessageBox.Show ("In Debug"); #else MessageBox.Show("Not Debug"); ...
checking free disk space w/ .NET....
awm129 -
26 Jun 2006 2:26 PM - 3 messages
.... how do I do it? I'm writing a webapp that allows uploading but I want to check the free diskspace on the server before I allow the upload. I know how to do this w/ WIN32 and I could just pinvoke the ...
unable to attach the process
SenthilVel -
26 Jun 2006 12:31 PM - 2 messages
Hi I have a question when debugging dotnet code when attaching vb6.exe code to this process. i get an error like : unable to attach the process. there is no managed code running in the process. INorder to attach a process with the .NET Debugger, managed code ...
What is the standard for naming objects?
rsine -
26 Jun 2006 11:49 AM - 16 messages
I did a recent post about what the standard was for naming a string builder object. My concern was that I did not what to use "str" prefix since this is used for strings but did not know what to use in its ...
Binary serialization
Jacques -
26 Jun 2006 11:47 AM - 16 messages
Hi I am an dotNet newby, so pardon my ignorance. I am looking for a method of saving/copying a managed class to a stream/file WITHOUT saving the object's state, eg. if I have a ref class with two int32's ...
sqldataadapter fill slow
incolsa -
26 Jun 2006 11:27 AM - 2 messages
When i try to fill, it takes about 25 seconds, and the sql sentence in the analyzer only takes 1 sec. The sentence returns 60 rows and 32 columns sda.Fill(ds,"alojamientos"); ...
Start a process with a different CultureInfo than the OS
Dirk Behnke -
26 Jun 2006 10:47 AM - 5 messages
How can I start a new process with a different CultureInfo? I have tried already to set the CultureInfo of the thread starting the new process before creating the Process object, but it doesn't help. ...
[Q] is .NET Framework SDK 2.0 command-line tools free for commercial usage?
Vaidas -
26 Jun 2006 10:25 AM - 3 messages
Hi, I have one question .. Is .NET Framework SDK 2.0 command-line tools (compilers, etc) free for commercial usage? I have to create a simple .dll with C#, but don't know are there some issues regarding SDK legal usage. I couln'd find ...
Strange Event Behaviour
ChrisM -
26 Jun 2006 9:13 AM - 8 messages
I posted this last week, so apologies for re-posting but I'm still looking for a sensible answer, and I'm hoping somone new might be able to cast some light... Basically, I have a fairly complicated application which seems to me to be ...
SQL Database Mirroring and the Session State Database
Calculated -
26 Jun 2006 7:34 AM - 2 messages
We have a number of databases mirrored including the ASPState session database used by the websites. However the connection string to the ASPState database does not allow you to include the 'Failover Partner = ServerB' parameter, and it does require you to have the 'Data Source = ...
ASP.NET
dancer -
25 Jun 2006 11:09 PM - 33 messages
Is this forum for ASP.NET questions? Or is there another forum for that? ...
File extensions in Windows
Jane -
25 Jun 2006 7:28 PM - 2 messages
Is there a standard way that Windows programs open files? You know how you can associate a file type with a program, by telling Windows to always open a type with a program? Is the filename always passed as a ...
Application Setup
Ralph -
25 Jun 2006 6:51 PM - 8 messages
Hi, I have created an .msi setup file to deploy my VB app using the setup project feature for Visual Studio .NET 2003. Everything is working fine; However, I would like that after the installation is performed the .msi setup ...
Only receive cookies from webrequests
Issos -
25 Jun 2006 3:46 PM - 3 messages
Is there a way to just receive the cookie(s) from an webrequest in ASP.NET? The function I'm using at the moment can handle cookies... but it will also get the full response of the request... I would like to be ...
struct or class?
Lloyd Dupont -
25 Jun 2006 2:12 PM - 10 messages
I have an object which is just a thin wrapper over an other object and might be created in big quantities. something like that: // ===== pseudo-code cample ======= class TheObject { int[] data; TheWrapper Data { get { return new TheWrapper(data); } } ...
modem
gad -
25 Jun 2006 6:13 AM - 3 messages
I have a program in VS2005 that dialing to a given phone number through modem and connect to another modem. I am using the serial port and dialing with atdt command. How can i write the connection details to the modemlog.txt file? ...
TreeView Question
sianan -
25 Jun 2006 2:08 AM - 4 messages
Hi, I want to display a 'hover box' (for want of a better description) when the mouse hovers over a node in a tree view. The box would display detail information for the node. It should be small, something like a ...
Pixel dot change
Daniel N -
25 Jun 2006 2:06 AM - 4 messages
Is is possible in vb.net to create an event triggered by a pixel change at a certian point of the screen. (Outside my form)? ...
|
|||||||||||||||||||||||