First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
learning resources
Uh, not quite. You can actually program in MSIL if you had a desire to and there are several learning resources out there devoted to it. And the term CIL has been in use interchangably with MSIL (or just IL if you like) since ..NET's inception. The term MSIL and IL are still valid and widely used today. ... 29 Sep 2009 15:20
USB Zebra Printer Communication
I have the code below that uses the LPT port of the printer. This communication works great how can I get a USB port to work like the code below! 'Interface Calls for Configuration of LPT Port with Zebra Printer '****************************************************************************** Public Co... 15 Oct 2009 17:13
Control arrays and FormN.Label31
VB Express 2008 converts VB6 code with control arrays fine and it seems to work, but I cannot figure out what exactly it is doing. There is some VB6.Compatibility functionality. I have plenty of arrays of text boxes and labels on several forms. Another problem is that I cannot address Label31 on each Form by a s... 7 Oct 2009 23:08
Conversion vb6 to VB 2008 Express
I have an application developed by someone else using VB6 that needs a few changes. Last guy is gone, so is VB6 environment. I downloaded and installed 2008 Express, then converted application. I have lots of errors (95) and 102 Warnings. I have cleared some of the errors (down to 74) but some conversions I j... 27 Sep 2009 20:07
Capture month change
This worked for me If MousePosition.Y.ToString - Me.Top > 40 Then Changed month else Changed day end if Randy wrote: Capture Month Change with MonthCalendar 06-Oct-07 I have a MonthCalendar on one of my forms. I have disovered that the DateChanged event is triggered not only when the user clicks on ... 25 Sep 2009 14:14
VB.net Update Access
Hello All I'm using VB.net Express 2008. I am working on an application that has a form with a data bound DataGridView. I want to be able to select a cell and delete rows starting with the row selected until a particular text is encountered. The logic below works fine deleting the corect rows in the dataset but ... 24 Sep 2009 03:49
vsrollbar and flowlayoutpanel
In a form I have a VScrollBar (bar1) and a FlowLayoutPanel (panel1) I'm going to fill with buttons that correspond to data in a table in a dataset (button and ds.Tables (1)). I wish I could disable the display of the scrollbars FlowLayoutPanel but use the VScrollBar. Right now they are only able to operate in paral... 19 Sep 2009 08:13
Shared Sub Main
I am trying to follow the following example: http://www.getdotnetcode.com/GdncStore/free/Articles/VB%20NET%20Sub%20Main%20Procedure.htm on adding things to my own 'sub main'. I created a form project and added Form1 and Form2 to the project. Then in the project property's the startup form is setup as form1.... 18 Sep 2009 12:15
Move/Click Mouse Programmatically in WebBrowser control
Hi, First, VS2008, VB.NET, I have a WebBrowser control on a form. I can get the position of the mouse, and can correct for the position of the control. i.e. I can get coordinates relative to the webbrowser's location (top left corner). What I want to do is simulate user actions on a low level, i.e. move t... 16 Sep 2009 17:30
Help with import Excel cell value in datagridview
Hi, I have a problem when I copy values from cells of Excel and insert them into a DataGridView. In Excel I have a cell with a custom format ("ddd"), in the cell there's the date but I see "sun" (cell formatted with "ddd" How can I copy "sun" in the DataGridView and not the date?? Thanks in advance! Cheers B... 18 Sep 2009 04:28
First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73