16,916 Topics

Member Avatar for
Member Avatar for anandarose

When I try to run this I get a run time error. Can someone tell me how to get rid of the error? This is due Sunday by midnight so the sooner I get help the better. Thanks, Ananda (Uh-non-duh) [code=syntax] 'Ananda Bennett '10/26/2007 GOTO [getInput] GOTO [assignRiskCode] GOTO [determineRisk] …

Member Avatar for Prozeen
0
73
Member Avatar for thekashyap

I needed to get links to some good Java, J2EE tutorials and was surprised that daniweb::Java didn't have a thread on that.. Of course it's easy enough having Sun provide tutorials on most things, there might be some covering specific topics in better ways. Anyway here are the links I …

Member Avatar for Ezzaral
1
894
Member Avatar for GLT

Hi guys! I've never used SQL Server before and I don't want to fall at the first hurdle. SQL Server is installed and connected to the server but how do I go about actually creating the database? I am developing a web based database using dreamweaver and asp.net. Do I …

Member Avatar for GLT
0
91
Member Avatar for geetajlo

hi am using visual studio 2005 i want to have my login form connected with a database. if username and password = true then display next form . and the login form should be disappear. plz help me friend. P.S Note i want the login to be connected to a …

0
43
Member Avatar for hiteshmacharya

Myself Hitesh having more than 4+ yrs Exp in various microsoft technologies like VB.net,ASP.net, VB 6.0, Sql server and Crystal Report. I require freelancing job in above technologies. My hourly rate is very low and I deliver quality product. Contact me for more deatils at [email]hiteshmacharya@gmail.com[/email]

0
62
Member Avatar for Magnusz

I already made the calculator, but I'm trying to also put the function used in the textbox results. Example: 2 * 2 = The function used was multiplication. Your answer is 4 I used labels to identify -, +, *, / Two textboxes to put in input. 1 textbox for …

Member Avatar for Prozeen
0
121
Member Avatar for huaywoon

Hie, i am writing my 1st programme form to automate a frequent task. Attached is my current form. 1) open a file & sort necessary details which will be saved in a designated folder in C drive. 2) show sorted files from C drive. 3) further select & segregate files …

Member Avatar for maheshsayani
0
152
Member Avatar for pavanhosur

I am new to programming in VB. I want to know the steps for connecting Access2003 Database to Front end, Visual Basic 6.0. please help me out to resolve.

0
2
Member Avatar for six888

i have a problem with my code... i use this code to open an excel and manipulate the data [code] Dim xl3 As Excel.Application Dim xl3sheet As Excel.Worksheet Dim xl3wbook As Excel.Workbook Dim FilNam As String Me.CommonDialog1.ShowOpen FilNam = Me.CommonDialog1.Filename If Me.CommonDialog1.Filename <> "" Or Me.CommonDialog1.Filename <> ".xls" Then Set …

Member Avatar for six888
0
239
Member Avatar for DejanL23

I tried to write a basic calculator program, Visual basic finds 1 error. I cant find it. Please help. I am kind off new to programming. [code=c++] #include <iostream> using namespace std; int main(void) { system("TITLE calculator"); system("COLOR 9"); char cChar; double dfirstnumber; double dsecondnumber; char cDoagain; do { system("CLS"); …

Member Avatar for DejanL23
0
178
Member Avatar for td5223

Hello there, Im writing a small VB application that has a lot of IO with Excel. I search through xl sheets and read cells etc. reading and writing individual cells from/to excel is very slow from VB. In order to WRITE an array to EXCEL I use a syntax that …

Member Avatar for td5223
0
198
Member Avatar for Prozeen

I've got a problem with Word. My program can open Word, put text into it, save it and close it. But if I try to use Word again (without closing my program) I get an error... Run time error '-2147023174 (800706ba)': Automation error The error that is highlighted in the …

0
84
Member Avatar for Church

// sorry i accidentally posted this in VB.Net earlier.. in case you saw it before. thought i'd make a program for fun.. although to be safe im cutting it up into many forms to save room. Anyway doing this means im going to have to get alot of the variables …

Member Avatar for Church
0
106
Member Avatar for kalimuthu.ttcpl

Where we need to enter all type of symbols and contents in RTF (Windows application) some of the key issues to be addressed are easy entry of equations, mathematical formulas, diagrams and multi language support (UNICODE) Previously Visual basic 6, we had solved it thru OLE call but .NET version …

Member Avatar for kalimuthu.ttcpl
0
136
Member Avatar for swarbricke

