User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 397,634 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,363 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 29 of 29
Search took 0.01 seconds.
Posts Made By: vhinehds
Forum: Visual Basic 4 / 5 / 6 May 2nd, 2006
Replies: 0
Views: 989
Posted By vhinehds
TMP files...

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: 3,314
Posted By vhinehds
Re: add record in table with button and textbox

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: 4
Views: 3,806
Posted By vhinehds
Re: Search code in a database

hi to all...

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

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


Private Sub text1_KeyPress(KeyAscii As...
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2005
Replies: 2
Views: 1,888
Posted By vhinehds
Solution Re: VB6 & Adobe Pagemaker

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 on...
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2005
Replies: 1
Views: 1,181
Posted By vhinehds
E-mail

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: 944
Posted By vhinehds
Re: Help

**************************************************

hope this one helps...


dim x as integer 'declare first variable

x = 0 'set the value of your variable

for x = 1 to...
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2005
Replies: 15
Views: 11,584
Posted By vhinehds
Re: runtime error#58

can you post your code please, where the error takes place...thanks.
Forum: Visual Basic 4 / 5 / 6 Jun 21st, 2005
Replies: 16
Views: 16,080
Posted By vhinehds
Re: USING CLASSES in VB6

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: 6,296
Posted By vhinehds
Re: Argument Not Optional message in VB

*******************************************************

where are trying to compare the values of:

If intcard1 = intcard2 = intcard3 = intcard4 ???

if you want to compare the four values try...
Forum: ASP Jun 15th, 2005
Replies: 3
Views: 1,468
Posted By vhinehds
Solution Re: Why?

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: 2,804
Posted By vhinehds
Solution Re: SAP Access

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: 16,080
Posted By vhinehds
Solution Re: USING CLASSES in VB6

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: 2,804
Posted By vhinehds
Help SAP Access

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,468
Posted By vhinehds
Help Why?

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: 1,670
Posted By vhinehds
Solution Re: Buttons

*******************************************************

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: 1,670
Posted By vhinehds
Help Buttons

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: 4,899
Posted By vhinehds
Help DATAGRID Recordsets

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: 29,441
Posted By vhinehds
Re: How can I call Crystal Report from VB 6.0 ?

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: 16,080
Posted By vhinehds
Help USING CLASSES in VB6

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: 5,847
Posted By vhinehds
Solution Re: Ms Graph Control

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: 5,707
Posted By vhinehds
Solution Re: LDAP Connection

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: 5,707
Posted By vhinehds
Help LDAP Connection

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 help...
Forum: Visual Basic 4 / 5 / 6 May 18th, 2005
Replies: 3
Views: 11,646
Posted By vhinehds
Re: How to extract user network login name with vbscript?

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. Then...
Forum: Visual Basic 4 / 5 / 6 May 18th, 2005
Replies: 2
Views: 5,847
Posted By vhinehds
Help Ms Graph Control

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 lastly,...
Forum: Visual Basic 4 / 5 / 6 May 17th, 2005
Replies: 9
Views: 3,630
Posted By vhinehds
Re: Vb Runtime Files

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: 3,630
Posted By vhinehds
Re: Vb Runtime Files

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: 3,630
Posted By vhinehds
Solution Re: Vb Runtime Files

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: 3,630
Posted By vhinehds
Re: Vb Runtime Files

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: 3,630
Posted By vhinehds
Vb Runtime Files

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 would...
Showing results 1 to 29 of 29

 
All times are GMT -4. The time now is 10:08 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC