| Thread | Last Post | Replies |
|
| POS Terminal | 06 Jul 2007 19:14 GMT | 9 |
I wonder if I can write applications in .NET and then download it to a POS Terminal, like a Verifone terminal. Verifone has its own software called Verix to accomplish that, but I want to know if can I do that with some tool of Microsoft.
|
| Problem with reading delimited textfile '|' with OleDBDataAdapter | 06 Jul 2007 18:54 GMT | 6 |
'--this code works but only reads text into one column when contains multiple cols Dim ds1x As New DataSet Dim ConStr As String = _
|
| Calling SQL Server backup maintenance plan from VB program ? | 06 Jul 2007 18:52 GMT | 4 |
I have created a backup maintenance plan in SQL Server 2005. Is there any way to run/execute this SQL Server backup maintenance plan from VB.NET ? Thank you.
|
| datagridview source Tbl - cant Insert/Delete on same process? | 06 Jul 2007 17:42 GMT | 4 |
On a form - I have a datagridview which is docked to the entire form. The datagridview allows users to Delete and/or Add Rows. On the Form_Load event I Fill the datagridview source table with a sql DataAdapter (da) da.SelectCommand.CommandText = "Select * from Servertbl1"
|
| initializing sql date variables issue... | 06 Jul 2007 17:32 GMT | 2 |
I am working on a vb.net 2005 project using sql server 2000 as the backend . I am having a bit of problems with date variables... Here is the scenario... I have a table that includes a couple "smalldatetime" fields. In my class for this table, when inserting new or saving a row in ...
|
| Join tables from different databases? | 06 Jul 2007 16:08 GMT | 2 |
Is it possible to join tables from different databases? If so, what is the format of the select statement? Both databases are on the same server. TIA,
|
| bin\debug version doesn't work but debug is fine? | 06 Jul 2007 15:47 GMT | 1 |
Having a hard time with this VS2005 VB 3tier winform app. I run teh app in debug mde just fine. I go to the folder for debug and click on the exe file. The JIT error comes up: ************** Exception Text **************
|
| Accessing a control if its name is in a string variable | 06 Jul 2007 11:55 GMT | 9 |
I have the name of a control in a string variable and I want to change one of the controls properties. Right now I recursively scan all the controls on the form until I get one whose name matches the name in my string variable, then I know I have the correct control and can ...
|
| Files | 06 Jul 2007 08:29 GMT | 5 |
I am using VB.Net to do the code behind pages for a website. Is it possible to view files from a network drive without that drive being a virtual directory? For example, website is at www.hostname.com. Can I list some documents (.pdf's) here that are foe example in \\T:\DocsFolder ...
|
| Simple Webform and SQL Question | 06 Jul 2007 06:46 GMT | 2 |
I am new to VB2005, but have used VB6 for a few years. I have a simple web form in an asp.net project consisting of a DropDownList and a TextBox. I have managed to set a datasource for the DropDownList so that it will
|
| Canceling Event Processing on a control | 06 Jul 2007 05:07 GMT | 2 |
I know about AddHandler and RemoveHandler, but my requirement is a little more complex. I pass a form to a routine. In that routine I must scan each control, and for each "button" control I find, I must delete it's "click" event handler. I can't see how to do this using ...
|
| Restrict input charaters in textbox | 06 Jul 2007 02:29 GMT | 5 |
I would like to let the client input numeric, "," and "-" in the textbox, all the other else charater will take no effect on the value of the textbox.
|
| Encrypting large amounts of data | 05 Jul 2007 22:42 GMT | 3 |
I have a datatable that has about 1000 rows of data that I need to encrypt. I have written the datatable out to XML and encrypted it using Rijndael and DES encryption. I have decrypted it and tied it back to a datagrid successfully. The purpose is to encrypt the data to go ...
|
| Decimal Rounding | 05 Jul 2007 22:28 GMT | 1 |
Assume a user enters 3.54875 into a text box how would you round it to 3 decimal places ? Such that the number would be 3.549 Thanks
|
| Picurebox SQL issue... | 05 Jul 2007 22:11 GMT | 2 |
Need to grab an image off the disk, preview in a picturebox, then save in SQL database for later viewing, etc. Got the "grab/preview" part working fine, and *something* is being stored in the SQL database, but when I go to retrieve the image and
|