Language
Visual Basic
Remove
Platform
Any
License
Any
Dear pro programmer ^^ i just wanna ask which language do a LCD TV use? i want to make a file into my pendrive to command the lcd tv to run my Pendrive image folder and slideshow it. please help me....
Certain dlls that I compile using /make through the command line work differently than when they are compiled using the VB6 IDE. I noticed that the IDE has options like Compile to Native Code and...
I have written a VB6 program and have sucessfully destributed it with the Inno5 compiler many times with no problems. I recently added a print routine in my program that requires the 'comdlg32.ocx'...
I am new at this and I have been creating a windows application in VB (using modules with forms, etc) and I am interested in trying to publish that application on the web.
A few things about this...
To Access 2000 File Format it was disable or grey out. I don't know why:confused:
What should I do? or what configuration I need to do?
Thank you
What loops? I didn't see any DO loops inside
the subroutine. Just a lot of IF-THEN-ELSE-
ENDIF statements. You might want to indent
inside the IF statements to see if there is
something...
Well here is the rest of my program i started to make when i was 15 years. I remember i did not completed it then, so i stared program again in 2001, to complete the program mostly, but still there...
Hi!!
I would like to create a deployment of the vb.net project. I have done it also!! But my problem is i want to make the setup such a way like suppose i am selling my product then it could be...
i've created a menu with indexes, say menu array is "mnuFile(5,10,15)"
For Each CTL In Me.Controls
If TypeOf CTL Is Menu Then
If CTL.Caption <> "-" Then
if =true then...
i performed calculation using an access query but when i linked access in visual studio using a dataset the result wouldn't update when change values in the access table
Here Is The Link For Download Visual Studio
http://download.microsoft.com/download/f/6/7/f67fdf05-0586-413f-8231-affbe12f80a8/VS90sp1-KB945140-ENU.exe
Enjoy...
MSGBOX:
how to make a msgbox make msgboxes or and spread randomly over screen,
and all other tips and trick are highly appreciated =D
BOTH:
logoff/shutdown a computer profile,
disable...
Thank you Sean. I had grown fond of using Access 2003 to rapid protype but was very turned off by Access 2007. I like the idea of using all the flexiblity of VB.NET and Visual Studio yet get away...
Awesome! Glad I could help,
Take Care
Sean C
Thanks! I tested everything out, and it still didn't work. I was looking around, and I realized that it's because first, I'm using the compiler in x64 so it can't find the provider, and second that...
tq seancampbell,
i'm develop windows application at now and not in web project,
Sir, i follow already, but still not clear
explain in detail :
1. New Project-1, have a module call "Module...
Ok. Well I slept on it and I think I understand it a little better now.
If I'm not mistaken the constructor is a sub that is called by New command when creating an instance of a structure.
So...
thanks for viewing my problem
I have 2 problem here
1) How to choose which data that i want in Ms Access database?
I already link my database with my vb program and I put some data inside as...