I am writing a service in VB.NET, using ODP.NET to continuously log data to Oracle DB
The application was originally designed as a basic Written in a Windows Forms application, but when I por
Visual Basic is a structured, modular, object-oriented, visual programming language developed by Microsoft Corporation that includes an event-driven mechanism that assists in the development environment. This is a language that can be used in the development of Microsoft’s own products. It is derived from the BASIC programming language. VB has a graphical user interface (GUI) and rapid application development (RAD) system, you can easily use DAO, RDO, ADO to connect to the database, or easily create Active X controls. Programmers can easily use the components provided by VB to quickly build an application.
I am writing a service in VB.NET, using ODP.NET to continuously log data to Oracle DB
The application was originally designed as a basic Written in a Windows Forms application, but when I por
Hey all I want to make my image look beautiful and smooth (anti-aliasing) by using a mask, in order to make a circular image, as shown below: The original image looks like this:
The mask of
How do I determine if the letters are in the range of A-Z or numbers 0-9? We received some corrupted data “I_999Š=ÄÖÆaðøñòòñ”.
I thought I could use Char.IsLetterOrDigit(“Š”) to identify the
Can someone help me solve the problem of how to decompress the zip file in VB.Net?
Use “Imports Shell32” for instant messaging
From the above article:
Sub UnZip()
Dim sc As New S
I receive an error stating that the equal sign cannot be recognized. I always test my code in Access to make sure it works. Does anyone know why this is happening?
Code:
SELECT SUM(
II
Update: I may confuse memory usage issues with UI sharing the same thread and processing (as pointed out by MusiGenesis below). But regarding memory usage, I still can’t find VB .net specific synta
I am trying to create a word document from a template via JACOB/JAVA. I can’t seem to find any decent document on JACOB. Can someone explain how Dispatch works (.get | .put | .toDispatch)? I want t
I have a report that calculates certain events in my project… I want to insert a chart into this report, but when I compile it it doesn’t show up….
It shows images like un appernce: (
Dim docu As New XmlDocument()
docu.load(“C:igfile.xml”)
Dim tempNode As XmlNode
tempNode = docu.SelectSingleNode(“/header/type”)
someArray(someIndex) = tempNode.innerText
…do something more…
I have a VB5 (non.net) project and I want to upgrade to a c# project. Does anyone have any suggestions on methods or free tools that can help me solve this problem. < p>
Thank you
Brad<