Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Visual Basic

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.

Open user control from user controls from the main window grid WPF

Maybe first I will talk about my application.
For example, when an employee logs in to my application, he will load the “Employee Menu”:

Dim Empl As New Employee
MainGrid.Children.Add(Empl)

October 6, 2021By Simo Visual Basic Controls, grid, Lord, Medium, open, users, window, WPFLeave a Comment

64-bit C # with 32-bit VB6 COM object

I have a 32-bit in-process STA VB6 DLL. I regret that there is nothing I can do about it. My C# components greatly benefit from 64-bit. Anyway I call/interface from my 64-bit process This 32-bit dl

October 6, 2021By Simo Visual Basic bit, C #, com, Has, object, VB, VB6Leave a Comment

How do I uninstall all open forms in VB.NET?

In the process of converting VB6 code to VB.NET, I need to replace the following codes, which are designed to close all open forms remaining in the application.

‘close all sub forms
For

October 6, 2021By Simo Visual Basic all, form, How to, open, Uninstall, VB, VB.NETLeave a Comment

VB.NET how to move app.config files to a custom location

I have an application that has a bunch of values ​​in its app.exe.config file. The application is used by a small number of users and the settings will be changed periodically. So I have to change

October 6, 2021By Simo Visual Basic app, App. Config, Config, definition, file, Free, How, location, Mobile, VB, VB.NETLeave a Comment

.NET – Flashing and “CreateParams”

I want to avoid flickering in my application panel. After a Google search 4 months ago, after trying the subclassed panel, after asking two or three times, After asking in other forums…no one has

October 6, 2021By Simo Visual Basic CreateParamsLeave a Comment

Is VB6 have a Linq expression?

I talked to a person about linq on a visual basis. He showed the linq expression in vb, but I can’t be sure whether it’s managed or non-managed (vb6) because I never Have used any of them.

Do

October 6, 2021By Simo Visual Basic expressions, linq, VB, VB6Leave a Comment

EF data GroupBY multi-field query VB.NET and C # reference

Dim g = lst.Data.GroupBy(Function(T) New With
{
T.mName,
T.mUnit,
T.mPrice
}).Select(Function(t) New With
{
.mName = t.Key.mName,
.mPrice = t.Key.mPrice,
.mUnit = t.Key.mUnit,
.

October 6, 2021By Simo Visual Basic C #, data, EF, Field, groupby, multi - range, query, reference, VB, VB.NETLeave a Comment

How to support Unicode characters throughout VB 6.0 applications

I encountered a problem that Unicode characters are not supported in a VB 6.0 application. I need to set Chinese characters in the record set field in my application-(the size of each field It is s

October 6, 2021By Simo Visual Basic 6.0, application, character, How to, Medium, on, program, support, Unicode, VBLeave a Comment

WPF – Rolling and narrowing scroll bars on XAML canvas

I have a canvas, which will generate images from the code behind, my xaml is as follows

< br />

cvsWarehouse It is the actual canvas. The work behind many of the codes cont

October 6, 2021By Simo Visual Basic canvas, Reduce, Rolling Bar, WPF, xaml, ZoomLeave a Comment

Wild sorting (VB.NET)

Generic Sort (VB.NET)

Module _4_Generic_Demo

??? Sub Main()

??????? Dim list As New List(Of Person)

??????? list. AddRange(New Person() {New Person(“Ken”, 36), New Person(“A

October 6, 2021By Simo Visual Basic pan, SORT, type, VB, VB.NETLeave a Comment

Posts navigation

Page 1 … Page 6 Page 7 Page 8 … Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress