Search Results

Showing results 1 to 40 of 71
Search took 0.01 seconds.
Search: Posts Made By: venkatramasamy
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 4
Views: 439
Posted By venkatramasamy
HI,

while using option button, it's only possible select any one from the choices offered(Male/Female)

so use a varaiable to store the fieldvale,with the help of if condition assign...
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 5
Views: 736
Posted By venkatramasamy
Hi,

For creating a registration form and keep track their information u need to use database...

Design your form with required Controls(Textboxes, Labelbox, Command buttopn) depends on the user...
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 4
Views: 1,038
Posted By venkatramasamy
HI,

All the Above given solutions are correct and works fine, so Kindly Mark the tread as solved...


-Venkat
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 12
Views: 1,776
Posted By venkatramasamy
HI,

Kindly Furnish the error Details...

-venkat
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 2
Views: 671
Posted By venkatramasamy
Hi,

Kindly post the algorithm here, Then people can understand better and help you you to solve the issue....


-venkatramasamy SN
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2008
Replies: 2
Views: 787
Posted By venkatramasamy
HI,
what error u r receiving there...?

-Venkat
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2008
Replies: 2
Views: 602
Posted By venkatramasamy
Hi,

Toget link from the Webpage you have to parse the Htmlcode of the webpage(you need to download the webpage first)

i assumed that you have the HTML code in a text box, then simly look for...
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2008
Replies: 1
Views: 505
Posted By venkatramasamy
HI,


Kindly post your requirement with complete scenario(What you have, What you did, what you want to do additionaly), Then only people can clearly understand your requirement and possible to...
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2008
Replies: 4
Views: 485
Posted By venkatramasamy
HI,

You better to store the Taxtbox value in Date Variable,

Dim FrmDate as date
Dim ToDate as Date

FrmDate=doj.text
ToDate=doj1.text
Forum: Visual Basic 4 / 5 / 6 Sep 13th, 2008
Replies: 6
Views: 1,754
Posted By venkatramasamy
HI,

Similar thread is posted with the Title of "MS Access vs. MySQL"

click the below link to visit the thread

http://www.daniweb.com/forums/thread5712.html


Hope this will help you.
Forum: ASP.NET Sep 13th, 2008
Replies: 1
Views: 1,274
Posted By venkatramasamy
HI to All,

The Exact Error Message i am receiving is


"Unable to serialize the session state. Please note that non-serializable objects or MarshalByRef objects are not permitted when session...
Forum: ASP.NET Sep 12th, 2008
Replies: 1
Views: 1,274
Posted By venkatramasamy
Hi to All,

Just override some inconvenience with the session "inporoc: mode, i decided use some other and successfully implemented the SQLServer mode, But My Webserver(Webspace Provider) doesnot...
Forum: Visual Basic 4 / 5 / 6 Apr 15th, 2008
Replies: 9
Views: 1,612
Posted By venkatramasamy
HI,
No problem with the paranthesis,

no issues if u palcwe or not placing the paranthesis next to the additem property.

With regards
Venkatramasamy SN
Forum: Visual Basic 4 / 5 / 6 Apr 14th, 2008
Replies: 4
Views: 1,513
Posted By venkatramasamy
Hi,

so you r about ...
if the quantity is 0 then put the price pnly in the label box
esle
multiply the Price with quantity then place the value in label right if so...

try the following...
Forum: Visual Basic 4 / 5 / 6 Apr 14th, 2008
Replies: 4
Views: 1,513
Posted By venkatramasamy
HI,

No problem in the code u provided thewith, it works properly,

the else stament works if the val(Qtytxt).text is< 0...

logically quantity cannot be in <0 zero...

so the problem is with...
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008
Replies: 33
Views: 2,717
Posted By venkatramasamy
hi sonia,

to allow only capital letter the logis u used is correct, but u missed an simple thing try the following...


Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii > 65 And...
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008
Replies: 14
Solved: ToolBAR
Views: 1,559
Posted By venkatramasamy
Hi,

Use the Microsoft Windows Common Controls 6.0


Hope this will help you,


with regards
Venkatramasamy SN
Forum: Visual Basic 4 / 5 / 6 Jan 30th, 2008
Replies: 5
Solved: error problem.
Views: 827
Posted By venkatramasamy
Hi,

kindly write down the Scenario where u r getting the error,what is your project, what's your task...?

Provide your problem in detail, then only people can help you,

With regards...
Forum: Visual Basic 4 / 5 / 6 Jan 30th, 2008
Replies: 3
Views: 3,881
Posted By venkatramasamy
Hi,
Ther ir no way to use VB application softwares in Web,

Web applications are distincly different,yiou cantry with DHTML or go for Dot net

Windows app cannot be used as Web app

With...
Forum: Visual Basic 4 / 5 / 6 Jan 30th, 2008
Replies: 4
Views: 602
Posted By venkatramasamy
HI,
it can be easily achieved if you convert the word file to HTML file

save your fiel as HTML file,

From there you can easily recognize the Bold numbers(HTML puts <B></B> tags)

on text...
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2008
Replies: 3
Views: 530
Posted By venkatramasamy
HI,
Kindly post your question/task in details,

Then only people can extend their technical hand to support you,

With regards,
Venkatramasamy SN
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2008
Replies: 5
Views: 2,711
Posted By venkatramasamy
HI,
You can place the picture in any of the controls like picturebox, imagebox,command button,

to move the control you have to change the position of that control(Top and Left values of the...
Forum: Visual Basic 4 / 5 / 6 Jan 28th, 2008
Replies: 5
Views: 2,711
Posted By venkatramasamy
HI,
Post your Queryin detail,

clearly mention that what you you want to do exactly, then only peples can help tou to achieve it,

with regards
Venkatramasamy SN
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2008
Replies: 5
Views: 1,655
Posted By venkatramasamy
HI,
if your problem is solved then mark the thread as Solved...

With regards
Venkatramasamy
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2008
Replies: 5
Views: 1,655
Posted By venkatramasamy
Hi,
The solution is simple in this context,

dont set the recordsource property

Assign the data to the control(Textbox) throught External code
to achive this each time you have assign the data...
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2008
Replies: 5
Views: 1,655
Posted By venkatramasamy
HI,

Upto my knowledge, it's not possible to read value Directly from the other applcation software,

it can be achived that application software has provision to pass the Data to variable

for...
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2008
Replies: 3
Views: 805
Posted By venkatramasamy
Hi,
To set focus for the control you can use the Setfocus property,

write the Following code in the Form_Activate event


Private Sub Form_Activate()
Command3.SetFocus
End Sub
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2008
Replies: 2
Views: 1,950
Posted By venkatramasamy
HI,
to acheive your task
try the keycode concept

and while posting your code, no need to prefix the code tag in each line,
your code should starts with and ends with

with regard s...
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2008
Replies: 3
Views: 741
Posted By venkatramasamy
HI Karthic,

using MDI form yiour target can be achieved,

try the MDI form
if u have problem then notify it here

With regards
Venkatramasamy SN
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2008
Replies: 15
Views: 7,475
Posted By venkatramasamy
hi,
asking for a complete project construction in a single question is unfare, ask your doubdts that will be answered, complete your task step by step,

what you mean online project is it webbased...
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2008
Replies: 2
Views: 1,771
Posted By venkatramasamy
HI,

if that solution not works try this one

goto control panel-->user accounts-->User Access control

disable the UAC(Unchek the checkbox)
it will prompt for restart,
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2008
Replies: 7
Solved: Find Record
Views: 2,222
Posted By venkatramasamy
Hi Pranav,
Good work,

i appricite your work commitment with a temple with service mind

keep on working on those things,

All the best

with regards
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2008
Replies: 7
Solved: Find Record
Views: 2,222
Posted By venkatramasamy
hi pranav,

are you tried my code or not,

the code you are furnished is correct,

i'll give one more suggestion
in my code in the "else" part of the "IF" condition use an boolean variable
...
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2008
Replies: 3
Views: 631
Posted By venkatramasamy
HI,

Clearly mention your requirement in detail...
then only people can undersatnd your requirement and make available to help you,

With regards
Venkatramasamy SN
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2008
Replies: 7
Solved: Find Record
Views: 2,222
Posted By venkatramasamy
HI Pranav,

The problem is very simple and basic,
in your code you compared the data good,where yoiu assunged the data to dispaly..?
that is the problem
controls:
TxtRecpt-Textbox...
Forum: Visual Basic 4 / 5 / 6 Jan 8th, 2008
Replies: 7
Solved: Find Record
Views: 2,222
Posted By venkatramasamy
Hello pranav,

you are providing very poor information,

with this people can't help you without properly understanding your problem/requirement,

I am answering with my assumption
Assumption:...
Forum: Visual Basic 4 / 5 / 6 Jan 8th, 2008
Replies: 3
Views: 1,204
Posted By venkatramasamy
HI PranavDV,

Kindly depict some more details about your need, furnish the details exactly what you what to get there, then only people can help you
in normal case

Place the Photo's of the...
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2008
Replies: 4
Views: 2,464
Posted By venkatramasamy
hi,
with the same record set you have created, the following code will help you to get the result,

Private Sub see_Click()
Do While Not rs.EOF
if...
Forum: Visual Basic 4 / 5 / 6 Jan 2nd, 2008
Replies: 4
Views: 2,066
Posted By venkatramasamy
HI,
there are so many methods to implement file copy,
as SCBWV said,
you can use Filecopy to copy the DB

ToRename the File try the Follwing code
[code]
Name "c:\temp\test.mdb" As...
Forum: Visual Basic 4 / 5 / 6 Dec 27th, 2007
Replies: 14
Views: 3,074
Posted By venkatramasamy
ok karthik,

First insert the Data in ti the table


[code]
insert into <tablename> values(text1.text,text2.text),conectionname
[\code]
Showing results 1 to 40 of 71

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC