Tarks

1,185
Reputation
146 views

Registered User

Name Tarks
Member for 1 year
Seen 3 hours ago
Website
Location GB
Age 21
Awesome programmer in training ^_^
Nov
28
comment Use types referenced by a referenced project in C#
Thankyou for your effort guys
Nov
27
asked Use types referenced by a referenced project in C#
Nov
2
awarded  Popular Question
Oct
29
asked Use FrontpageRPC to checkout/download a file from a sharepoint site
Oct
27
awarded  Popular Question
Oct
27
comment Running forms and VBA code from C# on an Access 2003 database
Nevermind, I added the newest refernece ( 10 instead of 8) and it works, thanks !
Oct
27
comment Running forms and VBA code from C# on an Access 2003 database
It's looking for it in C:\WINNT\system32
Oct
27
comment Running forms and VBA code from C# on an Access 2003 database
That's got me one step closer, but now it's complaining that it can't find the file system.mdw and that This file is required for startup.
Oct
27
comment Running forms and VBA code from C# on an Access 2003 database
I've linked to the Microsoft Office 12 Object Library and I have the Microsoft.Office.Core namespace, but I can't find any mention of DoCmd etc.
Oct
27
comment Running forms and VBA code from C# on an Access 2003 database
This doesn't help me with calling VBA code that's heavily entangled with the database, putting code that calls specific queries in a dll wouldn't work. My main need is more the automation, opening a "connection" to the database and telling it to run a certain piece of vba code
Oct
27
asked Running forms and VBA code from C# on an Access 2003 database
Oct
26
comment Hide a Column name in a list View sharepoint 2007
This is in the default view.
Oct
23
comment Hide a Column name in a list View sharepoint 2007
I'm new to sharepoint, how do I find that?
Oct
23
asked Hide a Column name in a list View sharepoint 2007
Oct
22
asked Close a RecordSet in a form but still display the last data it contained (access 2003)
Oct
12
awarded  Favorite Question
Aug
6
awarded  Yearling
Aug
4
awarded  Nice Question
Aug
4
answered Tips for programming in 5 min segments?
Jul
24
comment Does the python standard library have function to convert CamelCase to camel_case?
Python noob here, but why return str.join('', output)? Just to create a copy?
Jul
8
awarded  Disciplined