12,425 Topics
![]() | |
hello everyone and my old frnds is there any list of lib (like Microsoft ADO 2.5 lib)to be included in project refernces and components which we can add everywhere in vb 6 project which will work eveywhere except default ones. that is without lookin on to project requirement we should … | |
Hello Everyone, I'm doing a Project for Touch Screen. I have Designed an ON SCREEN KEYBOARD. My Problem is that "How can i Enter Text through my On-Screen K/B????" For Example : Suppose User Click the Button "A" on "On-Screen K/B" Form then I want "A" to be typed in … | |
Sir, This is Vijayasanthi.I'm using Visual basic 6.Now the problem is i can enter only 255 characters by using input box but i have to increase the maximum length or can i set the maximum length property as '0' for input box?kindly give any solution for this problem. Thanks and … | |
Hey can anyone there give me link to get a list of all the functions supported by VB6.0 like time and date, | |
hey, i have project in my visual basic laboratory, but i'm just a newbie, so can anybody help me.. they say that its just a simple syntax, but it is not simple for me.. so please help me.. it goes like this, a quiz that has a radio button choices, … | |
hi Frns ;-) i have a c#.net project .i am creaing the dll using this. the procss i am following: 1)tlbexp (to create typelib) tlbexp ComInteropExample.DLL /out:ComInteropExample.tlb 2)regasm regasm ComInteropExample.DLL /tlb: ComInteropExample.tlb after this i m taking the ref of the .tlb file in my vb project. i am not … | |
Hello members I reading - Looping through a recordset (MS Access Query) that has 49 records. Note: the query is generate on the fly(dynamically). The processing is supposed to exit the loop at EOF but it keeps processing indefinitely (sort of an infinite loop). Does anybody know why this is … | |
How do I check if two dates(within same month) occur within the same week, week starting sunday. Already found the answer I used Datediff("ww",,) | |
my groupmates and i are making a project which are very ifficult for a begginer. in our project, we have some of the codes. the problem is when we run-start it.... and click the command button (which are factorial and fibonacci) the answers will not appear to the result text/label... … | |
Hi, I have been trying to Copy a worksheet into another workbook and rename it using macro. But while running it Gives me an error: Run-time error '40036': Application-defined or object-defined error. Any help will be appreciated. | |
Hello Everyone, Can anyone tell me [B]"how to get the Name of the Control (Mainly for TextBoxes), Who is Setfocused" [/B]??? Thanks in Advance. | |
People, this is a wired one for me. I am executing my module and I am getting a compile error - "Loop without a Do" even though I do have a "Do". Below is my module: [code] ii = 5 ii = ii + 1 Do Until M.qBW.EOF xlWksht.Cells(ii, 1).Value … | |
Hi there. I've got two forms (form1.frm and frmoptions.frm.) The first form contains a variable (multip = 2.) When I click on the first form let's say I want to see that variable in the second form's command button's caption. This doesn't work. All I get is a blank command … | |
Hi Members, I am directly referring to you because you have firsthand idea of what I went through developing this little piece of vb apps. which produces an excel spreadsheet. However, the program is working perfectly okay, but when I make the spreadsheet visible or when I print the spreadsheet, … | |
Can any 1 help me How to create PDF file from VB? | |
I am getting the list items from a access database to a list box in my form. But it is showing the list items in a line for each items. As the list box is a narrow one, i cant see the whole line. How can i see the whole … | |
hi .... im having trouble about how to not save text file... 'i create a textfile like this ..' Set ts2 = fs.CreateTextFile(vtxt & "_" & Format(Date, "ddmmyy") & ".txt") vsmg = "my text" ts2.writeline (vsmg) 'call a notepad' Call Shell("notepad.exe " & (vtxt & "_" & Format(Date, "ddmmyy") & … | |
hi, i want to build an DLL,an timer need to be used in the class section,kindly help me to complete this task,i expects sample code for this -N.Venkat | |
I am using visual basic to open multiple spreadsheets and copy rows of data into one spreadsheet. I have done this by using workbooks.open and then specifying the filename, however, I would like to open all spreadsheets in the folder without having to add the names of each as these … | |
I have a main form and every once in a while another form is popped up, waiting for input from the user. I have a toolbar on my mainform. When that [B]other[/B] form is shown [B]while[/B] the user is in the sub of menubutton_click, then the program gets stuck, it … | |
i have already created a dll library and a simple function in the library i want to call the funtion like an api function To call that function how i register the dll file in the registry ? | |
please anyone giv me the sol MsgBox Mid$(txtFirst.Text, 0, 2) whts the prob with this line it displays "invalid procedure call or argument"" please help me | |
First of all let me say I love this forum, everyone has been very nice and extremely helpful! Now to my question. I got help with a question like this before and the answer I got worked perfectly. However I have a new angle. I'm wanting to take and subtract … | |
One of my forms (lets call it frmnew) is opened with vbmodal, since I want the user to finish with that form before continuing. When he presses cmdsave(a command button on frmnew) then while the program is executing that statement I want to show another form (frmsplash). It doesn't let … | |
My friend who is a VB6 programmer is doing a benchmark against C and the VB is running faster than the C but we know this isn't a reliable benchmark Could you look at our benchmarks and tell us any thing that might be causing this. MINGW [code] #include <stdio.h> … | |
Help me to find good resources for win32 api converted to use in visual basic 6.0 like dan appleman's book it unavailable in market if some one has this book please send me <snipped email> | |
Alright, I dont know if this can be done or not, but can you say, take either a caption or the text in a text box and add or subtract from what's in it, with a click of a button? Allow me to explain, lets say I have a text … | |
Hi, I am writing a small app which has just one form with a few browsers in it. It works majorly something like tabbed browsing. Here is wat i am looking for. I need to insert a command button which minimizes the form when clicked. I also want to know … | |
hi, i need to provide a link for an attachment... i mean the user have to attach a file and the others can access that attachment... hw can i do that... | |
| |
Hi all Now i am using MsFlexGrid1.textmatrix(1,1) to read values from the grid, is there any other efficient way to read data from MS flex grid..please give an idea | |
Hi Friends.. I am trying to make a program through which i can read the references added in another VB Project. I will add the .vbp project file in my program and i want to know the references and activex components that have been added in this vbp project(The project … | |
Anyone here know the code to view the cpu/ram usage at anytime? Yeah, I know its in the task manager but I want to create a small form and place it on my desktop. | |
I'm trying to write a game for fun. I've been able to get some lines of code from other friends who have been able to help. But they couldn't help me with this. I'm trying to write the code to where, when you click on the button it should change … | |
Hi there, I have a combo box that contains 10 names. For eg. I select John's name. It will retrieve his left250 value from Access database. It will then display as a label. I've managed to do this so far. However, when i add in a new name in the … | |
Good morning, I modified the code accordingly and got another "Run-Time error 1004 - Unable to set the RowHeight property of the range class" on the code below. Also, please look at the spreadsheet attachment. Is there any way I can get rid of the spacing(gap) that separates the line … | |
Hi , im working with ISA I/O card. previously i have only done communication through serial port and that was pretty simple using c++ as well as visual basic. now i hav no idea about how to communicate with this hardware throug ISA slot .for now i simply want to … | |
I want to have my own messenger . Can some one guide me towards any link or resource so that could develope my own Messenger. | |
i have some doubts to connect vb with databse.so anybody help me hw to connect this two. | |
Hi everyone, I'm using ADODB to connect to an access database and it is working perfectly. but I don't really know that it is going to work when more than one person tries to reach the database at the same time...is it possible? moreover, does everyone has to set up … | |
hi everyone I need to change the system clock and date's language to English. My program is going to show the date automatically in english in every computer that is installed in.. I tried to change the names of the months in to english but it did not work.. do … | |
I am using a program developed in VB6 for about 4 years. It is only since recently, that I can no longer reorder Columns in the listviews and receive an error devision by zero. This error occurs not only on my computer (where Source-code is located), but also on computers, … | |
I'd like to add a color palette to my form, so that the user can choose a color. How can I add such a palette to my form(with all the colors vb offers)? | |
hi.. I have a problem on opening 2 file ... as below is my code... I want to open 1 file let's say .Dat file and it will trigger the other .Hdr file. the only different is the extension name , 11U06P0434FN.dat and 11U06P0434FN.hdr .... anyone can help me .... … | |
i am new to visual basic and i have a task to design a programme using visual basic for excel to import the raw data and sort it accordingly. i also have to decode that raw data into meaningful data. I hope I can get some guide to finished my … | |
Hello, i am designing a website that i require a visitors of my website to download a script or packages from my web page how can i go about it | |
Alright, I have an MCSE and A+ education, but nothing is as confusing as script for VB. Well, I take that back it can be pretty simple but sometimes I just can't see the forrest for the trees. I'm trying to copy the data from a text box named creditbox … | |
I'm comparing a text box to a field in my database I want it to give back true only if upper\lower case match and not always when the words are the same. Can you help me? | |
I have a exe in vb.. How can i make it run as a windows service?? | |
Hi guys, Do you have any code to collect and send data from serial and ethernet port to V.B.2006? OR do you have any information to help me out to get that? I'll really appreciate your help. Best, |
The End.