11,868 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... | |
|
The End.