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



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need help with drag and drop14 Aug 2006 23:44 GMT1
A form I am working with has two halves: on the left is a ListView in Report
view containing a few columns of information.  On the left is an array of
image controls.
What I need to do is be able to drag from the ListView to an Image control
numeric value from textbox, val( ) or .value ?14 Aug 2006 22:43 GMT4
When I need a numeric value from a textbox should I do:
Val(textbox.Text)  or textbox.Value ?
Actually, I think that for a textbox .Text and .Value are the same.
or if the variable is for example an integer doesn't it matter and could I
Proper declaration and population of an array14 Aug 2006 21:43 GMT10
Here is my code:
   Dim FileNum As Integer
   Dim TotalFile As String
   Dim strControlsNames() As String
Error on Server but not on Local?14 Aug 2006 21:23 GMT1
am using VS.Net 2003 and CR XI .when i bring up the page that shows
the report i get this error........when i run it on my local machine
(where my VS project is at) What am I missing.....?  I am using Windows
2003 Server.
Hiding a form and keeping it from stealing focus14 Aug 2006 20:24 GMT2
I originally posted a question regarding systray code that would not steal
focus when minimized to the systray.
Testing has convinced me the problem of losing focus may be related more
to hiding the form that the systray code.
Sendkeys / keybd_event Suggestion and Help Nneeded14 Aug 2006 20:13 GMT9
I have an app I wrote in VB6. I now want to control it with another VB6
app. I am using this command to launch the child app:
   CommandLine = "c:\cpv2\cpv2.exe " & "-r=" & strGameName
   Shell Environ$("comspec") & " /c " & CommandLine, vbHide
Problem with Microsoft Calendar Control 9.014 Aug 2006 17:05 GMT3
I have a problem with Calendar.ocx and Visual Basic 6.0
I have a form with two object calendar. In some machines, the two objects
display ok, but in another machines, one calendar don't display the numbers
of the day but the other display OK. This errors reports in some machines
Select part of text in maskedbox14 Aug 2006 16:36 GMT4
i need to select part of text in maskedbox.
(eg) if the cursor is at the end only the last masked part has to be
selected
any suggestions?
Re-ordering Sequential Text File14 Aug 2006 16:24 GMT2
Is there a way to Append to the beginning of a file?  Or if not...is there a
way to read only the last 10 entries made?
Thanks
Looking for good systray code14 Aug 2006 15:42 GMT6
Please help me find good systray code. I must have looked/tried 20
different versions of systray code and they dont do what I want or have
some kind of problem. The one I am using now is working except the code
grabs focus from other apps. Not a good thing (got it from Planet ...
Why doesn't this not work??????14 Aug 2006 14:23 GMT4
Private Type LINKDATA
   pIcon As StdPicture
   sLabel As String
End Type
Controling the Media Player Control14 Aug 2006 13:50 GMT1
I'm using the msmdx.ocx control to show video.
How can i open the video in Fullscreen
I didn't find anything for this
Making a form non-moveable14 Aug 2006 13:37 GMT30
I have a simple form (frmA) displayed in front of another form
(frmBackground) which is the background form.  I don't want the users to be
able to move frmA.  I tried setting the moveable property of frmA to false
and I can still move frmA  anywhere I want.
Very Odd Behavior14 Aug 2006 13:14 GMT15
Hi Gang,
VB6 SP5 seems to be broken or something. When I step through this code,
boolEnabled is True but VB falls into the 'Do this' line.
If Not boolIsEnabled Then
Speed up the loading time of a GUI14 Aug 2006 09:32 GMT9
I have a dynamic page in my program that loads survey questions with a
text field for the question and up to 10 answer fields inside a panel,
each question/answer has a check box to display the answer in the
survey or not.  Each question will only show one extra text field for
 
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.