Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General / December 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
WinIO I/O Issues with WinXP Machine13 Dec 2005 12:48 GMT2
I am using WinIO from www.internals.com and it seems to be working OK
except for one thing.  It only runs from an administrator account.  I
followed the instructions for using under a non-administrator account
but it isn't working.
Reports / Preview / Printing13 Dec 2005 06:17 GMT6
I would like to check with you guys before I go inventing the wheel again.
I need to improve my VB applications reporting / previews and consequently
the printing procedures. so far I managed with simple paper prints without
first showing the report on screen, or using separate ...
How vbasic is calculating length of the string?13 Dec 2005 03:37 GMT15
Is the length of the string the factor how long the statement:
Len(string)
will take time to execute?
Your thoughts please,
Mscomm , How to receive HEX data ?13 Dec 2005 03:01 GMT6
        I am using the code as below to receive com port data but in
ASCII string format.
-------------------------------------------------------------------------------------------------------
sMessage = StrConv(MSComm1.Input, vbUnicode) & MSComm1.Input
How to know an array length ...13 Dec 2005 02:45 GMT4
           We can use len(String) to get the length of string.
But, how to know the length of array ?
Thank you very much!
Best regards,
Snowfall screensaver13 Dec 2005 02:02 GMT13
I can't believe that nobody has asked about a falling snow screensaver this
year.
If anyone is interested I have one, including source code, based on Larry
Serflaton's Snowfall.
Draw a line on Picture box13 Dec 2005 01:39 GMT2
I have the following code for drawing a line on form......can any on
help me for drawing a line on picture box using the same followin
code.for information I faced the problem because Picture box has n
Load options....
Why the converted value is always 0,when the sMessage is 0xC0 ?13 Dec 2005 01:20 GMT4
         For x = 1 To Len(sMessage)
           Text2.Text = Text2.Text + Str(Asc(Mid$(sMessage, x, 1))) + " "
         Next
Why the converted value is always 0,when the sMessage is 0xC0 ?
VB6 connecting to Access2002 - unknown format error12 Dec 2005 22:53 GMT6
I'm new to VB, but know a good deal about VBA. I've inherited a VB project
that attaches to an Access 97 database. I converted the database to
Access2002 (our current standatd), but now when I attempt to change the
Record Source on a form to the new database, I get the standard ...
Multiple EXE instance running12 Dec 2005 20:28 GMT5
When I run my VB application in production, exit and try to run the
application again,  the App.PrevInstance indicates that an instance is
already running. I do not get this in development mode. How can I make sure
that the EXE does not leave any process running when I exit the ...
Access to VB 6 and Oracle12 Dec 2005 20:21 GMT8
I have an Access 2000 application that people want "upgraded" to VB 6,
preferably using an Oracle back end.  Questions:
Do I have to recreate all of the forms or is there a way to import them in?
I am certified in Sql Server 2000 (I really wish these people could just use
Programmer Productivity12 Dec 2005 17:26 GMT25
Do any developers have any tools to help them manage their individual
workload?
I have a list of tasks I am working on, with various priorities, some with
deadlines, some with dependencies. Every week these change to some extent
Radial text help from Mike Williams or12 Dec 2005 17:24 GMT2
In the Mike Williams and Henry "Radial Text" supplied code that
I've been tweaking, the following code allows me to place multiple
lines of  radial text on the screen spaced .75" vertically from each
other. I first load a list box with the serial numbers and the read
activating option group12 Dec 2005 16:54 GMT8
i have a form with a subform in datasheet view.
each line, when double-clicked, opens another form with 3 groups.
depends on the line, one or two or all three groups are to be
activated.
Finding printer paper bin constants12 Dec 2005 16:47 GMT1
VB6
Trying to determine proper constants for paper bins on a printer with
multiple paper bins. The printer object in VB6 has a read/write Paper Bin
property which may be set to direct using a specific paper bin. .NET
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.