11,868 Topics

Member Avatar for
Member Avatar for jagpreet

can anyone provide me with the script for extracting columns from a text file. the script needs to be in visual basic

Member Avatar for Diguelo
0
237
Member Avatar for pbyrne98

Hi, I'm trying to copy shapes from 1 sheet to antoher. In the first sheet there are 2 buttons which I do not wish to copy and multiple screen shots that I do. How do I build a shaperange that includes all shapes except the 2 buttons ? cheers, Paul.

Member Avatar for Diguelo
0
52
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 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
61
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
119
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
150
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
238
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
105
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
78
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 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 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
190
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 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
79
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
189
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
34
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
147
Member Avatar for macy2323
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
125
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

The End.