First  |  Prev |  Next  |  Last
Pages: 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
System.Addin
I have going to develop a new program from scratch using VB 2008. During our discussion with the clients, it became clear very early that we will need to supply additional functionality for different departments and functions. So browsing around I ran across the the System.Addin namespace. This intigued me. ... 25 Jun 2008 00:39
Refactoring Support: Generate Method Stub
VS 2008 Team Suite. I just noticed that VB doesn't include the nifty little "Generate Method Stub" functionality that C# has. Am I missing something or shall I start kissing up to the boss and get him to order me ReSharper? Thanks, Seth Rowe [MVP] ... 25 Jun 2008 13:58
returning results of a database query in a web service
I wrote this code in a windows app and it works: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ds As New DataSet Dim myDbConnection As New OdbcConnection("Driver={Microsoft Visual FoxPro Driver};" & _ ... 26 Jun 2008 22:51
launch on startup
I'm new to vb.net and was wondering what the syntax is for application events such as starting up or shutting down. For example, if you would just like to get a user's name with an input box when they open the app or a form. Thanks -- Jeff Ciaccio Physics and AP Physics Teacher Sprayberry High School; ... 27 Jun 2008 00:54
Databind list of dates
I have created an object that has a number of properties, that I am now trying to simply databind to a form. I am using the data designer to do it and just dragging and dropping the items onto the form. Everything works great, except one of the items in my object is a list of dates. Right now I am using a gener... 24 Jun 2008 13:21
Industriekauffrau Industriekaufmann jobboerse schweiz stellenangebote aerzte ausland stellenangebote krankenschwester ausland
Industriekauffrau Industriekaufmann jobboerse schweiz stellenangebote aerzte ausland stellenangebote krankenschwester ausland + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBOT-AUSLAND.DE + + + AUSLANDSJOBS ONLINE FINDEN http://WWW.AUSLANDSJOBS-24.DE h... 24 Jun 2008 10:15
How to disable changing contents of a column within a DataGridView
I have a few columns wich represent a primary key from a table. I would like to disallow changing any of its content within the datagridview. Something that would appear logical to me does not work (to disable changing the first column).... DataGridView1.Columns(0).ReadOnly.ToString - does not work DataG... 24 Jun 2008 17:29
call functions that return MemoryStream or XmlDocument
Suppose I have the following functions: Public Function myF1ToStream(...) As System.IO.MemoryStream . . . Dim ms As New System.IO.MemoryStream(buf) Return ms End Function Public Function mcF2ToXml(. . .) As Xml.XmlDocument . . . Dim xmlDoc As New Xml.XmlDocument xmlDoc.Load(ms) Re... 29 Jun 2008 05:01
Data Grid Views
Anyone know of a book or web page that covers them very well ? ... 24 Jun 2008 14:23
FlushFinalBlock() method was called twice on a CryptoStream
I am getting the following message and no, it is not even going to that statement twice. Why is this happening? System.NotSupportedException was caught Message="FlushFinalBlock() method was called twice on a CryptoStream. It can only be called once." Source="mscorlib" StackTrace: at System.Se... 24 Jun 2008 12:19
First  |  Prev |  Next  |  Last
Pages: 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162