vb.net 2008

  1. tgf-47

    Question The maximum message size quota for incoming messages (65536) has been exceeded.....

    The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. here is contents of my Web.config file: <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this...
  2. tgf-47

    Question How do I use variables in a SQL statement

    I got this in my SQL statement. I "BOLDED" the problem. SELECT OrderID, CustomerID, EmployeeID, OrderDate, RequiredDate, ShippedDate, ShipVia, Freight, ShipName, ShipAddress, ShipCity, ShipRegion, ShipPostalCode, ShipCountry FROM Orders WHERE CustomerID = @CustomerID I saw a video tutorial...
  3. tgf-47

    Question I'm having problems loading a 2nd report into reportvierwiewer

    I have 2 reports in my project. That is 2 normal microsoft reports. In reportviewer1, my first report is set to be the default report "rptOne.rdlc" I want to add a button to my form that when clicked "rptTwo.rdlc" gets loaded and displayed in reportviewer1. I have tried this, but with...
  4. tgf-47

    Question Microsoft ReportViewer Problem. Please help

    I have a problem. Everything works perfectly, but on the drillthrough event. Say I clicked on the cell that contains the value of "Peter". How can I get the clicked value of the report to a variable? Public Sub DemoDrillthroughEventHandler(ByVal sender As Object, _ ByVal e As...
  5. N

    write selection change for combo box

    Hi In VB.net How to write selection change for combox items both from database as well as from collection items. based on selected item of Combo Box , i need to write some events. kindly help me out Regards Naveen...
  6. tgf-47

    Question Select / click - event

    In my crystal report I have columns and rows. Columns displaying my headings and the rows the data in the table. Here is an example ID | Name ----|------ 123 | John 347 | Max 348 | Merry 749 | Pete and so on, u get the picture. NOW ---> When I click on cell B3 (Merry), I want to know what...
  7. tgf-47

    Question Crystal Report HyperLink Problem, Please help

    I'm having trouble linking from my crystal report. I want to link to new forms in the vb.net project from data in the Crystal report and can't seen to find a way to do it... Any help would be appreciated.
  8. S

    Input language

    How can we get active window input language? Thanks.
  9. shivinitin

    Question Debug Folder in Windows Application

    Thank you for viewing my question. I'm developing a windows application, which creates a bin\debug and bin\release folders. On pressing F5 key(start debugging process), the application launches from bin\debug folder although the application has also created obj\debug and obj\release folders. I...
  10. B

    Execute Access Query

    Hello everyone, its my first post here. What i am trying to achieve is to execute queries i have already created which are stored in my access file from my VB application. My code looks like this. 'Dim command As OdbcCommand = New OdbcCommand Using cnx As New...
  11. A

    Question Help with advanced VB9 Web browser

    Okay, I've made a web browser in VB.NET 2008 so people who know it can help me best... Below, I have listed my problems, please help me... I save my own web browser history rather than modifying the Internet Explorer, I used to use a richtextbox but now I want to use a treeview or a list...
  12. C

    Question How to Retain datagridview cell backcolor and forecolor in excel after exporting from

    i've a datagridview control populated with records from database. i've formatted certain cells of datagridview according to a condition. (i mean i've set the fore color and back color of cell). But when i export these datagridview contents to excel 2003, no cell colors will be appearing.pls...
Back
Top