
MSComm in VB.NET
2009年6月21日 · Visual Basic https://qa.social.msdn.microsoft.com/forums/vstudio/en-us/207db17c-c1e7-4f03-bb9a-1843fec3c899/mscomm-in-vbnet?forum=vbgeneral Question 8
Domain and Workgroup in VB.net - social.msdn.microsoft.com
2016年10月18日 · Hi, Is it possible to determine if the PC is part of domain (show domain name or FQDN) or Workgroup (Show PC name ...
look for zeros in rows in a particular column
2012年8月4日 · Visual Basic https://qa.social.msdn.microsoft.com/forums/vstudio/en-us/bb4406b3-7166-4a2c-aed4-f695b2dd3a14/look-for-zeros-in-rows-in-a-particular-column?forum ...
Simple Calculator multiplication and division
2010年1月30日 · Trying to make a simple calculator. My program inputs numbers and arithmetic operations thru commandbuttons. The ...
Having problems Converting to VB.net Decimal to Fractions
2017年8月2日 · Windows Dev Center. Windows Dev Center Home ; UWP apps
Transparent button help - social.msdn.microsoft.com
2011年2月1日 · OK. I'm making a program, and I need some help with some problems I'm having. I know you guys are great and will be ...
VB.Net Syntax Highlighting - social.msdn.microsoft.com
2012年12月8日 · Subscriber portal. Get tools. Downloads. Visual Studio; SDKs; Trial software
Do anyone know how to make a watery effect on a form
2013年12月9日 · Subscriber portal. Get tools. Downloads. Visual Studio; SDKs; Trial software. Free downloads
RegEx in TSQL - replace non-alphanumeric characters etc
2015年4月28日 · Hi guys, I have this function in VB that I used in Access to replace all non-alphanumeric characters, including ...
Connection to database soooooo slow! - social.msdn.microsoft.com
2007年10月15日 · n = da.Fill(ds, recNo, nRecs, "ATable") to get individual records from a db. The connection is open all the time, each access only retrieves about 50 or 60 bytes, yet I can still only get about 5 records a second from a db on the local network.