10,989 Topics
| |
hi all, i am sivakumar from india. i am basically a mechanical background working in a software company. i am in a position to learn visual basic, visual c++ stuffs. i want some basic tutorials on programming visual basic. thanks sivakumar | |
Hi Guys, I have completed a vb6 application that uses sql2000 database. I have sql client installed on my pc. I want to install the application on a machine that does not have sql on it. Will it work or do I need to install sql on the clients machine. … | |
How many tables we can create in a single MS Access database ? I m going for a multiuser project . I dont know how many tables I will have to make. | |
I'm trying to determine if the data in a string field is found in a list of possible strings. It needs to be an exact match. I can use a bunch of 'If' statements obviously, but is there a better way to search for a match, and then keep a … | |
In the first column of my grid I don't want any lines between the rows(in the other columns I do want them) How can I do this? | |
Here is my code, it works when I leave away the line in bold, I can't figure out what's wrong with my line in bold, I've been checking my database so many times already, can you help me [QUOTE]With gridMieter .Cols = 5 .TextMatrix(0, 0) = "Frist_id" .TextMatrix(0, 1) = … | |
I'm an aprentice to VB,but have a little knowledge and interested in doing experiments. What i want to know is,how to get the time difference? text1.text includes the 1st updated time and text2.text includes the 2nd updated time.text3.text must be the difference between two times. please teach me to do … | |
Hi Guys, I am a newbie and need some help. Is it possible to extend the message box functions to include buton "Yes to all and "no to all" in vb6 Kind regards | |
hello every1, it really makes my mind :confused: about converting sytaxes especially when converting DAO coding to ADO.. for example in making a Login form, usually you can see sample Login form in the net, but most of them is made of DAO, and i cant use DAO ,since im … | |
Greetings! Anybody know how to save database file into a text file. What i mean to say my program works fine to save data into a MS Access database file. I'm trying to save this file also into a text file ".txt". And also, how to extract or open this … | |
I want to ad an .dll procedure to my VB application but when I try to run the dll I get the error message 453 can't find etc. The code is Private target As Integer Private solutions As Integer Private mode As Integer Private Type dealstr trump As Integer first … | |
I am trying Ms flex Grid attached with combo box. Can anyone give me source or soloution. | |
Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You. | |
Visual Basic coding for excel database - am tearing my hair out! I am trying to build a database in Excel 2002 / Windows XP. I have 5 columns starting from row B they are as follows.. TITLE/ PUBLISHER / YEAR OF PUBLICATION /DATA TYPE /ELECTRONIC /HARDCOPY /DESCRIPTION /WEB LOCATION/NETWORK … | |
can anyone provide me with the script for extracting columns from a text file. the script needs to be in visual basic | |
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. | |
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] … | |
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] | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
// 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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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. |
The End.