Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
GeneralSelectable SubItem in a Listview Pin
Anonymous9-May-05 12:06
Anonymous9-May-05 12:06 
GeneralRe: Selectable SubItem in a Listview Pin
MoustafaS9-May-05 12:35
MoustafaS9-May-05 12:35 
GeneralRe: Selectable SubItem in a Listview Pin
rudy.net9-May-05 18:15
rudy.net9-May-05 18:15 
GeneralRe: Selectable SubItem in a Listview Pin
mav.northwind9-May-05 19:57
mav.northwind9-May-05 19:57 
GeneralRe: Selectable SubItem in a Listview Pin
Anonymous10-May-05 4:47
Anonymous10-May-05 4:47 
GeneralSelection colors in an extended RichTextBox Pin
methodincharge9-May-05 11:35
methodincharge9-May-05 11:35 
GeneralRe: Selection colors in an extended RichTextBox Pin
leppie9-May-05 14:40
leppie9-May-05 14:40 
GeneralAutomate Microsoft Access Pin
sinnen9-May-05 10:36
sinnen9-May-05 10:36 
Hi,

I´m trying to automate Microsoft Access from Microsoft Visual C# .NET with the following code. My problem is that all that is showed is an Access Window and not my
Access report. Can anyone tell me what I do wrong?

Access.Application oAccess = null;
oAccess = new Access.ApplicationClass();
oAccess.OpenCurrentDatabase(
"c:\\InvoiceDB.mdb", //filepath
false,null
);

//View report InvoiceFoundation
oAccess.DoCmd.OpenReport(
"InvoiceFoundation", //ReportName
Access.AcView.acViewPreview, //View
System.Reflection.Missing.Value, //FilterName
System.Reflection.Missing.Value,
Access.AcWindowMode.acWindowNormal,
System.Reflection.Missing.Value//WhereCondition
);

oAccess.Visible=true;
oAccess.CloseCurrentDatabase();


THX in advance
Thomas Andersson

GeneralMarshalling structs with two different char sets Pin
Anonymous9-May-05 9:13
Anonymous9-May-05 9:13 
GeneralDetecting a FileDrop event on an external program Pin
TofuBug249-May-05 7:40
TofuBug249-May-05 7:40 
GeneralRe: Detecting a FileDrop event on an external program Pin
Christian Graus9-May-05 12:31
protectorChristian Graus9-May-05 12:31 
GeneralPassing command line options to msi installer created as .NET deployment project Pin
StormShearon9-May-05 7:00
StormShearon9-May-05 7:00 
GeneralRe: Passing command line options to msi installer created as .NET deployment project Pin
mav.northwind9-May-05 20:01
mav.northwind9-May-05 20:01 
GeneralRe: Passing command line options to msi installer created as .NET deployment project Pin
StormShearon10-May-05 5:09
StormShearon10-May-05 5:09 
GeneralRe: Passing command line options to msi installer created as .NET deployment project Pin
mav.northwind10-May-05 20:14
mav.northwind10-May-05 20:14 
GeneralRe: Passing command line options to msi installer created as .NET deployment project Pin
StormShearon12-May-05 4:56
StormShearon12-May-05 4:56 
GeneralRe: Passing command line options to msi installer created as .NET deployment project Pin
StormShearon12-May-05 4:56
StormShearon12-May-05 4:56 
GeneralRe: Passing command line options to msi installer created as .NET deployment project Pin
StormShearon13-May-05 10:17
StormShearon13-May-05 10:17 
GeneralRe: Passing command line options to msi installer created as .NET deployment project Pin
OBRon16-Dec-08 11:37
OBRon16-Dec-08 11:37 
GeneralLive Communications Server Pin
Scott Serl9-May-05 5:19
Scott Serl9-May-05 5:19 
GeneralNon-Compiled Files in Solution Pin
C_Simpkins9-May-05 5:15
C_Simpkins9-May-05 5:15 
GeneralRe: Non-Compiled Files in Solution Pin
Christian Graus9-May-05 12:29
protectorChristian Graus9-May-05 12:29 
GeneralRe: Non-Compiled Files in Solution Pin
C_Simpkins9-May-05 17:01
C_Simpkins9-May-05 17:01 
GeneralRe: Non-Compiled Files in Solution Pin
Christian Graus9-May-05 17:04
protectorChristian Graus9-May-05 17:04 
GeneralRe: Non-Compiled Files in Solution Pin
C_Simpkins10-May-05 4:01
C_Simpkins10-May-05 4:01 

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.