| Thread | Last Post | Replies |
|
| Icon vs BitMap | 31 May 2006 00:09 GMT | 2 |
I have about 50 images in my application as "embedded resources". They are Icon size (16x16 and 24x24 and 32x32). I can use either the bitmap version or convert them to Icons. Either way seems to work ok (I make the color of the upper left pixel in the bitmap's the transparent ...
|
| Working with multiple displays | 30 May 2006 22:28 GMT | 3 |
I'm looking at developing an application which would benefit from being able to work with 2 display monitors. But how do I work with multiple displays? I'd like to be able to control which display a form opens on, etc. Are there objects/APIs in .NET that support this? I've
|
| Randomize string | 30 May 2006 18:55 GMT | 1 |
Any function to randomize strings? thank you, Samuel
|
| CurrencyManager Question | 30 May 2006 18:35 GMT | 5 |
CurrencyManger has a method called AddNew which well create a new record in the data that it is bound to (ie a new datarow in a table). The new record has null values for all of its elements. What I would like to have is the ability to add a new record using the current
|
| VB.NET & SQL Server Connection Example | 30 May 2006 18:27 GMT | 2 |
I am new to .NET & SQL Server and am having fits trying to connect to a SQL Server Database/table. Can someone please please please send me a copy of their connection process (connection, dataadapater, fill, whatever is needed to actually connect to the database & table) ...
|
| mscomm inputlen property (vb6) in vb 2005 how it works ? | 30 May 2006 18:08 GMT | 1 |
Hey guys, In vb 6 I used to use inputlen property to set the numer of bytes to read in serial port input buffer. In vb2005 I am not finding the same property in serialport component.
|
| Detect Right mouse click and key press | 30 May 2006 17:47 GMT | 1 |
I need to backdoor my program for IT. I want to set a form so that if an IT staffer has the left ctrl key press and right click on a picturebox a hidden control will appear (a checkbox) to override the startup of the program. How is this done?
|
| get current module name | 30 May 2006 16:28 GMT | 3 |
another question guys.. is there any way to get module name ? E.g: bas_serial_comm.vb Daniel
|
| Access to Access Database | 30 May 2006 16:22 GMT | 2 |
Hey everyone, I have an access database that has the file permissions set to only allow certain users to access it. How do I make my vb.net application use this database without altering the file security settings?
|
| Calling API functions dynamically? | 30 May 2006 16:16 GMT | 46 |
I need to be able to call the same API function from VB, which will reside in different DLLs. While all of the functions have the same signature and name, DLL file names are not known at compile time. Therefore, my assumption that using Declare statement or DllImport
|
| Windows Service using VB.Net automatic startup problem ! | 30 May 2006 15:53 GMT | 6 |
I have written a service using VB.Net which is basically a asynch socket listener. I have been able to install it successfully. Using the Service Control Manager I am able to start & stop the service successfully. Once started, the service is responding to requests. The service ...
|
| How to use the httpwebrequest with Cookies in "GET" method | 30 May 2006 15:17 GMT | 6 |
I'm now writing a small program to communicate a web server to simulate a web client. I use te httpwebrequest to talk with the server, and it works find for "POST" method, however, when i test other link using "GET" method, i found that the cookies data has not included in the ...
|
| Overnight processes | 30 May 2006 14:35 GMT | 5 |
Our VB.NET 2003 application requires several processes to run overnight. I have written a program to perform these processes with a simple user interface to allow the user to switch various options on/off, and using the code from VB.NET programmer's cookbook (NotifyIcon) have it ...
|
| MSCOMM in VS2005 | 30 May 2006 13:57 GMT | 2 |
Is it possible to use MSCOMM control in VS2005 and deploy it to Win CE 5.0 device?
|
| referencing cells in Excel and finding empty cells | 30 May 2006 12:49 GMT | 1 |
I'm moving some code from Excel vbs into a .NET context and I'm very new to .NET. I'm trying to make this Excel vb code work in .NET. My questions are: how do I reference cells correctly using the common "cells(x,y)" reference, where x and y are integer variables. Also, how
|