I'm starting school next year at ITT Tech for programming in visual C++ and I'm hoping to get an early start. I have Visual Studio 2003 ver 7.1 and I dont' know ANYTHING about it! I was hoping for a link to a step by step web page that can …

Member Avatar for chizy2
0
86
Member Avatar for jtwister

Hi, I want to design a web form, on which, the client may select one or more email addresses to send the form data to. I was thinking that a drop down menu would be the easiest, but I'm not sure how you tie the selections to the submit button …

Member Avatar for jtwister
0
83
Member Avatar for roopeshnp

I have Vb SQL Software I want apply it on a WAN network Is it possible.please give an explanation for me. How a WAN network established

Member Avatar for yello
0
58
Member Avatar for nuBudDy

i have a global variable that is of type date. [code] public r_date As date [/code] i use it in my program and once i'm done with a single operation,i'd like to flush away the value inside the variable.if the variable is of type integer,we can just do [code] r_date …

Member Avatar for yello
0
79
Member Avatar for jireh

Here's the situation guys, I make a program that only in one computer the data will be saved. what I mean is I put this program in two or three computers then one must be the "server"? Can you guide me how to do this... here's my code to connect …

Member Avatar for binoj_daniel
0
289
Member Avatar for zawpai

Please give me some suggestions while the code gets that error when i run it. Private Sub cmdRectangle_Click() Dim Speed, r As Double Dim x1, x2, x3, y1, y2, y3, z1, z2, z3 As Double Dim NewValueX1, NewValueY1, NewValueZ1, NewValueX2, NewValueY2, NewValueZ2 As Double If Text1.Text <> "" Or Text2.Text …

Member Avatar for yello
0
114
Member Avatar for gamingfan1993

Ok I mainly use Liberty BASIC, which is very, very similar to Visual BASIC, and I am having a hard time with a program. I made my program take a user's input, and save it in a text file, like so: Username=Name,Phone#,Email John Doe=John Doe,000-0000,email@email.com But that isn't my problem. …

Member Avatar for hopalongcassidy
0
188
Member Avatar for Annex

Hello.Help me to understand. Using Immediate Window of IDE Microsoft Visual Basic,calculate values of following expressions on the base bit-by-bit operator Or. In Immediate Window I'm writting following ?2 or 3 [Enter] 3 Result is 3. Is it so? Thanks.

Member Avatar for hopalongcassidy
0
93
Member Avatar for hawisme000

elow, can any1 tell me whats the code for deleting a record in a database?? or deleting a row? my table is consist of fields.. lecID arlNumber arlLec arlPart thx in advance to,

Member Avatar for hawisme000
0
128
Member Avatar for eranga262154

Hi all, Can you guys explain how can I connect a SQL database to a C++ application(actually my application is a MFC) through ADO.Net I've use Visual Studio .Net 2003 and SQL Server 2005 Express edition(because I work on WinXP) If you guys have a simple example, its better to …

0
73
Member Avatar for renemejilla
Member Avatar for hawisme000

umm is there any1 who know how to connect microsoft office words to VB.6?? then after i wanna save the text ive type on the Words(which is connected to VB, and is running inside my form) to a database? is this possible?? if it is , pls help me how …

Member Avatar for hawisme000
0
191
Member Avatar for bsmathew

Hi Friends, I am a BSc IT Student. I have to make a project, with VB6.0 as front-end and Oracle 9i as back-end. I would like to know :- a) how to connect the text box, combo box etc... to Oracle database. b) how to insert data from VB form …

Member Avatar for colonelkuz
0
73
Member Avatar for deshg

