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...
Brian.. Try the ShellExecute command ShellExecute 0, "open", "http://www.website.com", _ vbNullString, vbNullString, 1 Place this code at the top (General...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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@...
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...
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...
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...
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...
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...
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...
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...
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 &...
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 ...
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 ...