| Thread | Last Post | Replies |
|
| Hold down keys | 18 Jul 2006 05:28 GMT | 1 |
Is there a way to hold down keys in vb.net? In the program I am writing I can simulate a MOUSE button hold down: Public Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As
|
| Stored procedure for recordset access | 18 Jul 2006 05:26 GMT | 1 |
I use sqlCommand object in conjunction with sqlDataReader but can't find a method that can access a recordset that holds one new id from the SP's select. Thanks. SqlCommand salesCMD = new SqlCommand("sp_GetEdgilTransactionId ", nwindConn);
|
| Drive A: No IP Address found?? | 18 Jul 2006 05:18 GMT | 1 |
I get this error messaged when I try to use my A drive, sometimes I get the error message: See System Administrator? I don't know what to do. I have Windows XP Home Edition. I have always saved everything to my D drive. I am not sure what to do?
|
| File Creation on Network | 18 Jul 2006 05:17 GMT | 1 |
I am facing some challenges in creating a folder in the file server on the same network. The application will create a folder on the network share when the user clicks a button. This works when testing from my PC as local host.
|
| Frustrating Build Error... | 18 Jul 2006 04:47 GMT | 4 |
I keep encountering an error message while trying to build a solution that I cannot seem to get around. I cannot figure out what the error is trying to tell me as there does not appear to be much information provided. I have a C# class library project (project A) that references ...
|
| countdown to a specific date | 18 Jul 2006 04:31 GMT | 1 |
hey, I am working on creating a countdown from the current date to a specified date later on, using days, hours, minutes, and seconds, updating every second. I have been searching and searching, and I have figured out how to
|
| Beginner stored proc issue | 18 Jul 2006 01:37 GMT | 4 |
I need to call a sp that inserts a row and returns the id. I take it that I have to use command vs. reader sqlcleint object to achieve this? How'd I read the id back if the id is returded via a select at the end of the SP vs. thru a o/p parameter? Thanks.
|
| Using generics in the Composite Design Pattern to avoid Boxing | 17 Jul 2006 22:17 GMT | 12 |
Basically I'd like to implement the composite design pattern with leaves that are either of reference or value types, but even using generics I can't seem to avoid boxing (using ArrayList or Object) Is this even possible, or is the composite pattern doomed to use the
|
| How to protect(or hide) c# code from reflector? | 17 Jul 2006 20:59 GMT | 2 |
In this news group I knew that Reflector for .NETis so cool. But on the other hand I want to hide my code from it. Is there any way to do that? TIA
|
| Complex app settings in 2.0 | 17 Jul 2006 20:47 GMT | 3 |
Hey everyone, hopefully this will have a simple answer. Using VS2005/.NET 2.0 Application settings. I have simple settings working fine, but I am trying to store more complex types now.
|
| How to add a constraint of Nullable Types to a generics method | 17 Jul 2006 20:31 GMT | 1 |
compiling the following code: public class App { static void Main()
|
| Can't load a web application - form | 17 Jul 2006 16:07 GMT | 4 |
Hi everybody! I'm trying to start a new proyect in asp.net web application. But Visual Studio show me the following error message: The class file 'WebForm1.aspx.cs' specified as the codebehind for
|
| printing datagrids | 17 Jul 2006 14:59 GMT | 1 |
Hi, I'm trying to print the data in a DataGridView object. I'd like to allow the user to print it to a PDF if they want. I've found some sample code online, but my question is: would the user be required to have Acrobat PDF (or some sort of other Adobe component) installed, or
|
| Extend Cache Lifespan ? | 17 Jul 2006 14:53 GMT | 1 |
I am currently caching some objects on the client in a windows application but was wondering if it was possible to extend the life of the cache so when I close my application down the contents of the cache remain to be accessed later.
|
| Replacing Data in an ArrayList | 17 Jul 2006 14:10 GMT | 3 |
I am working in VB.net and have a problem that I can’t seem to find any information on. I have an arraylist that I’ve filled with positional data from a {numerical control machine} program. I now need to rescan through the array list and add values to two of the fields of my ...
|