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 / January 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Proper way to resize  a Form29 Jan 2006 21:47 GMT8
I've been using code like that below to resize forms.
However, I just noticed something that leads me to believe that there must
be a better way.
I usually run with a resolution of 1280 x 1024.
File Copy Without Win Buffering29 Jan 2006 17:04 GMT19
Need help with a snippet to:
Copy a file without using Windows buffers - i.e. direct write to destination.
I think it goes like this -
Get the sector size of the source and destination.
[VB6] Moving form when clicking and dragging picture box29 Jan 2006 17:01 GMT8
So, I'm using mousedown to determine the mouse button is clock,
mousemove on the picturebox to determine the current mouse position
and I would like to move the form to follow the mouse.
I figured that the following code in mousemove would work:
Short file names29 Jan 2006 13:10 GMT5
Ok, I may have gone a bit nuts, but I've decided to add code to a particular
app to allow either long or short file names.
If the code detects that the system allows long file names, the code will
use names of the form
Determining if a VB6 form is modal29 Jan 2006 08:48 GMT10
I want to loop through the forms collection and determine if any of them are
displayed modally.  How can I do this?
Suggestion for DB Connection29 Jan 2006 08:22 GMT3
I am using Visual Basic 6.0 and Oracle 8 as database for my project.
My project is going to be an Multiuser software. The database should be
accessible from other computers also. which is the best method to
connect to the database using Visual basic 6.0 is it ODBC connection or
WH_MOUSEHOOK_LL29 Jan 2006 05:50 GMT6
An actual question this time, sorry about the previous ranting post.
The answer is probably no, but is there a way to safely eat a mouse message
that is hooked ?
I'm using the hook and reacting to the MBUTTONUP message. If I drop that
cRegistry problems read/writing to (Default)29 Jan 2006 05:26 GMT4
I'm attempting to read the value of a default into a variable.  It's
simply not working.
Private Sub Command1_Click()
Dim cr As New cRegistry
Strange error29 Jan 2006 04:03 GMT1
Hi! I had made a project sometime back which was using VB6 and service pack
5. I had to reinstall my VB and had to download SP5 again. Now I am getting
a 'project or library not found', error for ListView control. Everything was
working fine earlier.... what could have gone wrong ...
load a 2D array into MSFlexGrid29 Jan 2006 01:39 GMT3
Can anyone help me how to load (open) a 2D array into MSFlexGrid ?
I have a file containing XY array of like:
10  12
20  14
Strange 'Replace' problems28 Jan 2006 16:01 GMT4
Ok here it is - I've got this code, converting tabs to spaces :
          mSelText = ActiveForm.txtEdit.SelText '<---richtextbox/mSelText
is a global string variable
           mSelText = Replace(mSelText, vbTab, " ")
create a registry key 28 Jan 2006 14:47 GMT2
does anyone have the code to create a registry key on a remote PC using WMI
in VB.net ?
thanks
Writing to registry28 Jan 2006 14:42 GMT55
My app saves (and reads) preferences in Windows registry.
1.
The registry key is:
HKEY_CURRENT_USER\Software\<My software name>
Application To System Tray and then restore it again28 Jan 2006 09:29 GMT1
hai all..
I need the code to get my application displayed in the system tray
when it is in use it is displayed in the taskbar
when it is minimised it must go in the system tray and not displaed in
cast question28 Jan 2006 04:52 GMT3
Not too familiar with VB, have to deal with this:
               For Each obj In controlList
                   Dim meoc As NoodleEditingOptionsControl = CType(obj,
NoodleEditingOptionsControl)
 
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.