Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18978 - 19008 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18978
hi there! i need some vb .net components, can u tell me where to download them from? in fact i need a component that writes and reads from com serial port ...
ionut
caval_daniel...
Offline Send Email
Feb 1, 2005
8:05 am
18979
My Aim is (In MS-Access) I Want to display the some default value if the DBase field contained the null. otherwise it just display as it is. For Example (In...
Ashok Hari
grpashok
Offline Send Email
Feb 1, 2005
10:38 am
18980
Use " " or <> null example: Select iif((Select Emp_F_Name from tblEmpMaster where EmpID=Att.EmpID)<>Null, (Select Emp_F_Name from tblEmpMaster where ...
Raymond Victorio
ravi_080801
Offline Send Email
Feb 1, 2005
10:51 am
18981
I already use the fdisk /mbr, but as long as I use that way, my computer is having more problem dealing with that virus. But I already known the way to solve...
Raymond Victorio
ravi_080801
Offline Send Email
Feb 1, 2005
10:58 am
18982
This will never be a null value, it will be an error missing the & operandor or variable not defined: isnull((Select Emp_F_Name from tblEmpMaster where...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 1, 2005
11:17 am
18983
hi pals i need some help with date when i update (SQL) a field with the current date (i.e.: set fec1_sys=date) i receive january 2nd as 01/02/nn but if the...
Ivan Ramirez
IvanRV
Offline Send Email
Feb 1, 2005
5:56 pm
18984
Please help! I need to plot a graph continuously through received data from a temperature controller. Meaning a temperature over time graph which is to run...
ulu_kia
Offline Send Email
Feb 2, 2005
3:04 am
18985
Hello Yashrine, Welcome to the exciting world of vb6. Basically there is no difference between the two . it is just a matter of choice. You have a counter,...
Naveed Ahmed
naveed_ahmed217
Offline Send Email
Feb 2, 2005
3:53 am
18987
Hi Dave, To have the main form on the screen and show form 2 and not get the main form accept any input you should show the form2 with form2.show vbmodal Hope...
Naveed Ahmed
naveed_ahmed217
Offline Send Email
Feb 2, 2005
3:59 am
18988
Naveed, I don't think you read my question. You did not answer it either, soI'll assume it was for someone else. Thanks anyways. Look, Listen and Live. Free...
Darrin J. Calcutt, CE...
dcalcutt2000
Offline Send Email
Feb 2, 2005
4:24 am
18989
Hi, I am begineer in VB6. I have VB installed in my system which is connected to network. While running VB I couldn't load some controls. (ie. ADO, Windows ...
imajay_gandhinagar
imajay_gandh...
Offline Send Email
Feb 2, 2005
6:35 am
18990
... The answer to your question is "Yes". Consider: 1)Scale--Cels. or Fahr or both; max, min 2)Interval--"continuous" is likely overkill, why not every ten ...
bogoli
Offline Send Email
Feb 2, 2005
7:07 am
18991
Any body please send me interview questions on Visual Basic along with answers. I got an interview thanks and regards vijay ... I already use the fdisk /mbr,...
Vijay Krishna
chvijay_jobs
Offline Send Email
Feb 2, 2005
7:41 am
18992
Hello, i've used vb5.0 but vb6.0 is a problem. I keep getting lost on how to connect an access database to a vb form. My main idea is to use a vb as the front...
siphoakasiwa
Offline Send Email
Feb 2, 2005
8:34 am
18993
Greetings! Many webmasters and software companies already use outsourcing to increase their income. Try it one time and you will like it! Post your project for...
Rajesh India
rajeshaffil
Offline Send Email
Feb 2, 2005
10:54 am
18994
Maybe you are receiving February 1st instead of January 2nd with 01/02/nn. ... From: Ivan Ramirez [mailto:ivanrv@...] Sent: terça-feira, 1 de Fevereiro...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 2, 2005
11:05 am
18995
It's exactly the same way, are you using DAO or ADO? If you have a vb5 project open it on vb6 and it will work just fine. ... From: siphoakasiwa...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Feb 2, 2005
11:06 am
18996
Hi all, could you please give me a soultion for the following scenario: 1) VB application will be running in background 2) i should be able to open that...
GiRi
geetam_giri
Offline Send Email
Feb 2, 2005
11:32 am
18997
dear ivan, if i have undestoond ur question then answer is very simple, for format which u want use the function below fec1_sys=format(date, "dd/MMM/yyyy") ...
sweet pet
mypettle
Offline Send Email
Feb 2, 2005
11:52 am
18998
Public cn As ADODB.Connection Public ciudadano As ADODB.Recordset Public Conectado As Boolean Private Sub Form_Load() Set cn = New ADODB.Connection Set...
Ivan Ramirez
IvanRV
Offline Send Email
Feb 2, 2005
5:44 pm
18999
Dear Friends, I have a problem in restoring my SQL Server Database. Actually, What happend is, I got backup of My sql server database and lost the original one...
Khalid Mehmood
KMehmood2000
Offline Send Email
Feb 3, 2005
3:51 am
19000
Dear Khalid, I am not expert about this type of problem but I saw an expert to solve a similar problem. That process works if you have the "data" folder....
Humaid Ashraf
humaid98
Offline Send Email
Feb 3, 2005
4:17 am
19001
Create the database with same name .. and resotre . still did not work ??? delete the .trn file and .dat file coressponding to the database , where it is...
Nikhil Menon
nikhil_naugh...
Offline Send Email
Feb 3, 2005
4:30 am
19002
The help files say that you can use a 'user defined' for formating a string. Format(expression,format) I'd like to pad hexidecimal expression with leading...
Darrin J. Calcutt, CE...
dcalcutt2000
Offline Send Email
Feb 3, 2005
5:40 am
19003
hi, i am new to vb programming and i need help i am using a vb .net dev kit i have created an application that opens a form, then i close the new form and when...
ionut
caval_daniel...
Offline Send Email
Feb 3, 2005
8:48 am
19004
My Dear ALL Guys, Anybody help me which one i follow. My Doubts is In VB6.0 Consider any master screen (like employee or Student or Author ,etc). Using this...
Ashok Hari
grpashok
Offline Send Email
Feb 3, 2005
12:04 pm
19005
Hi Darrin, The Format function can be used to patch decimal number with leading zero. For example, Format(15, "000000") will return "000015" However, if you...
raymond_chow@...
eraymondchow...
Offline Send Email
Feb 3, 2005
2:01 pm
19006
Help ! I'm an old Access 7 user, and very familiar with the DAO 3.51 Library. It seems that it is time for me to get with it and learn the Access 11.0 Object...
spooboy54
Offline Send Email
Feb 3, 2005
8:02 pm
19007
Database programming is a funny thing. It does weird things. I can't answer your question. My teacher always had an answer to questions I asked like that....
Rick Rose
roseri1997
Offline Send Email
Feb 3, 2005
10:54 pm
19008
something tells me this site is dirty. what are the first octet of the you ip address, assigned directly from the internet router. Tell me this so I see what...
Yosh
leemorethomas
Offline Send Email
Feb 4, 2005
3:38 am
Messages 18978 - 19008 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help