Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: vhinehds
Forum: Visual Basic 4 / 5 / 6 May 2nd, 2006
Replies: 0
Views: 1,366
Posted By vhinehds
i have this strange activity of my program. it is creating tmp files, and its somehow annoying...really. i would just like to ask how can i avoid this and how was it created by my program...thanks a...
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2005
Replies: 1
Views: 5,915
Posted By vhinehds
hi feeder23

ok here is a help from me and i hope this one will help you...but make sure you have your ADO control already with valid connections and everything.



private sub command1_click
...
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2005
Replies: 5
Views: 6,807
Posted By vhinehds
hi to all...

maybe this one will help...here it is:

********** this is an unbound control *************
***** create first and active connection ***********


Private Sub...
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2005
Replies: 2
Views: 2,350
Posted By vhinehds
hello aparnesh

may i know what's your objective or purpose?

because your question or problem is my current study as of now. my interface is in VB...but the only difference is im experimenting...
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2005
Replies: 1
Views: 1,640
Posted By vhinehds
hello guys!!! im back again, of course with something to ask for your help. anyway here it is...Im now in my last stage of the program i am making. and this includes the e-mail notification by by...
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2005
Replies: 1
Views: 1,231
Posted By vhinehds
**************************************************

hope this one helps...


dim x as integer 'declare first variable

x = 0 'set the value of your variable

for...
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2005
Replies: 15
Views: 14,681
Posted By vhinehds
can you post your code please, where the error takes place...thanks.
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2005
Replies: 16
Views: 23,583
Posted By vhinehds
hi comatose sorry its only now i checked my port here...anyway, i would love you'll give me a simple example together with an explanations. because i just find it hard to build my own class, i have...
Forum: Visual Basic 4 / 5 / 6 Jun 15th, 2005
Replies: 8
Views: 7,989
Posted By vhinehds
*******************************************************

where are trying to compare the values of:

If intcard1 = intcard2 = intcard3 = intcard4 ???

if you want to compare the four values...
Forum: ASP Jun 15th, 2005
Replies: 3
Views: 1,861
Posted By vhinehds
yeah...sure, here's the code:


<table border='0' width='80%'>
<tr>
<td align='top'>
<form name="form1" action = "twoforms.asp" method="get">
<input type="hidden" name="num_student"...
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2005
Replies: 2
Views: 3,893
Posted By vhinehds
hi comatose...sad to say im not that good in explaining, but i can give you the link so that you'll have the idea about SAP. thanks a lot.

http://www.sap.com/index.epx
Forum: Visual Basic 4 / 5 / 6 Jun 12th, 2005
Replies: 16
Views: 23,583
Posted By vhinehds
hi guys!

well until now i cant still figure out how to make classes...
can you give me a basic example of creating a class and how can i use it in my coding? thanks a lot.
Forum: Visual Basic 4 / 5 / 6 Jun 12th, 2005
Replies: 2
Views: 3,893
Posted By vhinehds
hello everyone!

let me get straight to the point...we have one department in my work here using SAP system. first of all is there a way for me to connect to SAP? second, is there any ocx available...
Forum: ASP Jun 11th, 2005
Replies: 3
Views: 1,861
Posted By vhinehds
i have this problem some couple of days back...and honestly im just new to ASP so to some maybe my problem is not that big...here it is:

im practicing making a web site using ASP and i have on my...
Forum: ASP Jun 8th, 2005
Replies: 2
Views: 2,054
Posted By vhinehds
*******************************************************

hi zippee!

its great, although the sample code is simple but good enough to understand and manipulate...thanks a lot for that one.
Forum: ASP Jun 6th, 2005
Replies: 2
Views: 2,054
Posted By vhinehds
hi good day to all.

im new in ASP and one of my questions now is:

is it possible to have 2 command buttons in one asp page?
if possible how can i separate their actions in one form?...
Forum: Visual Basic 4 / 5 / 6 May 29th, 2005
Replies: 1
Views: 7,061
Posted By vhinehds
Is there a way for me to change the current recordset of a datagrid
without connecting the datagrid to an ADO control?

thanks in advance guys.
Forum: Visual Basic 4 / 5 / 6 May 28th, 2005
Replies: 5
Views: 40,992
Posted By vhinehds
first put a Crystal Report control on your form...then
copy the code to your button click event.


CR1.DiscardSavedData = True
CR1.WindowState = crptMaximized
CR1.ReportFileName =...
Forum: Visual Basic 4 / 5 / 6 May 23rd, 2005
Replies: 16
Views: 23,583
Posted By vhinehds
hi its me again...

can someone please explain what a class can do? how to call a class?
or if just give me a good link where i can refer to it.

thanks a lot.
Forum: Visual Basic 4 / 5 / 6 May 23rd, 2005
Replies: 2
Views: 8,473
Posted By vhinehds
thanks for that comatose but the problem i have right now is i cant replace the values in the chart.
Forum: Visual Basic 4 / 5 / 6 May 23rd, 2005
Replies: 2
Views: 6,805
Posted By vhinehds
hi comatose...

its only now that i have read your reply..anyway thanks a lot for the
link. its helping me a lot now.

more power.
Forum: Visual Basic 4 / 5 / 6 May 19th, 2005
Replies: 2
Views: 6,805
Posted By vhinehds
Hello everyone...

1. is there a way for me to connect to LDAP?
2. if there is...how will my connection string will be?
3. how can i make a combo box with multiple columns?


your replies and...
Forum: Visual Basic 4 / 5 / 6 May 18th, 2005
Replies: 3
Views: 18,080
Posted By vhinehds
hi, just a thought...

i can extract users login name by using VB's SysInfo control, here's how:


load the SysInfo control by doing this:

1. In the VB IDE click "Project" upper menu.
2....
Forum: Visual Basic 4 / 5 / 6 May 18th, 2005
Replies: 2
Views: 8,473
Posted By vhinehds
Hello guys, its me again...

regarding the graph control for VB6, how can i use it like...where to start, where to get it? because i want to try a graph representation for a numeric data. and...
Forum: Visual Basic 4 / 5 / 6 May 17th, 2005
Replies: 9
Views: 4,757
Posted By vhinehds
thanks man...work perfectly. so see yah all tomorrow have to go. thanks a lot for all your help...take care.
Forum: Visual Basic 4 / 5 / 6 May 17th, 2005
Replies: 9
Views: 4,757
Posted By vhinehds
hey comatose your code for loading a word document works just perfectly fine...its great man! one more thing...how about loading an excel sheet? because i tried to change your code for loading an...
Forum: Visual Basic 4 / 5 / 6 May 17th, 2005
Replies: 9
Views: 4,757
Posted By vhinehds
thanks a lot comatose and auron...your replies are simply encouraging me to continue learning VB programming. Anyway, regarding the loading of word document well im using the "shell" command but its...
Forum: Visual Basic 4 / 5 / 6 May 17th, 2005
Replies: 9
Views: 4,757
Posted By vhinehds
hey thanks a lot for that information. so it means if i developed a program under VB and want other machines to use my program then there's no need for me to install the whole vb application and IDE....
Forum: Visual Basic 4 / 5 / 6 May 17th, 2005
Replies: 9
Views: 4,757
Posted By vhinehds
Hi to everyone...

Just for clarification and added information...can someone please explain
deeper what are VB RUNTIME Files and its use or benefit if i dont have
VB software.

Your response...
Showing results 1 to 29 of 29

 


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

©2003 - 2009 DaniWeb® LLC