Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? 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 9043 - 9072 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9043
I have a degree in electrical engineering and wrote c code throughout most of school. In my job now i have written in vba. I am wanting to get into website...
robco3236
Offline Send Email
May 1, 2008
8:26 pm
9044
Brian.. Try the ShellExecute command ShellExecute 0, "open", "http://www.website.com", _ vbNullString, vbNullString, 1 Place this code at the top (General...
WSVNRadio (Eric)
wsvnradio
Offline Send Email
May 2, 2008
3:47 pm
9045
Rob, Before trying to get a job writing code, make sure you understand software engineering principles... not just the syntax of some programming language. It...
Chris Judge
cjudge1966
Offline Send Email
May 3, 2008
12:09 am
9046
how can i made a macro in vb for exel sheet Thanks Rohtash paul 9896470395...
rohtash.paul
Offline Send Email
May 8, 2008
5:46 pm
9047
which version of excel are you using? "rohtash.paul" <rohtash.paul@...> wrote: how can i made a macro in vb for exel sheet Thanks Rohtash paul ...
rdyrmble
Offline Send Email
May 9, 2008
6:03 pm
9048
I am creating a Number generation software This software creates 15 random nos. It creates such 100000 sets. Some where all the 15 nos are repeated which...
tina001in
Offline Send Email
May 12, 2008
4:13 pm
9049
Hi, I'm new here and newly studying visual basic. Now I need a program code in visual basic that determines which day of the week for a given date! I now...
msc9200
Offline Send Email
May 12, 2008
4:14 pm
9050
Its been a while since i've done any programming, so there may be better ideas mentioned, but I thought i'd at least get the conversation going. I'm not quite...
MartyGrove@...
Knuckle_Head_
Offline Send Email
May 12, 2008
8:04 pm
9051
The Rnd function returns a value less than 1 but greater than or equal to zero. The value of number determines how Rnd generates a random number: For any...
rdyrmble
Offline Send Email
May 12, 2008
8:04 pm
9052
I am not sure that I ubderstand you but if you want to know the day of any date easily use tostring("dddd") to do so for example  dim T  as date = 25-4-1980 ...
Ahmed Farouk Ismail
farouk450
Offline Send Email
May 13, 2008
12:04 am
9053
Use the Format() function - e.g. Format("dddd", Date()). cj...
Chris Judge
cjudge1966
Offline Send Email
May 13, 2008
12:04 am
9054
This sounds suspiciously like a homework problem. Some things you can research to find the answer: 1. hash index 2. binary search 3. (only needed if you're not...
Chris Judge
cjudge1966
Offline Send Email
May 13, 2008
12:04 am
9055
Hello to all, í'm ROaNnE. . i'm a new member here. .I need to kn0w whats m0re advantage0us in pr0gramming field,--is it java or visual basic foxpro?? Thankx...
rosann de guzman
enze_08
Offline Send Email
May 13, 2008
5:47 pm
9056
Ty opeing the file with any of the editors, Dreamweaver / VS.net...
Naveen Roy
roynaveen
Offline Send Email
May 13, 2008
5:47 pm
9057
One way would be to open a plain html file. If it opens then there is nothing wrong with server. Reduce the asp file to minimum and test it. If it works then...
Bharu Narra
nbharru
Offline Send Email
May 14, 2008
4:30 pm
9058
open means to surf it on the net or means you take the file home and try   Ahmed Farouk Ismail computer instructor ActQatarAhmaed.farouk@... qatar...
Ahmed Farouk Ismail
farouk450
Offline Send Email
May 14, 2008
4:30 pm
9059
Dear Group, Can anyone send me the source codes of this payroll system? Project document is attached to this mail. Thank you, Ruwan Send instant messages to...
Ruwan Kariyawasam
ru1kv
Offline Send Email
May 15, 2008
4:11 pm
9060
Reminder from: visualbasic2 Yahoo! Group http://groups.yahoo.com/group/visualbasic2/cal Rochelle's birthday Monday May 19, 2008 All Day (This event repeats...
VisualBasic_Official@...
Send Email
May 18, 2008
11:50 pm
9061
Hi All, In vb6 /VB.net, how to disable Alt + Ctl Del? -Thanks Mukund ... Bollywood, fun, friendship, sports and more. You name it, we have it. [Non-text...
Mukund katpatal
vyahad
Offline Send Email
May 21, 2008
5:20 pm
9062
Hi Dea... Here is the solution for ur gr8 question..... just copy & paste the following code in ur form..(take a new form & put 2 buttons on it...) Public...
Samir
samir200878
Offline Send Email
May 22, 2008
4:44 pm
9063
I am using VB2005 and Access 2003. I need a snippet of code for Visual Studio 2005 for a console application to insert a record into Access 2003. I want to...
lseldin
Offline Send Email
May 22, 2008
6:24 pm
9064
SQL = "INSERT NewTable SET FieldA = '" & newvalue & "'" connectionobject.Execute(SQL) cj...
Chris Judge
cjudge1966
Offline Send Email
May 22, 2008
9:20 pm
9065
Hey Troops.long time member.first time poster.(geez.I been listenin' to Mancow too much!). Anyways, I have been trying like crazy to get my VB.NET program to...
Peter Naschke
pellacad
Offline Send Email
May 23, 2008
4:43 pm
9066
Hola amigos I have a Dropdown Combobox that when takes the focus, the background must turn in a highlighted color (I use soft green), but the problem I have...
Ĭ 2 Я Δ
ygghdrasil88
Offline Send Email
May 23, 2008
4:43 pm
9067
hi all, please i need help. i have about 10 forms in my project and wants them to be displayed in random order as i click the next button. pls how do i achieve...
Amara Chukwu
desmine4real
Offline Send Email
May 23, 2008
4:43 pm
9068
CJ, I think I need more help. I am having difficulty tying your connnectionobject to my code. Please let me explain my steps. - I created a console...
lseldin
Offline Send Email
May 23, 2008
4:43 pm
9069
I am using Visual Basic 2005. In a bat file, I have the following: dir "c:\junk1\*.*" /b /s /A:-d |find /v /c "::" >> c:\test\count.txt dir "c:\junk2\*.*" /b...
lseldin
Offline Send Email
May 23, 2008
4:43 pm
9070
Thnx for ur reply. but it didnt work in VB6 I tried. Samir <samir200878@...> wrote: Hi Dea... Here is the solution for ur gr8 question..... just copy &...
Mukund katpatal
vyahad
Offline Send Email
May 23, 2008
10:28 pm
9071
Larry, In my first reply, the example I gave was for the ADODB connection object under VB6. I noticed this time that your subject line states VB 2005. I ...
Chris Judge
cjudge1966
Offline Send Email
May 23, 2008
10:29 pm
9072
Larry, The Dir function is a holdover from prior versions of VB and it had one gigantic problem. It was not reentrant so you couldn't recursively traverse a ...
Chris Judge
cjudge1966
Offline Send Email
May 24, 2008
12:03 am
Messages 9043 - 9072 of 9530   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