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

Tag: form

VB.NET – Traversal All text boxes, including text boxes in the group box

I have several text boxes in winform, some of them are in groupbox. I am trying to loop through all text boxes in my form:

< /p> For Each c As Control In Me.Controls
If c.GetType Is GetType(

October 6, 2021By Simo Visual Basic box, form, included, Traverse, VB, VB.NETLeave a Comment

Ruby-on-rails – What is best practices for operating form data before saving in Rails 3?

From a rails best practice point of view, what is the best place to manipulate form data before saving?

For instace, on the contact form, I want to make sure that all data is saved in upperca

October 6, 2021By Simo Ruby Before, best, data, form, operation, practice, rails, ruby, save, whatLeave 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 – 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

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

Delphi – Why does the components created at my runtime do not appear on the form?

I am testing an example from this Q& A Component Creation – Joining Components Together? to understand how to create custom/composite components.

Although the example The components installed

October 5, 2021By Simo Delphi Component, create, Delphi, form, my, no, now, run, whyLeave a Comment

Delphi Xe4 – Get the current form monitor

In a multi-monitor environment, I want to be able to get the current monitor and active monitor to save the information when I close the form, and when I reopen the form in the future, the form wil

October 5, 2021By Simo Delphi Current, Delphi, form, Get, Monitor, XE, XE4Leave a Comment

Delphi Form button ashing disable

1. Make the minimize button gray:
setwindowlong(handle,gwl_style,getwindowlong(handle,gwl_style) and not ws_minimizebox);
2. Make the maximize button gray:
setwindowlong(handle,gwl_style,getwindowl

October 5, 2021By Simo Delphi buttons, Delphi, disabled, form, grayLeave a Comment

Delphi – How does my form detect the keydown event when another control is focused?

procedure TMainForm.KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
begin
if (GetKeyState(Ord(‘Q ‘)) The above event only works when the focus is set to the main form.
If I run the ap

October 5, 2021By Simo Delphi Another, control, Delphi, Event, focus, form, How to Test, Keydown, my, time, WithLeave a Comment

Delphi – How to make the component disappear in the form designer?

I am creating a custom control that contains other controls, including two scroll bars, one horizontal and one vertical. There is a property to set one or two scroll bars invisible, it It works fin

October 5, 2021By Simo Delphi Component, Delphi, design, device, disappearance, form, How, MediumLeave a Comment

Posts navigation

Page 1 Page 2 Page 3
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