Hey everyone, I am a php programmer originally and am just helping a friend of mine update their website that they paid a designer (well that's what he called himself!) to do ages ago. I have built the whole site but am having problems on the most basic thing! I …

Member Avatar for SheSaidImaPregy
0
201
Member Avatar for dilip_singh3

Actually in an application (VB 6 & CRYSTAL REPORT 8) I got a problem with RTF Export option. The settings (Tab settings, Paragraph settings etc.) got changed in RTF file. One more thing is that, user can edit the RTF file. So I need to export CRYSTAL REPORT to PDF …

Member Avatar for debasisdas
0
81
Member Avatar for Yomet

Hi, I have a form of variable height. When the form grows in height I have code that verifies if the bottom of the form will come below the bottom of the screen and, if so, moves the form up - no problem until here. However, some of my users …

Member Avatar for tzatziki
0
1K
Member Avatar for nuBudDy

hi.i need to use form names as i want to refer certain controls in certain forms to other forms.i want to retrieve the form name and store it in a variable. for example : i declare a variable [code] public fname as string [/code] then i retrieve form name and …

Member Avatar for tzatziki
0
193
Member Avatar for Church

thought i'd make a program for fun.. although to be safe im cutting it up into many forms to save room. Anyway doing this means im going to have to get alot of the variables from the forms back to the original page, and then back to a different form …

Member Avatar for Church
0
116
Member Avatar for mathx

Public tom As Integer Public dick As Integer Public Harry As Integer how can I point to Tom, Dick And Harry in a for next loop.

Member Avatar for ithelp
0
35
Member Avatar for qulit

Hello to all. I have a project which is scheduling system using vb6. I can't or don't know how to find the time conflicts of each subject at the given day and given professor. For example user select the section name then a combo box for selection of subject then …

Member Avatar for hopalongcassidy
0
148
Member Avatar for macy2323
Member Avatar for Paulville

Hi People I'm a newbie in c, I learn in c++, but I don`t really know to much. A friend make a code in c, working in a linux pc. And works perfect. I normally work in Micorsoft Visual Studio, but this c code, seems not to work well (88 …

Member Avatar for Salem
0
160
Member Avatar for mimi_breeze

hi everyone, i'm new to programming and will like to know how i can run my vb/access application on a server? Thanks for your contributions.

Member Avatar for hopalongcassidy
0
126
Member Avatar for bilal12pk

Hello All buddys, I want to call a Control Panel Extension From A Visual Basic 6 Program i was tried that with Shell but it does not work Example: Shell "mmsys.cpl" So have you any method or Code to do that for me i will be thankfull for Help

0
53
Member Avatar for castcondrive

Hi am Raphael: I have developed An Access xp database with sql server as backend my problem has only been that if I want to deploy updates to clients, I Must go to the client and update tables Sp,views. I have tried using text files to update but so far …

0
67
Member Avatar for roopeshnp

Can a VB6-SQL2000 softwre can execute in WAN network.How it is possible what is the procedures to create a WAN network

0
56
Member Avatar for jagpreet

i have load two data files into a mysql table.now i want the compare the data from these two files (i.e want to compare a particular column of the table and want to get the difference between the values from these two files). i dont know how to do this.can …

Member Avatar for jagpreet
0
119
Member Avatar for stickerman

Good day. Language is VB6 (service pack 6) I have for a while been having a problem that I've tried (unsuccessfully) to get answers to on the Forums (should that be fora?)online. When I want to send graphics to the printer, I can use the common dialogue box to open …

0
71
Member Avatar for bcm

I want to create a project in [COLOR="Red"][B]VB.NET2005[/B][/COLOR] in which I when I insert values in textbox it should appear in the related html string and next time when I run the project it should display the same values. I am able to retrive the values in one textbox but …

0
63
Member Avatar for dreammaker
Member Avatar for dreammaker
0
105
Member Avatar for Dell XPS

ok, i need a way to make an invoice. i have a products table with the number the name and the price of all my products and need to add only the products I want on the report, not all of them but more than 1 ......

Member Avatar for hopalongcassidy
0
96
Member Avatar for shahriar2403

How can i create a table with my desired fields in a existing access db using vb? What should be da code? Example will b appreciated.

Member Avatar for hopalongcassidy
0
65
Member Avatar for skalra63

ive posted this messge in 3 other forums, i hope i get a better response here. the following code has a button that removes the selected row from the grid. reset index, is what i am going to use so that the first column is always secquential, so all rows …

Member Avatar for troy183
0
131
Member Avatar for plusplus

Here I am again with my next sql problem. I'm not sure if I can use insert into for what I need. What I want to do is the following. My tables I have tblreminder with userid workid workdate I have tbluser with userid and username My textbox I have …

Member Avatar for QVeen72
0
438
Member Avatar for dreammaker

I f I enter the name of a any person in an InputBox and I want that name to appear in a MessageBox, who do I do this? Exmaple: If I enter Bill, I want to see in the MessageBox: Bill, but if I enter Lucy I want to see …

Member Avatar for dreammaker
0
95
Member Avatar for Acidburn

Hello there ive written my own linklist in a template way but it doesnt seem to want to work when i add classes rather than primitive data types to the list... heres the code: [the node itself (template) [code] #ifndef LINKLISTNODETEMPLATE_H #define LINKLISTNODETEMPLATE_H template <class T> class LinkListNodeTemplate { public …

Member Avatar for Duoas
0
122

The End.