c#-to-vb.net
How would I convert C# delegate function to VB.Net?
Herethere\'s an old question about this code. xmpp.OnLogin += delegate(object o) { xmpp.Send( new Message([详细]
2023-04-09 20:03 分类:问答Open a web link in windows form (Vb.Net)
I want to open a web page that was created by me, by passing parameters to that web link, I try to open it like this:[详细]
2023-03-21 00:34 分类:问答Why do `select` and `sub` have brackets around them in VB Linq expressions?
I converted the following quer开发者_如何转开发y from C#: src.Select((c, i) => src.Substring(i)).Count(sub => sub.StartsWith(target))[详细]
2023-03-20 01:21 分类:问答C# to VB.net conversion [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-03-20 00:45 分类:问答.NET Serial Port Woes. Converting C# Code to VB
I\'m having trouble with the SerialPort function intermittently crashing while data logging for several days. It\'s been a hard problem to debug and I would like to try Zach Saw\'s fix which he talks[详细]
2023-03-13 10:39 分类:问答How to call an event directly in a sub in vb.net
I try to implement a C# progr开发者_开发百科am in VB.NET and I\'ve stuck on a point. I would like to get the exact equivalent. I could not find out how to pass an event to a sub or function in the fol[详细]
2023-03-09 10:43 分类:问答operator++ in VB.NET - Interlocked.Increment
Per the discussion here, one of the answers seems to imply that by using a code converter from C# to VB.NET, that the operator++ applied to an int should be replaced by System.Math.Max(开发者_如何学Py[详细]
2023-03-09 00:14 分类:问答Convert algorithm from C# to VB.NET fail
I\'m trying to convert the following algorithm from C# to VB.NET and the VB.NET I have is not producing the same results as my C# algorithm, can someone tell me where I\'ve gone wrong in my conversion[详细]
2023-03-09 00:10 分类:问答program to run application in a different IP
I have an exe file that was compiled using c# and .net (thanks to PEiD). Which of course, DeDe cannot 开发者_开发知识库decompile. This program is IP based, so it only operates under ceartain static IP[详细]
2023-03-01 02:50 分类:问答WPF Markup Extension in VB.Net not working
I\'m trying to creat开发者_StackOverflow中文版e a VB.Net Markup Extension per this blog post but in vb.net[详细]
2023-02-25 03:38 分类:问答