| Thread | Last Post | Replies |
|
| Dynamic object creation with choice of constructor | 29 Jan 2005 19:01 GMT | 2 |
I'm using Activator.CreateInstance to create an object from a string, unfortunately it requires that I have a constructor with no parameters (at least I presume) I was wondering if anyone knew how to do the following.
|
| getting and writing pixels on a panel | 29 Jan 2005 18:22 GMT | 1 |
I have a form with a panel on it. Is there a simple way of gettting / changing / setting individual pixels on that panel? Could somebody provide a code snippet? Thanks,
|
| Sporadic Error: Cannot find table 0 | 29 Jan 2005 18:19 GMT | 1 |
The application is developed in ASP.Net with a SQL Server database. Essentially, the application uses a single shared Connection object for all users logged into the system. The connection object is opened/closed for each transaction.
|
| OCR Capability | 29 Jan 2005 17:59 GMT | 1 |
Does VB.Net (or .Net) have an OCR capability? (I need to suck some text out of a GIF file.) Thanks, Bob
|
| Windows Service Installer | 29 Jan 2005 15:46 GMT | 1 |
I am trying to create a Windows Service installer but it just dumps the service executable in the application folder and doesn't install it as a service. I have gone through this tutorial http://abstractvb.com/code.asp?A=1082, but
|
| WaitForExit doesn't wait | 29 Jan 2005 14:30 GMT | 3 |
I am trying to use WaitForExit to determine when an external application I have launched has exited (duh!). I found examples everywhere and it seemed simple and this works perfectly: Dim myProcess As Process = _
|
| Creating an Access DB & Tables | 29 Jan 2005 13:31 GMT | 18 |
Does anyone know of a good example for creating a access database and then tables within that database. All the examples I have found so far use a SQL database. Thanks,
|
| RadioButtonList ???? | 29 Jan 2005 13:31 GMT | 5 |
Hey All, I have a vertical RadioButtonList w/ textalign=right and borders enabled. I want to resize the borders based on the pixel length of the item text. I am trying to use the graphics.measurestring class but can't seem to get the
|
| Wait Please Form | 29 Jan 2005 12:51 GMT | 5 |
I need a suggestion.... I need to build an application in VB.NET where I want to place a "WAIT PLEASE" form during the long process of the application that disappera automatically when the Process is finished. Some suggestion?
|
| How to change the displaying language of an MDI after loading it? | 29 Jan 2005 12:22 GMT | 1 |
Can any one tell me how can i change the display language after loading the MDI? regards Reny
|
| printing multiple pages | 29 Jan 2005 11:55 GMT | 1 |
I can't seem to get the logic for printing multiple pages. I know I have to do a comparison between the bottom margin and the position of the next line to be printed and initiate a has more pages condition when they are equal. I have included my code for the printpage handler ...
|
| Recomendations for scanning and barcode reading? | 29 Jan 2005 10:50 GMT | 1 |
I'm researching a VB .NET project that will have two functions: 1 - scan images using TWAIN drivers of scanner 2 - read barcode of that scanned image I've been researching many companies and was wondering if anyone had any
|
| dynamic timer reference problem | 29 Jan 2005 09:26 GMT | 3 |
can somebody explain this problem? it's driving me crazy! i have a requirement to dynamically create a variable quantity of timers with associated start button based on the contents of a database. if i create system timers dynamically, i cannot reference them from the start
|
| Delete records from dataset | 29 Jan 2005 09:22 GMT | 3 |
I have a dataset that I do not want written back to the table. I need to delete rows from the dataset where to fields are equal...example Dataset1 bridge <---- pk
|
| Database 'Select' Problem | 29 Jan 2005 05:04 GMT | 4 |
I'm using the following code ********** command.commandtext="Select * from DB where Acc= 'Net Profit' connection open
|