Category "vb.net"

How to add a chrome web browser control to my application in visual basic

i want to add a google chrome control to my application because internet explorer control isnt very good.It shows the web pages wrong etc.Some help please

How to add a chrome web browser control to my application in visual basic

i want to add a google chrome control to my application because internet explorer control isnt very good.It shows the web pages wrong etc.Some help please

Custom Combobox with values

I have a windows application with multiple Forms containing the same ComboBoxes. These Comboboxes have fixed items. On each Form I load the Comboboxes with thes

VB.NET WebRequest with PHP POST

I am having trouble sending the post variable to received in the PHP document in my server. I tried it with the GET and it works fine. But what I notice is the

How do I use Not in a If statement with more than one condition

Working on a old legacy code using VB or delphi, do not know for sure. I am trying to write-- if itemA does not equal 111 OR itemA does not equal 222 then futu

Hide gridview column header

I have a gridview that is populated from a sqldatasource with ajax, which is fired from a radcombox drop down. The below does not work because technically the g

In vb.net when calling a method from an instance of Outlook.Application, a pop up halts code execution

We have a vb.net windows application that creates an instance of Outlook.Application to open an email .MSG file, and save it as a .HTML by calling the Outlook.A

Unable to locate the .NET SDK as specified by global.json, please check that the specified version is installed

trying to start a .NET console application. Would prefer F# but get the same error in C# or VB as well. Unable to locate the .NET SDK as specified by global.jso

RichTextBox auto scroll to bottom when replacing a line

I'm using a richtexbox to put logs for an application of mine. I'm also using it as some sort of progress bar for a background worker. I'm not going to go in t

OpenXML how to make text bold

I use openXML to write a word document containing my text. Now I want to make a part of the text bold. I however fail to find a solution to make my text bold, s

Sending And Receiving SMS From GSM modem

I am trying to send message from GSM modem. I can submit AT commands the response is OK without any ERRORS. But the problem is I can't send message or read mess

Programmatically Attach PDF from MemoryStream to Outlook E-Mail Items

Would it be possible to attach PDF from MemoryStream or other functions to Outlook E-Mail Items MailItem.Attachment.add(), rather than from the file on the hard

How to parse json and read in vb.net

I have this code in my project: Dim request As HttpWebRequest Dim response As HttpWebResponse = Nothing Dim reader As StreamReader request = DirectCast(WebRe

Accessing Outlook COM addins

I am a novice at programming and it is my first time trying to program a plugin for outlook, which I am having issues with. When using Application.COMAddIn("ad

Accidentally deleted System.Core Reference

I have accidentally deleted the System.Core reference from the References tab on the application settings and I want to know how I can add it again. You may th

OleDb Exception was unhandled

I seem to be getting a OleDb Exception was unhandled when running this code and i really cant see why... Code attached Thanks! James Module DataAccess Pri

how to load crystal report while button click using vb.net

I have a code to load crystal report while clicking a button in vb.net but it gives load failed error please help me to solve this . my code is Imports Crysta

How to get the rowindex by searching text from datagridview on vbnet

I am stuck on a simple thing. My app has a datagridview with 3 columns. One columnshave the name "Sites" and I have added the rows to it as in: sites1, site2, e

SMTP Email Works until triggering a 404 error in the middle of sending Mail

I have a table for email recipients imma database, and use the "select all" button from the gridview table as trigger to call the mail function. my iteration fu

Why does Application close after executing a SQL Server CE update command?

My application closes after I execute an update command via oledb connection I also use DataAdapter but it closes without any error too, I can execute insert, d