20,278 Topics

Member Avatar for
Member Avatar for ujjval dave

Hi there, i need help in this part to set a sock5 proxy in vb.net application. I know how to set http proxy but i don't know anything about sock5 proxy setting. I am new in sock5 proxy setting. [color="red"]please tell how to do this. [/color] thanks dave

0
56
Member Avatar for prussell

I have a simple vb.net webservice which accepts a string parameter. the function appends the passed value to a string, then returns it back. (See code below). My client uses ksoap2 on an android platform to invoke & consume the service. I can connect to the service fine, and while …

Member Avatar for balazs.kelemen
0
176
Member Avatar for judithSampathwa

Hi there, I am loading data to a datagridview from the database. How can I make the cells that were loaded from the database to only read only. I have a button in the interface so that I can add arrows to the same datagrid view. How can I make …

Member Avatar for judithSampathwa
1
102
Member Avatar for Naveed_786

Dear All, How can i auto generate number in vb.net Please help thanks in advance for your help

Member Avatar for Naveed_786
0
125
Member Avatar for smart_pc

hi. i am trying to make a project on visual basic dealing with interaction with hardware(basically serial ports) using MScomm api provided. does any one know how to use it to control the pins seperately. if anyone's of help. please do reply this thread with a solution. thank you geeks..... …

0
61
Member Avatar for oni
Member Avatar for sans4
0
49
Member Avatar for prasannapower
Member Avatar for PEFCa

I am learning VB and am working on a tutorial on databases. The recordset is a disconnected set. I am getting a concurrency exception. I might have 3 records. I delete all 3. Then I add a record, it adds it. Then I attempt to delete it and it fails. …

Member Avatar for deathrock
0
99
Member Avatar for pankaj.belanke

I have 2 datagrids. In first datagrid i am taking details of student which had done enquiry in classes.This data is used for the particular day followup in classes.In second datagrid i am taking details of details of students to whom followup is done that particular day.Inshort iam transfering the …

0
21
Member Avatar for mark0420
Member Avatar for darrylle
0
203
Member Avatar for johmolan

I use the code [CODE]Dim Selvk As New Selvkost2 Selvk.PassedText = TextBox29.Text Selvk.Show()[/CODE] in mainform and the code [CODE] Private _passedText As String Public Property [PassedText]() As String Get Return _passedText End Get Set(ByVal Value As String) _passedText = Value End Set End Property [/CODE] in my second form and …

Member Avatar for Teme64
0
87
Member Avatar for Maya Pawar

[url]http://www.google.co.in/search?hl=en&source=hp&q=friendship+quotes&meta=&aq=1&aqi=g6g-z1g3&aql=&oq=friendship&gs_rfai=[/url]

-2
64
Member Avatar for Maya Pawar

Hi friends, i want to supress textfield related to databasefield I have section .In that section, textFeild1 DatabaseField1 I set to databasefield1 as Supressifzero=True Also set formula IsNull{Tablename.DatabseField1}) I also set supress formula to textfield as IsNull{Tablename.DatabseField1}) and check the checkbox "Supress Embeded field Balnk lines". I also Set the …

0
63
Member Avatar for jonniebl

I am trying to write code to send a mail message with an attached file. my code works fine if I don't try to attach a file but crashes when I do. I have not been able to figure this out. My code looks like this. [ Dim mail As …

Member Avatar for jonniebl
0
177
Member Avatar for bizzpu

Hy there everyone! I try to make one application that will first show login form (with textbox for username and password) and when I press login client application send request to server side application that make SQL query (local) and return some values and that values listed in main form. …

0
48
Member Avatar for saionx2

Hi everyone, I am doing a project on Student Management System. I want to create pie/bar charts in Crystal Reports & then embed this report in a form which would show subject-wise analysis of any selected Student's exam performance. [B]The Crystal report needs to be embedded in a container within …

0
21
Member Avatar for jlego

im going to try to explain this the best i can the programs here are setup using adodb.connection and adodb.recordset they run threw an odbc connecter that is on each machine in the company (i dont know, i didn't do it). here is what i do with the adors [code] …

Member Avatar for jugosoft
0
1K
Member Avatar for Naveed_786

Dear All, I am calling a perameter crstal report which i have made in visual studio when i enter criteria in textbox it does not compare and prompt all the record how to resolve it please help. [CODE]Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, …

0
58
Member Avatar for sophie_kiu

what is the code to be put in your program such that your program could show its location?

Member Avatar for meffe
0
80
Member Avatar for Naveed_786

When i run the report there comes an error "Invalid data source i am using this code [CODE]Dim cryRpt As New ReportDocument cryRpt.Load("C:\PaymentSystem\PaymentSystem\Instalment.rpt") Dim crParameterFieldDefinitions As ParameterFieldDefinitions Dim crParameterFieldDefinition As ParameterFieldDefinition Dim crParameterValues As New ParameterValues Dim crParameterDiscreteValue As New ParameterDiscreteValue crParameterDiscreteValue.Value = TextBox1.Text crParameterFieldDefinitions = cryRpt.DataDefinition.ParameterFields() crParameterFieldDefinition = _ …

0
46
Member Avatar for Neji

Please help me converting numbers to words.. i don't have idea for this... Regards Neji

Member Avatar for pulpers
0
151
Member Avatar for yusuf.business

Hello friends ? I want to use mysql database in vb.net .. What is the full procudure for using mysql in vb.net.. thanks in advance......

Member Avatar for finito
0
234
Member Avatar for fourty

How Do I resize pictures in vb, When i try , only the picture box resizes but not the pictures Any help will be appreciated.

Member Avatar for Luc001
0
43
Member Avatar for falconer

Hi, I need an urgent fix for a desktop app built in VB. I sold a few of the apps, and now my customers are a bit upset it no longer works as it did. And of course I can't sell more until it's done. The original coder no longer …

0
29
Member Avatar for andrewktmeikle

Hey, I've got a datagrid which depending on fields that the user fills in will display some data, code is : [code] Try queryList = LSet(queryList, Len(queryList) - 4) 'TODO: This line of code loads data into the 'VbDataBaseDataSet.marketingDB' table. You can move, or remove it, as needed. Me.MarketingDBTableAdapter.Fill(Me.VbDataBaseDataSet.marketingDB) Dim …

0
85
Member Avatar for sganandhsg

Hi Friends, I will using Log4net in my application, Log file is created fine. Now i need to create folder based on the month and year I mean This month is July i need to create a folder name is Jul2010 then start next month automatlly create a folder for …

Member Avatar for sganandhsg
0
78
Member Avatar for yapaarachchi
0
39
Member Avatar for andrewktmeikle

Hey team, i'm having a problem with this query, [code] "SELECT * FROM marketingDB WHERE company_name LIKE 'allied' & '*'" [/code] the program ive written runs fine and it doesnt show any problem with the query infact the exact same query works fine on access but when i put it …

Member Avatar for andrewktmeikle
0
140
Member Avatar for sophie_kiu

NEED HELP~! Does anyone know how to import access data into sql server using vb.net? I want to create a openfiledialog and allow user to choose which access file to be imported into the server. Thank you so much~~ >.< PS. I am just a beginner of vb.net. So would …

Member Avatar for Oxiegen
0
3K
Member Avatar for cintojose

Hello Everybody, I want my text box only accepts numbers and colon like 00:00 .The length should be limited to 5.Plese help as I stucked up with this............Thank You. CintoJose

Member Avatar for Teme64
0
99

The End.