Lots of the same -
Hi, im trying to fill all the combo boxes in a form with the same thing, im currently using this code:
Dim combo As ComboBox
For Each combo In ImpAsig
combo.AddItem Impre1
combo.AddItem Impre2
combo.AddItem Impre3
combo.AddItem Impre4
combo.AddItem Impre5
Next combo
But it returns an error saying "Type Mismatch" and highlights the first line of the code.
Please help
I Love Chris lots and lots and lots and lots and lots and lots and lots x 1099 -
errrhmmm... uh.. ehh... I mean ...
u brought Shaun back ! how can I not love you man?
Collections -> How to add a new item after a 'group' of strings -
in a collection, ive got something like
KEYWORD lots of data
KEYWORD lots of data
KEYWORD lots of data
KEYWORD #lots of data
KEYWORD #lots of data
KEYWORD #lots of data
KEYWORD #lots of data
KEYWORD #lots of data
lots of data is variable
how can i add a new item after al
Need an expert on memory optimization -
I'm working on a program that keeps track of your projects and how much time you spend on them. The problem I'm having is that it uses lots and lots of memory. I need someone with lots of VB experience to tell me what is using so much memory and help slim down the code. Please email
Possible format error -
VB6: Forex Margin Calculator
Creating a math prog that is trying to refine the value of the Lots text box.
Balance = 19.00
Leverage = 50
Lots = 1.0
If Balance = 19 then a for statement must decrease Lots until Lots x Leverage equals Balance. What is happening is for statement is
efficiency.... -
right, im making a program with lots of code right, but that code as it gets larger WILL be repeated, LOTS (so its like 30lines but i would use it like 10 times)
Is there a place i can put this so i can just point the code to that bit, and so reducing the amount of code by Lots
Best places to drink (booze that is) -
Being a geordie I have to pronounce Newcastle as one of the bast watering holes on the planet.
Tons of booze, lots of doorways to be sick in and lots and lots of over friendly, drunken Geordies.
Whats your favourite boozy place?
You should post like this -
It's lots and lots of fun typing like this and sooooooo ennoiing to teh oters who ar readin this
PM Apology -
VbForums,
I never check my PM's. Found lots unread, lots super old..
I apologize to anyone who I may have ignored, I definetly did not mean to.
Halsafar
Handlling large no. of events in VB.NET -
Hi,
Actully I have a 3rd party components, to which I can subscribe for data and It publishes data when avail. by raising an event.
Now when I subscribe for lots of data, it updates me the same by raising lots and lots of events.
Kindly suggest how to handle the same ... in
With Rollup -
Im trying to select data from the db and display it in a datagrid with a datareader... I want part sums and full sum on a field called 'quantity'
My sql looks like this (simplified... cause I have lots of joins)
SELECT part_no, part_qty, warehouse_location, SUM(part_qty ) AS sum
Grouping Access 2003 Report By Lots -
I need to know if there is any way to group Access 2003 reports by lots. In other words if there are 95 rows in the query or table, and the user specifies lots by 10, then the rows would be grouped such as:
Lot 1
[Row 1]
[Row 2]
...
[Row 10]
Lot 2
[Row 1
My latest hobby... -
cans... lots and lots of cans...
This is only about three weeks worth of stuff... imagine what it'll look like by the end of the semester!
AI examples -
Is there ay good site with lots and lots of examples at AI?
Making a Program Wait -
What is the best way to make a vb program wait x amout of seconds/milliseconds?
I want to be able to do something like this:
lots of code
lots of code
lots of code
wait 10 seconds
more code
more code
more code
more code
How would I do that?
Thanks.
Which is better... If... Else or Select Case {Resolved} -
Just a simple question and I was wondering is anyone had any insight into this.
If you are using lots of if-Elses or, lots of select cases - which would be faster.
Cheers,
RyanJ
Newest Technology -
Lots of new technological achievments are occuring each day but lots of people don't know it even exists
SO why don't we try to list some of these new technologies or some technologies that are are being developed for future use ?
(COMPUTER RELATED )
Let's say :
NANOTECHNOLOG
[2005] Connecting lots of Computers to SQL DB over a Network -
Hi;
I want to connect lots of clients to a MS SQL DB. They will use an ip adresse over a network. Is ADO going to do all network communication alone? What kind of tips can you give me?
Need something similar to Mapquest/Yahoo Maps/etc -
Hi,
I was wondering if someone could point me in the right direction. What I'm given is a map that contains information for a construction site (it's divided into lots). I need to be able to show the user the stages that the lots are in (if lots are sold, free, unavailable, etc).
lots of pictures into a video file -
Any idea about an OCX, dll, or source code that can combine lots of picture (any format other than bmp) into a video file (could be avi, mpeg, etc)?
[2005 or 8] Want to extensively interact with OUTLOOK/Exchange -
We are working up some ideas on an app that will interact heavily with Outlook - attachments - grabbing them - sending them. Lots and lots of e-mail access from our GUI.
Has anyone got experience with this? Are we thinking correctly that all this will be a breeze?
Function returning lots of data advice -
Hi All,
I want to return lots of data from a function ie .. a row from a table.. now if I was using vb6 i'd create an array or udt and send that back but surely theres a more guici way of doing this in .NET? like hash tables or something along them lines??
Thanks guys/gals
[2005] Lots of Warnings -
For some reason one of my projects has thrown up lots of warnings.
They are all prefixed with things like
Microsoft.Design
Microsoft.Performance
Microsoft.Naming etc etc
What are all these about?
Edit: It seems to have come from running Code Analysis.
Is there any way to rem
Whos is url -
Who is url
we ask him to make our text into links but we never see how he does it. We never pay him. Wonder if he has a family. He must work 24 hours because vb forums never shuts down
maybe he had lots of free time when vbforums was originally set up and thus had lots of fun.
Program to send lots of emails at a time -
The company I work for is looking for a preferrably fee free and ads free way of sending lots of emails at a time (for now let's say about 5000). We use one service now, but we are really unhappy with it, and we are trying to find something else.
Thanks for any ideas.
W
Lots and Lots of Unbound Pictures -
What is the best way to show pictures directly from files in a single control, i already have a picture on my form, and want to show a picture depending on what record is selected from a database.
a good free ocx's site -
hello everybody....
i just want to know if anyone can tell of a good site with lots and lots free ocx's.
well, hasta pronto
Ruyeno22
How should I organize my mp3's -
Ok, I got lots and lots of mp3's (like 2gb) and I have no ****in clue how to organize them. can anyone help?
X Variables > Free Them! -
Hi!
I have in my game lots of variables, lots of LONG.
How can I free all of them from the memory?
Or What should I free?
I want the memory back when my game is over, that's all.
Is there a way? short way? long way? anyway?
Tell me please, what are you doing when you have
.bmp over .jpg -
Hi All,
Just a quick one,
Im doing a game that uses lots of picture boxes that load from the game dir would i be better converting them to jpg's as there lots smaller or does it make no differance?
As i dont know how to load all needed pics into the form so it dont ha
National DB (UK) Whats the best BE -
Hi,
What in your view is the best Back End for a national DB. And why?
Assume VB front end and you have limitless money.
Going to be lots and lots of records - financial tracking reporting audit all compiled into one for several locations dotted around uk.
A couple of the ta
Lots of data -
I have a huge harddisk I don't know what to do with, 200GB of empty space.
Thought I'd write a number crunching app (just to look cool in the background when I'm not using my PC) but I don't know what theme. Does anyone know any interesting algorithms that require or generate lots
Controlling the record number in a recordset -
I have an Access 2003 Database and it contains two tables: Lots and Owners. My VB6 Project uses two Ado Controls: Adodc1 to retreive the Lots table and Adodc2 to retrive the Owners table. The two Ado Controls are necessary as there are 116 Lot records but only 108 Owner records. The re
access query through vb -
I would like to query a ACCESS 97 datebase. I use the following query:
str = "87K"
sqlString="select * from Lots where lotNo like '*"&str&"*' "
or directly use the variable
sqlString="select * from Lots where lotNo like '*87K*' &q
[2005] INSERT command/parameters used over and over again -
I want to insert lots and lots of rows into a SQL CE database.
Can I create the INSERT statement - with parameters once?
And use it over and over again by simply changing the PARAMETER values with new data and executing the command again and again?
Also - do I need to name the
Mandelbrot Set -
I have been trying for the past 3 days along with a colleague of mine to write a program that will graph the mandelbrot set. Sounds easy enough, eh? Thats what I THOUGHT!!! VB is giving me lots and lots of little complaints, and I am at my wit's end. If anyone could please email
View or Stored Procedure -
Which one:
Stored Procedure
Code:
CREATE PROCEDURE sp_isLTRHold
@lotVal varChar(50)
AS
SELECT DISTINCT Lots.Lot_Number
FROM Lots
INNER JOIN vw_MES_Lot_Details ON RTRIM(vw_MES_Lot_Details.Lot_Number + ' ' + vw_MES_Lot_Details.Sub_Lot) = Lots.Lot_Number AND vw_MES_Lot_
Loading loads of images! Speed problem! -
Ok now i am making a app which is very graphical! So its gonna contain lots and lots of images! So if i use the simple picture/image box and use load picture i just know the softwares gonna take time to load and loose efficiency! So what do u guys suggest i should do?
Download lots of images -
Any tips for downloading lots of images of the net?
The source for the images is a script i.e.
http://www.somewhere.com/getimage.asp?id=1234
I've had a couple of suggestions, one to use WinInet and the other to use xmlhttp.
Thanks in advance.
They think that they can .... -
.. waltz right back in here... those TT'ers.. names need to be named and effigies burnt (where real members are unavailable) ... I say he/she who has only sinned a little and only with the opposite sex should throw lots and lots of stones at them....
Here is the list of traitors tha
can it handle the POWER! -
hey all,
im jus wondering if VB 6 can handle this game im preparing to make. its going to have lots n lots of sprites, i mean detailed people (32) at one time, high detailed level n explosions everywhere. its going to be like a Metal Slug but advanced, with high physics and lots of