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 / Controls / August 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Arrays29 Aug 2008 03:05 GMT11
1- I have two arrays Arr1 and Arr2 of sizes 100 and 25 respectively.  I want
to send the last 25 elements of Arr1 into Arr2, for example elements 76 to
100.  Is there any way of doing this without loops, like for example;
Arr2=Arr1(76)
endcurrentedit clearing textboxes28 Aug 2008 13:13 GMT1
this is probably a stupid question, or im missing something.
I have a customer info form, bound.  I load with the following:
--------------------------
FillDatasets() 'combo boxes
the DIM Statement26 Aug 2008 00:28 GMT7
1- I was wondering if in VB6, there is a way to explicitly deimention
variable?  For example, all variables that start with "A" to be of type
Double?
2- Also, is there a way to define the type of variables in a single
Spy tool22 Aug 2008 19:20 GMT1
A couple of mnths ago I started using Winspector fro a project I was
assigned to.  I would like to automate some processes and would love
to recreat the drag tool.( I have seen this tool on a program called
Textcatch also).  DOes anyone have an idea as to how to do it?
ListView Vertical Scroll Issue22 Aug 2008 14:31 GMT3
I am using a ListView control in VB 6 but cannot get the vertical scroll bar
to appear when I have many rows. I have tried different views with and
without column headers but it does not work. I can only see the horizontal
scroll bar. I have seen a few articles on the internet ...
many checkboxes place programatically ?no scrolbar21 Aug 2008 23:44 GMT5
In Visual Basic 6 I am not able to place programatically variable no.
of checkboxes so tha they do not run out of the form.
In .NET I can place then into a "panel" and it has scrollbar
Is it possible to make it work in old Visual Studio 6 ?
Passing "Controls" collection to a class method not defined in .ctl file21 Aug 2008 23:40 GMT14
I'm trying to pass the "Controls" collection from the
UserControl_Initialize() routine in my .ctl file to a class method
defined in a separate module. Here's the .ctl code:
   Private Sub UserControl_Initialize()
DataGridView.CurrentCell scrolling21 Aug 2008 02:37 GMT9
The documentation for DataGridView.CurrentCell states:
"When you set a cell as the current cell, it will scroll into view if it is
not currently displayed."
Is there any way to stop this behavior?
Rounding error using vbContainerSize20 Aug 2008 16:13 GMT6
I written a control which, internally, uses the scale mode Pixel
However, on my interface, I want to show all values in the scale mode
of my parent.
Therefore, I wrote some conversion functions, which basically do
Keeping State in Controls20 Aug 2008 02:25 GMT2
I have a few checkboxes on a form. User can check some of these checkboxes
and can close the form. When user opens the form again, I would like to show
what they selected when the form was open first time.
Is there an easy way to do that?
Binding ComboBox19 Aug 2008 14:31 GMT1
I am using VS2008 and an MS Access database.  On a form, I am looking at
records from a table, say Equipment.  I have i.a. 2 comboboxes on this form
showing manufacturers of PartA and PartB.  I have separate tables for
manufacturers of PartA and PartB.  Both have columns ...
communication between vb and java18 Aug 2008 05:41 GMT4
Hi everybody,I am strugglling with a problem for a whole day,but still
cannot resolve it.Please give me some suggestion.
I want  a client (written by VB6.0) to communication with a server(written
by JAVA).In the debug mode, in the server side ,the server call the java
Dimensionsing of variables13 Aug 2008 22:32 GMT5
I was wondering if in VB6 (or .NET) there a way of dimensioning variables
based on the value of other variables.  For example;
   Dim X as Double
   X=Val(Text1.Text)
Update a control on form 1 from a sub in form 211 Aug 2008 12:48 GMT1
Hello:  I'm trying to update a control (e.g. lstBOX.items.add(string)) from a
form (e.g. frm2) where the control resides in a different form (e.g. frm1).  
In VB6 this is trivial but I can't figure out how to do it in VS2003.  I've
tried fully referring to the control (e.g. ...
Database field in control08 Aug 2008 06:12 GMT1
All:
Would appreciate some help in filling a textbox with a field from an
access database query where the field is part of a table alias. there is
two identical tables in the query, but they are distinct from each other
Pages: 1 2 July, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.