First  |  Prev |  Next  |  Last
Pages: 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
WebProxy.GetDefaultProxy
According to the help this method is obsolete, but there is no hint as to what to use now instead. It does seem to work for me, although I get a warning error from the compiler. The warning message contains a link to the microsoft website, but this link just takes you to the .Net framework home page: http://go.mi... 28 Jul 2008 08:58
Application.ProductVersion
Hallo, - Woher wird diese Eigenschaft ermittelt? - Wenn ich eine Solution mit mehreren Projekten habe, m��te es dann der Eintrag in der Datei AssemblyInfo.vb sein, der da z.B. lautet <Assembly: AssemblyVersion("2.9.39.8")> ? Danke Joachim ... 17 Jul 2008 09:36
Manually painting a ToolStripSplitButton
Hi all, I'm handling all the painting for a ToolStrip in my app due to some specialised requirements. Most of it has been relatively easy with a bit of trial error, but I've hit a stumbling block when trying to draw a ToolStripSplitButton. I'm overriding the OnRenderSplitButtonBackground sub, and I *do* ca... 17 Jul 2008 07:32
iif and type inference
Hello, Is there a way in VB.NET to do something like dim myInt = if foo() then bar(3) else 4 and have the compiler infer that myInt is an Integer, since bar() returns an integer and 4 is an integer? Thanks a lot for any info. Maurizio ... 17 Jul 2008 08:34
app.config file delete
Dear all, I deleted the app.config file carelessly, how to re-generate this file for my project ? Thanks & regards, Jason ... 17 Jul 2008 14:46
Issue with UDPClient.JoinMulticast group or UDPClient.BeginRecieve
Hi all, I am having a weird issue with sending and receiving multicast messages either using the UDPClient object or directly with sockets. Normally, my application works perfectly, receiving all messages async through the BeginRecieve() method of the UDPClient. But in some circumstances, for instance while ... 16 Jul 2008 22:20
World-wide use of VB.NET 2005
I'm currently taking a VB.NET class at my local technical college, and we have an assignment to write a paper on the adoption of VB.NET 2005 around the world. I have searched endlessly for references to use, but haven't found anything that is very useful. I'd greatly appreciate any leads on where I might find s... 18 Jul 2008 13:24
Using the resource folder
I have an image which I need to load PictureBox1.Image = Image.FromFile(My.Resources.myimage) and this worked fine when the image (myimage.jpg) was in the debug Bin directory. I now am moving them all to a folder called Resources and specify the files as above. Doesn't work though and the file is definitely t... 17 Jul 2008 12:42
Using Find on CollectionBase/IBindingList
I have this class: Public Class collBusinessObject Inherits CollectionBase Implements IBindingList Now how do I use the Find function to find a collection item that has a property named ID? ... 16 Jul 2008 11:58
2nd post: Anyone using Activa CoolStorage ORM in VB.Net, got somequestions
I can't figure this thing out, there's little to no documentation on how to use this and even then it is in C#, albeit not difficult to convert to VB.Net. Anyway, I'd like to know if anyone has an example program using it. ... 16 Jul 2008 09:54
First  |  Prev |  Next  |  Last
Pages: 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136