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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 8593 - 8622 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8593
Hi, I am a programmer and have a assignment to develop a console application to convert pdf file (which may also have image) to html file. InshaAllah, I need...
rahman masood
r_masod
Offline Send Email
Sep 4, 2007
5:30 pm
8594
Hi, My client is having a vb application to which he want some enhancements. He does not have the source code for the same. Is it possible to reverse engineer...
r.saiprasad
Offline Send Email
Sep 4, 2007
5:31 pm
8595
Good luck with that. As far as I know there isn't a way. Soren rahman masood <r_masod@...> Sent by: VisualBasic_Official@yahoogroups.com 09/03/2007 10:01...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Sep 4, 2007
9:35 pm
8596
Hello everyone - I can tell that 08-28-2007 falls on the 35th week using this VB6 statement: WeekNum = val(format(cdate("08-28-2007"),"ww")) My question is:...
qwerty3020
Offline Send Email
Sep 7, 2007
12:05 am
8597
Actually, I have seen some samples on how to create a PDF file from pure .Net code on CodeProject. I'm sure that you could use that to learn enough about the...
Mike
mikester7768
Offline Send Email
Sep 7, 2007
12:09 am
8598
Don't know if you got an answer, but off the top of my head you couldn't do it without a little helper function that took the week number as a parameter,...
dizzycoder2000
Offline
Sep 9, 2007
2:52 am
8599
... Hello Dear, the week number start counting from the 1st of specified year and no matter whether it's any of the week. it depends on the year. when you get...
kapilasudesh
Offline Send Email
Sep 9, 2007
2:54 am
8600
If you have the date of the Sunday of the first week= DateOfFirstWeek DateOfDesiredWeek = DateOfFirstWeek + (DesiredWeekNumber - 1) * 7)) ... No virus found...
Luis Francisco Ló...
luisfco59
Offline Send Email
Sep 9, 2007
2:55 am
8601
Dear IT professionals: I am a beginner in the subject Object Oriented Programming (OOP). I was wondering if someone would mind telling me what should I do with...
Enrique Martin Banda ...
martinbandaval
Offline Send Email
Sep 9, 2007
2:58 am
8602
Hello, will you please tell me what is the value of ww within double qoutes you supposed to be and also will u please explain how these two syntax works for my...
Beevi Fathima
beevi82
Offline Send Email
Sep 11, 2007
11:35 pm
8603
From a fellow student: the way i would solve this problem I would put everything related to the user in a user class file. Then i would initialize a new object...
Joao Martins
joao_toronto
Offline Send Email
Sep 11, 2007
11:36 pm
8604
Hi all, This is the whole of my code, courtesy of Shawn Hall, my issue is FileSystemObject and TextStream are not defined. Whats wrong with my code? are there...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Sep 12, 2007
8:41 pm
8605
I have an IR Temperature probe that is presently being used in DOS and the program will only run in windows "95" (yuck) or less. I need to update it to...
johnsontw@...
johnsontwdc
Offline Send Email
Sep 14, 2007
4:55 pm
8606
Is there a code in Visual Basic and Visual Basic.NET to track down installation of any type of games (flash games, games from CD such as Warcraft, Red Alert,...
Orlando Cabantug
ogie09
Offline Send Email
Sep 17, 2007
2:50 pm
8607
Hello how does the IR probe connect to the pc? Is it through the serial port? If it is visual studio has a serial component that is very easy to use. I use it...
gilabite
Offline Send Email
Sep 17, 2007
2:51 pm
8608
Well, there are several factors here. Am I to understand the probe is InfraRed... as in, IR connection to the computer?? Doesn't sound right b/c not a lot of...
dizzycoder2000
Offline
Sep 17, 2007
2:51 pm
8609
According to my professor, my proposal is correct. Joao Martins <joao_toronto@...> wrote: From a fellow student: the way i would solve this...
Enrique Martin Banda ...
martinbandaval
Offline Send Email
Sep 17, 2007
2:54 pm
8610
Hello everyone, maybe one of you can help me with this, I am new to vb6 so please bear with me, I created a form with textboxes, lables, timer, and datepicker...
clutch
clutch776
Offline Send Email
Sep 19, 2007
12:27 am
8611
Yes it is a serial port and I do need any help possible.. I know a bit of c++ from awhile ago but NO visual basic. It seems to be somewhat the same in...
johnsontw@...
johnsontwdc
Offline Send Email
Sep 19, 2007
5:47 pm
8612
It uses the serial port for input. The old code is Borland Turbo C++. I need it to be Visual Basic the code is as follows: (I have Visual Basic 2008...
johnsontw@...
johnsontwdc
Offline Send Email
Sep 19, 2007
5:48 pm
8613
Hi all, I am having an issue converting Oracle BLOB data to byte. This piece of code works on most of the rows returned, but fails on a few. VB .Net code ms =...
b2174ml
Offline Send Email
Sep 22, 2007
12:21 am
8614
... vb6 ... timer, ... scroll ... Exactly what application is the form created?...
g2theh
Offline Send Email
Sep 24, 2007
5:25 pm
8615
Hi , i'm Atiq ,the student of MCS in IUB. I want to develop a database in vb 2005, i do'nt know how to conect a database of sqlserver2005 in vb2005. Tell me...
atiq rehman
atiqiub
Offline Send Email
Sep 25, 2007
5:23 pm
8616
Okay, I'm extremely new to Visual Basic, new as in Funuguy (sp) type of new. I need to call a subroutine to do something and then bring it back to the...
serialno70474u
Offline Send Email
Sep 26, 2007
4:49 pm
8617
You need to either pass the value(s) to the subroutine as "ByRef" parameters (the default) or use global variables. In general, variables are local to a...
rharmelink
Offline
Sep 26, 2007
9:53 pm
8618
Sounds like you need to use a FUNCTION and not a SUB. Something like: Function Add(ByVal NumOne as interger, ByVal NumTwo as Integer) RETURN NumOne + NumTwo ...
pogowolf
Offline Send Email
Sep 27, 2007
10:28 pm
8619
just call the subroutine if its in the same form i.e. note:this is from within a form private sub form_load( ) init_vars end sub private sub init_vars() x=0 ...
charles sampedro
charles_harn
Offline Send Email
Sep 27, 2007
10:28 pm
8620
just call the subroutine if its in the same form i.e. note:this is from within a form private sub form_load( ) init_vars end sub private sub init_vars() x=0 ...
charles sampedro
charles_harn
Offline Send Email
Sep 27, 2007
10:29 pm
8621
Hi I am using ASP.NET 2.0. I am getting problem in Response.write("<script>alert('msg');</script>"). It shows a parsing Error. If any one can give me any help...
krishnarani sahoo
inushree
Offline Send Email
Sep 27, 2007
10:29 pm
8622
hi. try using double qoutes ("msg") in place of single qoutes('msg') hope it works.... tell me if m wrong regars, nishant krishnarani sahoo...
nishant kohli
aloving_guy4u
Offline Send Email
Oct 2, 2007
10:13 pm
Messages 8593 - 8622 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