Click here to Skip to main content
15,909,953 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: CE VB.Net Owner Drawn ListBox Pin
Dave Kreskowiak13-Jul-04 16:15
mveDave Kreskowiak13-Jul-04 16:15 
GeneralA complicated string... Pin
Brad Fackrell13-Jul-04 10:11
Brad Fackrell13-Jul-04 10:11 
GeneralRe: A complicated string... Pin
Dave Kreskowiak13-Jul-04 12:19
mveDave Kreskowiak13-Jul-04 12:19 
GeneralRe: A complicated string... Pin
Brad Fackrell13-Jul-04 12:42
Brad Fackrell13-Jul-04 12:42 
Generalvb code Pin
nazerudeen13-Jul-04 5:56
nazerudeen13-Jul-04 5:56 
GeneralRe: vb code Pin
Dave Kreskowiak13-Jul-04 12:13
mveDave Kreskowiak13-Jul-04 12:13 
GeneralRe: vb code Pin
jonathan1515-Jul-04 5:29
jonathan1515-Jul-04 5:29 
QuestionHow to connect Microsoft Access Report in vb.net Pin
Member 122179713-Jul-04 2:58
Member 122179713-Jul-04 2:58 
Hi,

I have reports in Microsoft Access. Now i want to connect this report in vb.net.
I have done following
1. added reference of Microsoft Access Object Library 10.0
2. used following code
Dim accRpt As Object
accRpt = CreateObject("Access.Application")
accRpt.Application.OpenCurrentDatabase("E:\emp.mdb")
accRpt.Application.DoCmd.Maximize()
accRpt.Application.Visible = True
accRpt.Application.DoCmd.Maximize()
accRpt.Application.Visible = True
accRpt.DoCmd.OpenReport("city", Access.AcView.acViewPreview, "")
accRpt = Nothing
but when runs this code then directly Microsoft Access opens with report , i want to hide remaining functions of Access means,

menu etc.
How i hide this? , so only reports will display.
or Is there any other way to connect Microsoft Acces report in Vb.net.?"

Regards
Programmer2004
AnswerRe: How to connect Microsoft Access Report in vb.net Pin
martyconnelly14-Jul-04 15:31
martyconnelly14-Jul-04 15:31 
GeneralIntegrating Outlook Pin
Het210912-Jul-04 23:32
Het210912-Jul-04 23:32 
GeneralSave as WebPages using WebBrowser control Pin
Member 122179712-Jul-04 21:43
Member 122179712-Jul-04 21:43 
GeneralRe: Save as WebPages using WebBrowser control Pin
monkeyjoe14-Jul-04 14:43
monkeyjoe14-Jul-04 14:43 
QuestionHow to find which windows API(.dll) is getting called Pin
Member 122179712-Jul-04 21:40
Member 122179712-Jul-04 21:40 
AnswerRe: How to find which windows API(.dll) is getting called Pin
Dave Kreskowiak13-Jul-04 0:56
mveDave Kreskowiak13-Jul-04 0:56 
QuestionProblems in forms? Pin
mythinky12-Jul-04 18:03
mythinky12-Jul-04 18:03 
GeneralMapPointWebService Pin
Member 69039512-Jul-04 15:08
Member 69039512-Jul-04 15:08 
GeneralRe: MapPointWebService [EDITED] Pin
Dave Kreskowiak13-Jul-04 12:25
mveDave Kreskowiak13-Jul-04 12:25 
GeneralCreating Links in Vb.NET Pin
bensoncd12-Jul-04 11:25
bensoncd12-Jul-04 11:25 
GeneralRe: Creating Links in Vb.NET Pin
Dave Kreskowiak12-Jul-04 14:03
mveDave Kreskowiak12-Jul-04 14:03 
GeneralThank you: Creating Links in Vb.NET Pin
bensoncd13-Jul-04 12:30
bensoncd13-Jul-04 12:30 
GeneralCreating a Wizard in VB.NET Pin
gahziman12-Jul-04 10:45
gahziman12-Jul-04 10:45 
GeneralRe: Creating a Wizard in VB.NET Pin
Dave Kreskowiak12-Jul-04 13:57
mveDave Kreskowiak12-Jul-04 13:57 
GeneralRe: Problem with ADO, ADO.NET and VB.NET Pin
Steven Campbell12-Jul-04 8:11
Steven Campbell12-Jul-04 8:11 
GeneralMSDE and VB.NET Standard Edition Pin
ellisonc12-Jul-04 7:25
ellisonc12-Jul-04 7:25 
GeneralRe: MSDE and VB.NET Standard Edition Pin
Steven Campbell12-Jul-04 7:35
Steven Campbell12-Jul-04 7:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.