First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
how to transfer binary data from client to server
I'am a beginner in ASP.NET, now I have a simple problem, I suppose, for you but difficult for me. I have a device connected with a client machine through COM1, now the client gets binary from it, then how can I transfer them to the server machine where the data will be stored in Microsoft SQL Server? I use MSC... 22 Jul 2008 13:43
error code COOD1199
I'm trying to open an e-mail that is supported by my media player but is still comming up with error code COOD1199. file type supported is .wmv how can I open these e-mails? "ron" wrote: I receive certain emails with attachments that have ".wmv" and when I try open the attachment the next screen says th... 22 Jul 2008 08:33
classic news in world
classic news in world ************************************ http://indianrailroads.blogspot.com ... 22 Jul 2008 06:31
Local variable assAdapter already declared in block?
Does anyone see why I'm getting this message? It errors out on line 5 at "assAdapter"? Dim Con = New OleDb.OleDbConnection("provider=microsoft.jet.oledb.4.0;" & "data source=c:\_Archive\Documentation - Projects\Hardware Tracking - 2008\IT_Assets.mdb") Dim assAdapter As OleDb.OleDbDataAdapter Dim assCmd As... 25 Jul 2008 22:45
Microsoft Office Accounting Professional 2008 Security
Does anybody know if you can turn off the ability to edit transactions? For example, we should not be able to edit an invoice. If the invoice needs to be changed we should have to do a journal entry or issue a credit memo, not just edit the invoice. Thanks, Ron-- ... 21 Jul 2008 15:08
VB.Net progam the selecting of a row of a DataGridView
Hi all, I can detect the active row (iRowIndex: see below please) and do whatever I want, but I do not seem to be able to set a row to be selected. How can I do that in vb.Net? Private Sub DataGridView1_MouseDown(etc..... Dim btnLeft = Windows.Forms.MouseButtons.Left If e.Button = btnLeft Then Dim... 21 Jul 2008 16:10
Save Data Field in an Access database
I'm trying to save a Date into an Access database. I'm using a dataset with only one table, and that table has only two fields: a string and a date field. My code is similar to this: strValue = "my string content" dateValue = #01/31/2008# newRow = myDatatable.NewRow() newRow.BeginEdit() newRow("StringField")... 21 Jul 2008 14:06
vb.Net: Running Process: how to retrieve the command line it is executing?
Hi everyone, It is easy enough to get all sort of info on a running process but is it possible - as it is with WMI - to get the whole command line, that is the executable and whatever file it may have been passed as an argument? For Each proc As Process In pList myProcessModule = proc.MainModule DataGri... 21 Jul 2008 14:06
Legacy entries in registry.
I have only recently noticed in my Registry the term "Legacy" - what program introduced this term, can it be "Defender" and to what use is this in computing? -- Your assistance is most appreciated. ... 21 Jul 2008 08:56
Can anyone tell me why this does not work?
Dim Con = New OleDb.OleDbConnection("provider=microsoft.jet.oledb.4.0;" & "data source=c:\_Archive\Documentation - Projects\Hardware Tracking - 2008\IT_Assets.mdb") Dim dataAdapter As OleDb.OleDbDataAdapter Dim assCmd As New OleDb.OleDbCommand("SELECT * from tblAssets where asset_tag = @fn", Con) assCmd.... 23 Jul 2008 02:02
First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117