Re: what's the correct way of learning programming? Programming by tinstaafl … is as a hobby, you could do far worse than vb.net. Not only is it a robust, plain language coding… VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho How use and declare CopyMemory() API function VB2010? Re: VB2010: how use CopyMemory() API function? Programming Software Development by rproffitt Take a look at the example at https://www.codeproject.com/Articles/8641/Equivalent-of-CopyMemory-in-NET Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho that link\tutorial have some errors: VB2010 don't have the 'any' type Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho correct me: the Bitmaps.lockbits() and Bitmaps.unlockbits(), for change the pixels(all pixels), are more faster or like DIB's speed or more slow? Re: VB2010: how use CopyMemory() API function? Programming Software Development by cambalinho understood ;) thanks for all... using the VB2010 is best use GDI+... if i need change all pixels, we must use lockbits() on a Bitmap Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 … understanding of how object oriented design works, having taught myself VB.NET, C# and Java. I don't understand why running… Re: how convert cur images to image? Programming Software Development by cambalinho damn i can't edit.. it's VB2010 and not VB6... but the tags is vb.net... i'm sorry Re: how to convert from vb.net to C# ? Programming Software Development by Alilou_2 The tool is paid, but you can get its free demo license on our website https://www.ispirer.com/application-conversion/visual-basic-to-cs-migration Re: how to convert from vb.net to C# ? Programming Software Development by Emanuil23 It seems to me with the application of the programs there will be a lot of mistakes. So the best solution is to do it manually. Get error please help me the server threw an exception. Programming Software Development by JModak The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) My Code is Private Function GetXlUsedRange(ByVal filePath As String) As Object(,) Dim xlApp As Excel.Application Dim xlWorkbooks As Excel.Workbooks Dim xlWorkbook As Excel.Workbook Dim xlSheets As… Re: Get error please help me the server threw an exception. Programming Software Development by pritaeas At what line exactly did the exception trigger? Re: Get error please help me the server threw an exception. Programming Software Development by tinstaafl Have you tried looking at the answers on this page? [Click Here](https://stackoverflow.com/questions/973206/what-causes-error-hresult-0x80010105-rpc-e-serverfault) Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 After I posted this question I noticed that I was missing the raw string indicator and the capture group enclosing parenthesis on the findall, which explains the subscripting error. So, hold off on the answers for now. I'm still having other issues with multiple file runs, though. Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 Finished the assignment and was able to work out the bugs I was encountering. In addition to the issues I mentioned in my last reply, I had several instances of not indenting properly so that statements like exit() were not executing because their indention made them part of an if statement. VB.NET 2008 - Get Desktop Icons Text Width & Text Height Programming Software Development by dxmedia … Width & Text Height I am developing an application in VB.NET 2008, in which I try to get Desktop Icons… Desktop Icons Text Width & Text Height. Here is the VB.NET 2008 code that I use: [CODE] Imports System.Runtime… VB.NET takes the input from user Programming Software Development by mannuvashishta VB.NET takes the input from user like network address and port number and check it check it, the entered IP address and port number are valid or not as well as check the enter digit how many digits are entered in input box. Some one who knows please reply me. Thank you vb.net 2008 sql server connection Programming Software Development by pisces20 vb.net sql server connection vb Programming Software Development by tauseef300 vb project on buzzer Re: VB Programming Software Development by Errods VB is Simple programming kind of a Legacy Unmanaged........... VB.net is Object Oriented and Managed Re: VB.NET 2008 The type initializer for ... threw an exception Programming Software Development by lolafuertes VB.NET does not istantiates the forms by default as does … Re: VB no Yield Return? Programming Software Development by ddanbe ? VB has evolved to C# with somewhat different syntax. It is also called VB.NET instead of just VB, VB4-5-6 or VBA. So yield exists. [See here](https://msdn.microsoft.com/en-us/library/hh156729.aspx). Re: VB and Access Programming Software Development by Comatose VB can handle it by itself.... and would be easier than …. How I would do it, is I would build a VB program to handle all the data until the report is… you said, they input all the amounts recieved, and the vb program can simply tally that up, (and store all the… Re: VB.NET equivalent of following inline function in C# Programming Software Development by sknake "VB.NET doesn't support multi-statement lambda expressions or anonymous methods." [url]http://social.msdn.microsoft.com/Forums/en-US/linqprojectgeneral/thread/9f6733c3-32ad-4b84-b393-029913e7243a[/url] As adatapost advised, use AddHandler. Re: VB.Net Programming Software Development by nicolestar VB is the old version of VB.net Re: Vb.net Programming Software Development by nanosani vb .net step by step by Michael Halvorson is a good book to get started. I just started learning vb.net Re: vb.net Programming Software Development by kvprajapati VB.NET Language reference of MSDN is my choice. Vb.net - Games/Sim Projectile Motion Programming Software Development by oussama_1 VB.Net never meant for games! it's more recommended for … Re: VB.NET equivalent of following inline function in C# Programming Software Development by sknake VB.NET doesn't support anonymous delegates like C# does. Just … How to use the VB.NET 2008 timer Programming Software Development by monching # vb.net 2008 # Hi there! I am a college student of **… you help me on how to code the timer in **vb.net 2008**? We are using this in our research as…