Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Unhandled exception at 0x77702d63 (shell32.dll) in blahblah.exe What does this really mean? Pin
jschell29-Jan-24 4:47
jschell29-Jan-24 4:47 
AnswerRe: Unhandled exception at 0x77702d63 (shell32.dll) in blahblah.exe What does this really mean? Pin
Dave Kreskowiak27-Jan-24 6:59
mveDave Kreskowiak27-Jan-24 6:59 
QuestionAccess Outlook via VB.Net Pin
Marvin Wapnitsky26-Jan-24 11:02
Marvin Wapnitsky26-Jan-24 11:02 
AnswerRe: Access Outlook via VB.Net Pin
Richard MacCutchan26-Jan-24 21:56
mveRichard MacCutchan26-Jan-24 21:56 
GeneralRe: Access Outlook via VB.Net Pin
Marvin Wapnitsky27-Jan-24 3:01
Marvin Wapnitsky27-Jan-24 3:01 
GeneralRe: Access Outlook via VB.Net Pin
Richard MacCutchan27-Jan-24 3:24
mveRichard MacCutchan27-Jan-24 3:24 
GeneralRe: Access Outlook via VB.Net Pin
Marvin Wapnitsky27-Jan-24 4:22
Marvin Wapnitsky27-Jan-24 4:22 
GeneralRe: Access Outlook via VB.Net Pin
Richard MacCutchan27-Jan-24 4:38
mveRichard MacCutchan27-Jan-24 4:38 
I have no idea what you are doing or what errors you are seeing, so these suggestions may, or may not, help. If I assume you are using Visual Studio 2022, you first need to create a Windows Forms application using the VB.NET and .NET Framework workload. You should then see the names of your project files in the Solution Explore window. Open the Form1.vb file (you may need to right click on the name and select "View Code"), which should give you an editor view of the generated code. You should now be able to see where the different parts of the code can be inserted.
AnswerRe: Access Outlook via VB.Net Pin
Member 1622894123-Mar-24 14:12
Member 1622894123-Mar-24 14:12 
QuestionWhich Visual Studio is right for ME? Pin
Member 1510932521-Jan-24 19:15
Member 1510932521-Jan-24 19:15 
AnswerRe: Which Visual Studio is right for ME? Pin
Richard MacCutchan21-Jan-24 21:34
mveRichard MacCutchan21-Jan-24 21:34 
AnswerRe: Which Visual Studio is right for ME? Pin
jschell22-Jan-24 5:42
jschell22-Jan-24 5:42 
AnswerRe: Which Visual Studio is right for ME? Pin
ramsey benson26-Jan-24 11:52
ramsey benson26-Jan-24 11:52 
GeneralRe: Which Visual Studio is right for ME? Pin
Member 1510932526-Jan-24 23:12
Member 1510932526-Jan-24 23:12 
GeneralRe: Which Visual Studio is right for ME? Pin
Richard Andrew x6427-Jan-24 3:13
professionalRichard Andrew x6427-Jan-24 3:13 
AnswerRe: Which Visual Studio is right for ME? Pin
Member 1622894123-Mar-24 14:38
Member 1622894123-Mar-24 14:38 
Questionmysql to tally Pin
CHANDRA SEKAR Nov202230-Nov-23 20:52
CHANDRA SEKAR Nov202230-Nov-23 20:52 
AnswerRe: mysql to tally Pin
Dave Kreskowiak1-Dec-23 4:27
mveDave Kreskowiak1-Dec-23 4:27 
QuestionHow do i populate say combobox2 depending on a *selected* ms access database table in combobox1 without writing If statements for each and every table in the database in vb.net windows forms Pin
Kudzanai Victor8-Nov-23 18:41
Kudzanai Victor8-Nov-23 18:41 
AnswerRe: How do i populate say combobox2 depending on a *selected* ms access database table in combobox1 without writing If statements for each and every table in the database in vb.net windows forms Pin
Richard MacCutchan8-Nov-23 21:39
mveRichard MacCutchan8-Nov-23 21:39 
AnswerRe: How do i populate say combobox2 depending on a *selected* ms access database table in combobox1 without writing If statements for each and every table in the database in vb.net windows forms Pin
jschell9-Nov-23 7:18
jschell9-Nov-23 7:18 
QuestionChange Field Data Type in SQLite DB and Use with changes Pin
Choroid27-Oct-23 15:47
Choroid27-Oct-23 15:47 
AnswerRe: Change Field Data Type in SQLite DB and Use with changes Pin
Richard MacCutchan27-Oct-23 22:24
mveRichard MacCutchan27-Oct-23 22:24 
GeneralRe: Change Field Data Type in SQLite DB and Use with changes Pin
Choroid28-Oct-23 8:05
Choroid28-Oct-23 8:05 
GeneralRe: Change Field Data Type in SQLite DB and Use with changes Pin
Richard MacCutchan28-Oct-23 8:54
mveRichard MacCutchan28-Oct-23 8:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.