Hi All
Is it possible to create variables in loop statements?
For Example:
can I create 100 variables named var1,var2,var3,var4,var5....etc using For...Next statement?
please help
Thanks...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a normal button on a form, but I need to rotate the text sideways on it.
(or rotate the button, whichever is easiest).
Is this possible?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all..
why the below program prints some garbage?
Code:
void main()
{
printf("%d",3.34);
}
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm new to programing and I was wondering what I am doing wrong.
I have done this before, but today it just won't work .
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
what is the syntax for set and get when you want to initialize 2 private string in a constructor?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey,
First Time here and fairly new to vb.(studying at college)
I have a Richtext box and a save button on a form and i was wondering how to save it to my documents, as note.txt or someth...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I bind datagridview 2 as a child of dgv1 by defining a relation.
I need to select a row in dgv1 on demand. I do this be setting the row.selected=true, but dgv2 cannot be automatically updated ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
help me how to display the answers in a calculator in vb 6.0 i'm just a student help!
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Here's my scenario ...
I have two classes class A & B
Code:
// A.h
Class A
{
private:
void nicefoo();
void badfoo();
}
Code:
//B.H
Class B
{
public :
static void...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Guys,
I have a column that is either Incoming or Outgoing. How can I make those 2 choices available from a combobox in my bound datagridview. Please help me
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi!!
When I attached to WH_KEYBOARD_LL hook I haven't the "previous key state" value in KBDLLHOOKSTRUCT struct. However the WH_KEYBOARD hook provides this value. How can I detect in ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Guys,
I have a dgv and I want to be able to add,edit and delete. I've got my code for updating to work. I grab the Id from colum1 of the row to update and write my updatecommand accordingly...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
For example, I setup an array,
I need to raise an event or call a function automatically when any element of an array is changed. How can I do this?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
In VBA for Excel, please....
In this dir are many zip file(admit i dont know the number of file)
MYPATH= "\\GCD01F4500\DATI\PUBBLICA\APPLICAZIONI\ZIP_FILE\"
I want vto extract fr...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How do you count and add up all the records in one field of the Microsoft Access using data control?...
Situation:
I made a database using MSAccess. I made two forms. One for inputting the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
The image is coming from my picture box but the iamges is bigger than my screen, this is my code how can i get it to fit the screen best?
Code:
Dim fileName As String = "WallPaper&q...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I'm facing problem in email by using php script.
Here's my php.ini configuration
[mail function]
; For Win32 only.
SMTP = smtp.streamyx.com
smtp_port = 25
; For Win32 only...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I've seen a few posts about this but nothing i can see relating to what i'm doing.
I have 3 queries, the second takes some of its fields from the first, the third takes some of its fileds fro...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
how to i create a listview with more rows? i cant get it working
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi.
I created a small OpenOffice macro to convert any office file to a html file (under Windows XP). I want to execute it with PHP:
PHP Code:
$cmd = '"C:\Program Files\O...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I have created a windows service which monitors the activities of files on the server. This windows service is using a filesystemwatcher.
Every time there is an activity, i.e. when a file ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i cannot understand what is happening, and i need to solve the problem.
the following snippet of code is used six times in the programme
Code:
ExcelFile.Worksheets("Calculat...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have tree control on left pane and list control on right pane. For list control i'm displaying a pop up menu when i right click on any item in list control. When i right click on any item in lis...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I had a nice application which ran under Office 2003 and noteably outlook 2003 in Windows NT.
My company migrated to VISTA, still with Office 2003.
But my app dosen't run anymore and I get t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I had a nice application which ran under Office 2003 and noteably outlook 2003 in Windows NT.
My company migrated to VISTA, still with Office 2003.
But my app dosen't run anymore and I get t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine