16,916 Topics
![]() | |
After i click on "Area Clienti" appear the tipical autenticatin box (see image) How to insert in user box the value of my_var = user, and in password box the value of my_password=mypassword and after check "save pasword..." and click on ok button????? naturally in VB or VBA code here … | |
Hi guys! i'm using Visual Studio 2005 C#. I like to ask this question about GUI. How can i pass value from one form to another? For example, the user have to key-in the amount of money he/she needs to borrow in form1.cs Then on form2.cs, i need to get … | |
Hi, i am creating a project and i am having a problem i have created an image in a rectangle using the following code: [ICODE] Dim d As New Rectangle(Width - 127, 8, 22, 15) e.graphics.DrawImage(My.Resources.close, d.Location)[/ICODE] now the problem is that if the user click on the image, i … | |
Ok, im almost done with my program all i need now is some scripts. I need to know how i can make a button open a second form in my project. I also need to know how to open notepad with a button. I really need help i will greatly … | |
Hi, How do i go to next paragraph to add additional note? [code]MAPIMessages1.MsgNoteText = "Dear" & " " & Adodc1.Recordset.Fields("cusname") & " " & Adodc1.Recordset.Fields("surname") & ","[/code] Example; Dear www xxx, Next paragraph will start from here. Thanks | |
The registry for my small app looks kinda like this entry1 reg_sz value1 entry2 reg_sz value2 entry3 reg_sz value3 How would I delete one of this subkeys ? So that this would be the result entry1 reg_sz value1 entry3 reg_sz value3 ![]() | |
Hey all! I am trying to build this code and I am running into a bit of trouble. Visual c++ gives me this error: >Profile.cpp 1>c:\users\janice\documents\visual studio 2008\projects\assignment6\assignment6\profile.cpp(101) : error C2027: use of undefined type 'Post' 1> c:\users\janice\documents\visual studio 2008\projects\assignment6\assignment6\profile.h(6) : see declaration of 'Post' 1>c:\users\janice\documents\visual studio 2008\projects\assignment6\assignment6\profile.cpp(101) : error … | |
Hi, I use VB6 with Oracle database. I also use Adodc and datagrid for retrieving data from database. If i do search with [inlinecode]Select.....Where name IN(LIKE) '" & Text1.text & "'[/inlinecode] does return nothing. I have to type exact value be searched. Why do you think that IN or LIKE … | |
[code] 'language = Visual Basic 6 Public Sub CreatePlayList(ByRef songs() As String, ByVal name As String) Dim i As Integer Set listCollection = frmMusic.wmplay.playlistCollection Set list = listCollection.newPlaylist(name) frmMusic.wmplay.currentPlaylist = list For i = 0 To UBound(songs) Set wmpMedia = frmMusic.wmplay.newMedia(songs(i)) frmMusic.wmplay.currentPlaylist.appendItem wmpMedia Next End Sub ' I believe the … | |
Hi all, I've just started using Crystal Reports again with VB6 after being away from it for a few years (previous version used CR 8) and suddenly everything seems to have become a lot more difficult. Amongst the hundreds of new difficulties I'm finding there is one in particular I'm … | |
I have to read the filenames inside a zipped folder. How can I unzip a file using VB(No external DLLs should be used)? Please suggest if there is a direct way to read filenames in the zipped folder. | |
hi, I would like to convert word documnets to pdf using VB 6.0. Please help. | |
How can we enter a table under the list box. And how can we edit the content on each cell of table | |
i wnt to knw how do i provide security to my software before handing it over to the client so tht he cannot misuse it can ne one help urgently required | |
First of all here is how i created my SQL database and established a connection in visual studio 05. I go into the server explorer and right click on the data connections node and and select "create new SQL database". A window then prompts me for a server name and … | |
Hi, I've just started using Visual C# express, and honestly I like it. I'm running into the same problem I had when I first started Visual Basic, Its the saving multiple text boxes and some of them are multi lines so when you press enter in the multi line box … | |
i have made a program and want to make an exe file. But the exe file is not working in a machine which does not have VB.I have used MSComm codes for serial port programming. Is it not possible to make exe file which has MSComm code ??? | |
After several hours of searching the web and the student MSDN archive in Visual Studio.net i cannot figure out through the random blabber of sample codes how to do basic connections using TCP socket connections through a client and a listener. I got the jist that winsock had become outdated … | |
i want to update the n th row of the ms access table through vb . i request any body to explain the procedure of code giving one example for which i will be thank ful | |
[B]Hi all, Is it possible to create a new table dynamically (using code) in an opened database?[/B] | |
Hi guys, i want to add a character to the begining and the end of a multilne text box and save it into a file. e.g 1234 6789 9087 output '1234', '6789', '9087' i will appreciate the code to achieve this in vb6 | |
I program board and card games in VB6 Prof on WinXP system. I am also a linguist familiar with several European languages, including Russian all of which I can use in Office 2000. Most languages in Roman(Western) script have accents and I use Character Map to produce what I need … | |
How can i add objects such as buttons, labels or textboxes at runtime? | |
Hai to all.... I am selvamathi.... I would have completed my M.E. Course at the end of June 2008 in Thanthai Periyar Govt. Institute of Technology, Vellore, Tamil Nadu. Now i am doing my project work. My project have been done in OMNeT++ with visual studio 2005 Express Edition Platform. … | |
hi to all im new at vb6 and ive made a few basic programs using tutorials etc to get me started. i wanted to make a smiley tool for msn and yahoo for myself. doesnt sound like anything brillant i know but as i said im still learning and i … | |
i want to know that how can i read from excel multiple worksheet with using vb6 | |
Hi all, I have an application wherein when I selected a particular option ( radio button) and when I close the appliction and restart it, the radio button which I have selected earlier should be made selected. Iam trying to acheive this for many days, but I couldn't able to. … | |
Hi, What i want to do is i want to export the data from excel to axcess in vb so please reply asap. And can you tell me that is it possible to convert PDF files in Ps. please reply.. | |
I'm trying to get this Evaluate macro to function properly. I'm not very familiar with programming macros, only for very basic tasks. The macro comes from the book "Excel by Example: A Microsoft® Excel Cookbook for Electronics Engineers" by Aubrey Kagan. The macro is suppose to evaluate, based on the … | |
I want you to develop a Refresh mechanism. The grids on various tabs does not refresh automatically when some data is changed due to changes on other pages. For example, if I add some data in detail section and attach a document of personal details the grid on the personal … | |
Hi all, This is asheesh i am fashing a problem i want to enter some rows of same data which is already in that excel so can you please help me to do this please reply asap.. | |
Hi friends, I’m doing a project in VB to conduct a Quiz competition. There r 4 rounds in it. It allows customization .ie; the users can create their own Quiz. Is it a good idea to dynamically creating databases & tables using code to store the questions & answers for … | |
Hello if any one have html.ocx please give me urgent, i am searching in net but i cannot Plz Faisal | |
[B][I][U]hello friends ,please help me in this Visual basic code , i'd like to put list of web adresses one per line in the Listbox (from the TXT file) then i'll create browser from the components [COLOR="Red"]" Microsoft Internet Control "[/COLOR] and [COLOR="Green"]Textbox [/COLOR]for the adress, one [COLOR="Red"]button[/COLOR] i like … | |
Hi, I would like to create a link to an Excel worksheet in MS Word using Visual Basic 6.0. Any assistance will be highly appreciated. Thanks. | |
I have a variable declared in a class file. A form is called from the class. When the control goes to the from; the value stored in the varaible is lost. Hence ,when I get the control back to the class from the form, I am unable to get the … | |
I've tried to create mailbox in exchange 2007 using code that works on 2003-version. It's much faster to create a program in VB6 then in net. So, does anyone know what I have to do to make mailbox on 2007.version with vb6? | |
I am trying to include the posix library in my Visual Studio 2005 projects, and I am unsure how to include it. I have the posix.lib file and I added it to the additional dependencies of Configuration Properties->Linker->Input. When I build, I get the message that it can't find the … | |
i have created an application using visual c#.i created a button using MS expression blend. How to use the button in the application that i developed?i want that button to be embedded into my app so that i can use it like default button control available in visual studio. | |
Hi all, CAn anyone guide me how to read a .dcm(DICOM) file in vb 6.0 thanks, sam code: please guide hoe to implement to a picture box control so that code works Public Type BITMAPINFOHEADER biSize As Long biWidth As Long biHeight As Long biPlanes As Integer biBitCount As Integer … | |
hi...i have problem to create login form i have 2 textbox which is Text1.text and Text2.text and im using ms access 2003 for my database table: login field : user and pass please help me... | |
hi all! I'm usuing VB 5.0. I need to store data getting input in VBform in MSAccess data base. I tried with ADO connection but its not working. Can any one send me the basic code to store data in MSaccess and to read the data. You help is highly … | |
Hi, Please i need a code in vb6 to compare record stored in databse one after the other to check for the occurence of duplicate record . 1. The check will be the first record compare with other records 2. The check will be the second record compare with other … | |
Is there a quick way to pass numerical arrays between two VB6 programs? Currently I am dumping the data from one program into an Access Db, then the other one reads it. However, speed is very critical and this is a little slower than I would like. The arrays are … | |
Hi, I have a friend who's trying to make a memory game and we're kind of stump of what is wrong with the code. We've narrowed down that it pertains to this section of it: [ICODE]If turn = 1 Then tempturn = 2 picval1 = click previndex = Index End … | |
hi guyzz... i have a code here about chatting using winsock, but it is not working and I tried 2 surf in net but the error cant be solvd cleared.. .i have a runtime error 40006(wrong protocol or connection state....) and the error is refer to the senddata properties... plzz … | |
Please help me guys... how to show clock in capture video, example in my attachment thanks a lot for your kindness... | |
Hi pple I've using visual studio 2005 and sql server 2005. I've stored my usernames and passwords in the database. Now i have problems on how to use select statements to check username. Meaning. if username is not found, it gives error msg, if username exist, it compares with the … | |
Okay I have a new assignment. I think I actually get the whole random access files ( I hope) but I have no clue as to how to set up my form(s). Does anyone have advice on how to set up the forms? Here is the assignment. Objectives: This assignment … | |
Hi there, I've a vb6 email program, it's enable to receive email by pop3 protocol. what I'd like to do is to decode all the coded base64 media embedded in email message. How can i do that ? ..it's very important for me ..I could buy a therd part software … |
The End.