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

Tag: VB

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

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

How to use VB.NET from FTP Download Directory

I tried to download multiple directories from FTP server to my local machine,

I tried this,

Const localFile As String = “C:\Documents and Settings\cr\Desktop\T\New Folder\”
Const

October 6, 2021By Simo Visual Basic directory, download, FTP, how to use, VB, VB.NETLeave a Comment

VB.NET – Background color of the form

Private Sub HScrollBar1_Scroll(ByVal sender As Object, _
ByVal e As ScrollEventArgs) _
Handles HScrollBar1.Scroll
Me.BackColor = HScrollBar1.Value
End Sub How to set the BackColor of the form? H

October 6, 2021By Simo Visual Basic Background, color, form, setup, VB, VB.NETLeave a Comment

VB.NET – Microsoft.Office.Interop.Word namespace alias is not identified

This is my code in Form1.vb:

Imports Word = Microsoft.Office.Interop.Word< br />
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Ha

October 6, 2021By Simo Visual Basic alias, Interop, Microsoft, Microsoft.Office.Interop.Word, Name, Office, space, Unrecognized, VB, VB.NET, WordLeave a Comment

VB.NET – DataGridView retains Waitcursor when updating from thread

I have a DataGridView control in my Windows Forms application.
I am using a background thread to add rows to the grid. I change the cursor of the form to Waitcursor when the process starts , And r

October 6, 2021By Simo Visual Basic DATAGRIDVIEW, thread, time, Update, VB, VB.NET, WaitcursorLeave a Comment

VB.NET Excel Addin, how do you write data to a specific worksheet by name?

So this is the problem I encountered. I am converting an old Excel macro to excel add in so that I can share it with my colleagues more easily. I am VB Newbie to .net, but I’m doing what I can, so

October 6, 2021By Simo Visual Basic Addin, data, excel, How to, Name, press, specific, VB, VB.NET, Workwake, WritingLeave a Comment

How do I set the default form in VB.NET?

How to set form number 4 as the default form that will run when you press f5 in visual studio 2008. Because form 1 is always the first to start >Right click on your project in the Solution Explor

October 6, 2021By Simo Visual Basic default, form, How to, set, VB, VB.NETLeave a Comment

VB.NET – Copying Windows Cancel Hide Folders and File Features

I visited a tool again, I wrote my service support team in VB.Net and back, I want to add some checkboxes to copy Windows to show hidden files and folders/ Then hide the same functions, as well as

October 6, 2021By Simo Visual Basic cancel, Copy, Files, folders, functions, Hide, VB, VB.NET, windowsLeave a Comment

Posts navigation

Page 1 … Page 6 Page 7 Page 8 Page 9
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