Owner: BlogBov URL:http://www.blogbov.co.cc Join Date: Thu, 23 Oct 2008 04:29:46 -0500 Rating:0 Site Description: BlogBov : VB Code, VB Programing, VBA, Hardware Interface, VB String, VB function, VB Excel, VB Example Site statistics:Click here
VB hardware interface programming Part 1: HyperTerminal Minimum Link Cable Testing. 2008-10-22 02:57:17 Visual Basic hardware interface programming Part 1: HyperTerminal Minimum
Link CableTesting
.
Visual Basic can programming for interface between computer and hardware? Really common use in the blue is RS232 interfaces comports (COM1, COM2) with MSCOMM32 component. We present on next part. Now you should know basic for wiring cable and testing.
Firstly, you want a null [...]
Another way to use answer from Message dialog box [msgbox VB answer] 2008-10-20 05:10:31 Another way to use answer
from Message
dialog box [msgbox VB dialog box answer]
If you want to get answer from message dialog box, it’s so easy
you must define some boolean variable for that, and use Select Case function for action
dim Answer as Boolean Variant
Answer=MsgBox(”Please Click below for test”,VBOkCancel,”Test”)
Select Case Answer
Case VBOk: msgbox(
Split String so simple and easy [vb split string function] 2008-10-20 04:52:23 Split String so simple and easy [vb split
string function
]
แยกข้อมูลแบบสตริงอย่างง่ายๆ
1. Format of Raw Data for split
รูปแบบของข้อมูลที่จะนำมาแยกสตริง
You should know about data format for your spliting, such as
คุณควรจะทราบรูปแ
Testing BlogJet [Test Blogjet Windows client post blog] 2008-10-18 03:23:10 Testing BlogJet [Test Blogjet Windows
client post blog]
เพิ่งได้ทดลองโปรแกรม BlogJet ที่เป็น Windows Client เพิ่งดาวน์โหลดจาก เวอร์ชั่น 2.0.0.10 ขนาด 3.1 MB
ติดตั้งง่าย คอนฟิกง่าย และสามารถติดต่อกับ weblog Read more:Testing
Count Data Rows by Void Function on VBA Excel 2008-10-14 19:57:14 การหาจำนวนแถวที่มีข้อมูลในแต่ละคอลัมน์ด้วยฟังก์ชั่นแบบคืนค่ากลับใน VBA Excel
เปิด excel new file พิมพ์ ข้อมูลลงใน Worksheet1 คอลัมน์ A กี่แถวก็ได้
เลือก Tools -> Macro -> Visu
Frontpage summary show and Read more… link 2008-10-10 23:30:03 login เข้า admin panel เลือก Design->Theam Editor เลือกไฟล์ Main index template (index.php)
หา <?php the_content('Read the rest of this entry »'); ?> แล้ว เปลี่ยนตามข้อ3
<?php the_excerpt(’Read the rest of this entry »’); ?>
<a href=” Read more:Frontpage
How to Move WordPress Blog to New Domain or Location [move wordpress blog] 2008-11-04 19:07:56 How to Move WordPress Blog to New Domain or Location
[move wordpress blog]
For blogger who self-hosts the WordPress blog publishing system on a web hosting server with own registered domain name, sometimes, you may decide to reorganize the blog link URL to make it tidier or to reflect new focus or theme of the blog. If [...]
Create Access Database Table by VBA [access table vba] 2008-10-29 03:20:34 Create Access Database
Table by VBA [access table vba]
This method using for create a table by ADOX objects.
Open a Catalog object on the database you want to add a table to.
Create a new Table object.
Use the Append method of the Columns collection to add the field definitions (Column objects) to the Columns collection of [...]
Only Create Access Database File by VBA [vba create access] 2008-10-29 02:33:18 Only Create Access Database
File by VBA [vba create
access]
This method is using ADOX Catalog Object to create access database, you must add some reference to your project by method for additional special reference. This topic only create access database file only not include table or any thing. Following code is using for that.
‘this is [...]
Blogger Mod : Excerpt Articles and Read More Link..Part 2 2008-10-25 01:36:00 5. Choose Edit > Find in 2 nd NotePad windows input only red text into the Find What’s feild
“/b:skin”
6. Insert after find text for below text
7. follow step 5 to 6 again with find text “data:post.body” and insert after “find text” which
8. Go to edit menu choose “Select All” and right click again choose “Copy”
9. [...] Read more:Articles
, Blogger
Blogger Mod : Excerpt Articles and Read More Link..Part 1 2008-10-24 03:21:00 1. Choose Template > Edit HTML > check Expand Widget Template in red marked.
2. right click in text area choose “Select All” right click again choose “Copy”
3. Open “NotePad” Program or another text editor I choose NotePad
4. right click in NotPad area choose “Paste” you will get the first copy of your full code template. [...] Read more:Articles
, Blogger