Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
16 views

I have coded this, but the only message I receive is right after I register I get a message with a GUID of GUID_ACDC_POWER_SOURCE (5D3E9A59-E9D5-4B00-A6BD-FF34FF516548), and don't receive any more ...
user3504017's user avatar
0 votes
0 answers
21 views

I have coded this, but the only message I receive is right after I register I get a message with a GUID of GUID_ACDC_POWER_SOURCE (5D3E9A59-E9D5-4B00-A6BD-FF34FF516548), and don't receive any more ...
user3504017's user avatar
0 votes
2 answers
141 views

I'm trying to get a picture box to move when you press a button. That's the part that is a problem. I tried it on my own at first, then I looked up some stuff, then I even took some code from a ...
Jack Smith's user avatar
-3 votes
1 answer
125 views

i am coding somthing for a class, and i am trying to have different images and text pop up when different values come in. here is my code . I need answers since trhis is very importent. it sucsesfully ...
Jack Smith's user avatar
2 votes
1 answer
71 views

I have a VB.NET (.NET Framework 4..6.2) application that runs as a Scheduled Task (Windows Server) every 5 minutes. On each run it checks a database and, if anything is there, fetches a collection of ...
PSU's user avatar
  • 309
-2 votes
0 answers
59 views

We are using VB.NET with System.Data.DataTable objects that contain large volumes of data. We are evaluating which approach is the fastest and most efficient for selecting rows in specific scenarios. ...
RD Seeker's user avatar
Best practices
0 votes
2 replies
40 views

In a VB.Net WPF XAML project, I want to add a Property to a UserControl class and inherit from that Class. I have tried the following: Public Class clsUcBase Inherits UserControl Private ...
DSchmidt's user avatar
1 vote
1 answer
65 views

I am working on SmartPlant P&ID automation using VB.NET (.NET Framework 4.8). How can I embed all dependent DLLs into a single EXE? Are there limitations when merging Ingr.SPPID assemblies using ...
kingpin's user avatar
  • 18
1 vote
0 answers
36 views

I am using Visual Studio 2019. This problem occurs when I try to use the wizard to insert the value from the table adapter insert function. Refers to the picture below, it fails to display all the ...
Yat Fei Leong's user avatar
-1 votes
0 answers
53 views

I'm trying to implement OAuth Authentication in a VB.NET project using MailKit for an Outlook FREE account. Not using Office 365 neither Microsoft Exchange. Just a free and personal Outlook account. I ...
8bitdev's user avatar
  • 11
2 votes
1 answer
84 views

I have a picturebox inside a panel. The panel's autoscroll property is set to TRUE. The picturebox is set to stretchimage. I added the ability to magnify/demagnify the image using code I found here ...
E Bell's user avatar
  • 43
0 votes
1 answer
81 views

In a win-form application, I have two radio buttons called "optVal1" and "optVal2", where optVal1 is checked by default. I use the following two lines to add data binding to a &...
VeryColdAir's user avatar
1 vote
1 answer
118 views

I wish to filter DataRow values using a condition like this: dr.RowFilter = "CODE LIKE '%01%2%'" This raises an error: System.Data.EvaluationException: string pattern is not valid I tried ...
mr anto's user avatar
  • 33
0 votes
1 answer
203 views

I have a requirement to generate unique incrementing serial numbers by product type from a VB.NET application using SQL Server Express. I have created a table and also have a VB form where I am ...
MBinz's user avatar
  • 1
4 votes
1 answer
107 views

I'm trying to learn more about the async/await pattern in .NET and I fiddled around with some test and demo code and everything works so far. But now I stumbled upon a question and I'm not sure how to ...
Nostromo's user avatar
  • 1,364

15 30 50 per page
1
2 3 4 5
9338