11,868 Topics
![]() | |
Hello Guys. Good Day! Masters of programming out there anybody can read mo this code guys how it work in the program for better understanding of mine. Thanks in advance for your help... br. [CODE]Private Sub cmdsearch_Click() On Error Resume Next Dim dok As String Dim ran As String dok … | |
Hello, once again I have a very BIG problem. I made program that connect to proxy server and browse via proxy server. However, my company has a made private proxy server which I must authenticate through to get to the internet. I read hundreds pages of docs, but without success. … | |
Hi All, Been reluctant to drop this on anyone as I wanted to resolve it myself but alas it has got the better of me. I am trying to do an insert into an Access 2007 DB but keep getting a syntax error even thougt I can get the generated … | |
when it was all right suddenly when i try to compile and run a code display me this problem [QUOTE][IMG]http://img191.imageshack.us/img191/2909/captureyty.png[/IMG][/QUOTE] because i used to use DevC i never find this kind of problem, i search in to the MS visual folder in my pc but i dont find anything. DId … | |
I had created a registration page for users to sign up an account and a database to store all information such as username and password. I had also created a login page for users to login after registering an account. How do I link the database so that I will … | |
i have received an error on adding an information on VB6.0 database is SQL i just use the covert ACCESS to MYSQL code :[ please do help me O_O i received an error "mySQL server has gone away" ...other adding of information seems ok except from this one please do … | |
Hi, I am building a VB.NET app which amond other things, deploys a scheduled task to run test.bat when A Windows Server 2008 Backup is cancled. I have the app all working which runs a command which, when works, will be the event creation command. I figured out how it … | |
when I start program I get error "Label not definied" in GoTo Resend line module: Public Declare Sub UrlMkSetSessionOption Lib "urlmon.dll" _ (ByVal dwOption As Long, ByRef pBuffer As Any, _ ByVal dwBufferLength As Long, ByVal dwReserved As Long) Public Type INTERNET_PROXY_INFO dwAccessType As Long lpszProxy As String lpszProxyBypass As … | |
Hello. I am new to programming and I am trying to find a way to sort an array of numbers. For Example, if I have 30 textboxes with a number inside, I think i could insert the numbers to this array using a For...Next statement. But then, I would like … | |
Using: MS Access 2010 Visual Studio 2010 with Provider=Microsoft.ACE.OLEDB.12.0 Connection I have tried multiple ways to do this fought through Concurrency issues current code gives no errors however when I re Fill DataSet nothing has been removed from database... Current code for Button1(reload data), Button2(delete row): [CODE] Private Sub Button1_Click(ByVal … | |
Hello Everybody, After many days search i cannot find any source code or project of shockwaveflash1 object play swf files one by one. I want to get any project or source code of visual basic 6.0 Actually i trying to make swf player and swf player play next swf file … | |
Hi, New user here. I recently got into developing a simple communications application for client-server model over the internet. I am using winsock in VB6 and trying to send text based messages just to get me going. However, i have been unsuccessful. I am able to connect on same computer, … | |
hey, I have a text box that is written in it a sentence like that for example ( vsdgv hsch hjscbfhs bsh hgfg shjgfug hfudgf ) & I have a list box what i want is that once I press the command button, the sentence get splited into its words … | |
hi i m working on a projct and i want to use images as background ...and i want to load the adobe photoshop image but its not working.. image1.picture = loadpicture("c:\image.PDD") but its not working .. nw what i do.. any other exple to for backgroung image but i make … | |
Hello there Good Day! I need your expertise in VB6 i have an assignment we made a small program with search button with combobox. I have a code with almost working. My problem is i want my search button enter any fiels to search with the combo box list. I … | |
I am building a tool for my team at work to search a XML file for a particular item and return back the nodes associated with it. I have searched the web to no abounds and was wondering if someone would mind letting me know what I am missing. Here … | |
[COLOR="Green"][/COLOR] I cant figure it up? :( .... need some help ... | |
Hi, I have created web browser that surf to the internet through proxy and now I need to create a browser that surf to internet via proxy authentication server (server required enter username and password) and I dont know how to begin program... :/ Maybe something has a small example … | |
Good Day to all, Can anyone give me an idea on how I can select an item in ListView using Right Click mouse button? Any insight would be great. Thanks | |
Hello I want to copy paste and delete text to html text box using vb 6 we make a webbrowser and open any website and change text to the webbrowser textbox values please help any body give me a small project of source code thanks razamughal67 [email]razamughal67@yahoo.com[/email] | |
Okay so someone may have already posted something like this but my assignment is due in like 4 hours and don't have time. So here is the problem and my code. My problem that I am having is that it only works for single words. Not whole sentences. I need … | |
Hello there! I need your expertise in vb6. I made a new exercise for my vb6 subject using database Microsoft access. With the fields of FirstName, MiddleName, LastName, Birthdate and Age. and there is correct information of my family in every fields. Using navigation command. Im using Microsoft ADO Data … | |
Hello there! I need your advice guys i got this error rrun-time error '13': type mismatch every time they reach the condition. Instead of msgbox its a run-time error. If i take the label16.caption = datediff its working fine. Private Sub cmdnxt_Click() Adodc1.Recordset.MoveNext Label16.Caption = DateDiff("YYYY", Label15.Caption, Now)- type mismatch … | |
Hi, i use visual studio and i want to know how i can create c projects, there is no any option for c, only for C++ | |
Hi there, I am very new to VB6. I have a combobox name combo1 textbox= text1 and a database which contain field id and employee name. what I want is when I click the combo box and select the value 1 the program should look into the database and if … | |
hi frnds, i have a certain application in vs2008 with several windows forms.my question is that i have to mention connectionstring on each n every form as: [CODE]con.ConnectionString = "Data Source=mypc;Initial Catalog=Main;User ID=me;Password=pwd"[/CODE] Is there any way to define connectionstring for once for all forms and and one more thing … | |
Hi all, I need to develelope a code, 'To give the count of [B][COLOR="red"]ANSI ASCII UNICODE [/COLOR][/B]Characters' in particular Text / Html file ? in vb6 ! Any help ... -Kesen | |
hello friends, can anybody please tell me, how to create an .exe file of my windows project?? thanks in advance. | |
Hey, i need some guidance.Im working on a project in vba(in excel).I am trying to create a shift cipher(example dog would be fqi) i want the input to be in an input box(have that part) with the text to be shifted and amount that it will be shifted.The output will … |
The End.