python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Have variables turn into an objects name
I'm trying to create a grid using PictureBoxes. A PictureBox name is pb11 (for 1,1 coordinates), pb21 etc.
I'm trying to do something like this:
pb(variable) or (variable)
The variable would be for ex...
AndrewMeechan
Votes: 0
Answers: 3
Problem in Vb.net Visual Studio Using Update Command
Hello I am creating a Search function and Update button from a sql database in which I need to be able to search for certain names and such but also need to be able to make changes within the dataset ...
PasskyyCode
Votes: 0
Answers: 1
Need to Convert JsonString to Array in JQuery or Javascript VB.Net
I have json data which is returning from ajax post
Actual Json Data from Post
{Status: 'True', Message: "['{"text":0.00, "value":"Bonnet", "color": "#...

rsmdh
Votes: 0
Answers: 1
How can I convert this code using GDI Bitmap pointers from C# to VB.NET?
I need help to convert my code from C# to VB.NET. I'm stuck on these lines:
byte* ptr = (byte*)(void*)bitmapData.Scan0;
byte* ptr2 = (byte*)(void*)bitmapData2.Scan0;
Here is my full code.
kokosik 1221
Votes: 0
Answers: 0