20,284 Topics
| |
any simple project implemented by c#.net. this project contained ms access as database. pleas help. thanks. | |
How to connect c#.net(2008) with Ms access 2007? I want to code. please help me. | |
I have the report created and connected to the data (oledb) but it keeps asking for a logon and password... The DB does not have a logon and password? Any help would be appreciated. | |
Hi, i have tried to insert all rows at one time from datagridview c# into a table in database , although the table gets all the rows from datagridview but it always gets the values of the last row from datagridview for all the other rows , so all the … | |
Dear All, I am using this code for single perameter [CODE] Dim cryRpt As New ReportDocument cryRpt.Load("C:\PaymentSystem\PaymentSystem\Inst1.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 = _ crParameterFieldDefinitions.Item("PlotNo") crParameterValues = crParameterFieldDefinition.CurrentValues crParameterValues.Clear() crParameterValues.Add(crParameterDiscreteValue) … | |
Hey there, I have a interface which loads the data from the database. It loads the data to the datagridview, and text boxes. When I load the data to the datagrid view how can I make it uneditable so that the validations and other datagridview event scan not be occurred. … | |
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 | |
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 … | |
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 … | |
Dear All, How can i auto generate number in vb.net Please help thanks in advance for your help | |
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..... … | |
how can i connect to autocad from a vb.net web application? | |
How to Connect VB.net 2003 with MS Access 2003????????? | |
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. … | |
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 … | |
can anyone make some sample vb.net program and flowchart here | |
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 … | |
[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] | |
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 … | |
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 … | |
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. … | |
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 … | |
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] … | |
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, … | |
what is the code to be put in your program such that your program could show its location? | |
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 = _ … | |
Please help me converting numbers to words.. i don't have idea for this... Regards Neji | |
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...... | |
How Do I resize pictures in vb, When i try , only the picture box resizes but not the pictures Any help will be appreciated. | |
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 … |
The End.