Search:
Type: Posts; User: WeePecky
Search :
Search took 0.01 seconds.
February 10th, 2010 01:51 PM
Cheers Nelo. Simple and sorted.
Wee!
February 9th, 2010 09:47 PM
Hi
I am using Visual Studio 2008 SP1, MVC.NET and the .NET Framework 3.5.
I have added two public properties to the Global.asax class which I want to access from the \Views\Home\Index.aspx page...
Your absolutely correct:
I was trying to find the solution to this problem in the Code behind (C# code). I stumbled on another discussion which indicated that the default response of programmers...
Well hows that... found the problem...after 4 months looking...
You don't want the code ... really you don't...
Answer might be obvious to those initiated in .NET
Removed the following line...
Hi,
I have written an application that sends pager messages to pagers.
The application is running on IIS6, is written in C#, and uses the Microsoft ASP.NET 2.0 AJAX Extensions v 1.x.
...
February 7th, 2008 01:33 AM
For those who are interested in this, it is possible to do this, and I found the solution out there on the net (see links below) after a bit of effort.
My solution was in VB.NET which is easier...
January 28th, 2008 06:51 PM
I have solved my problem - with a few mods which I will document here for anyone who may need a solution...
I found that there is no method to get to the Module code in access from VB except via...
January 22nd, 2008 04:33 PM
Should have stated, they are all Microsoft Access mdb's.
January 22nd, 2008 04:18 PM
Hey thanks everyone - I have got the application running now.
But I have a new problem! Can anyone advise of an alternative way to open the target database? Some of the Access databases have...
January 21st, 2008 07:25 PM
Yes, I got the properties.
I want to search the code in the modules and find a connection string.
We are trying to id all Access Aps that use data from an appliation that is about to be retired....
January 21st, 2008 06:37 PM
Added reference to Microsoft Access Objects and used the Module datatype.
January 21st, 2008 02:59 PM
Hi,
I am trying to write some VB6 code that will seek out a specific string in an Access Code Module. I can get to the modules name but cannot find properties or methods which will give me a...
August 6th, 2007 05:51 AM
Good point.
I'll let you know how I get on...
Cheers
Wee!
August 6th, 2007 05:02 AM
Thanks for that dude,
I was looking for a C# solution if one is out there.
Possibly overloaded class or something...
Cheers
Wee!
August 5th, 2007 09:24 PM
Hi,
Is it possible to create a doubleclick handler for an asp.net ListBox control?
If so, are you able to provide a link to a how to?
Thanks
Wee!
Ok, I'm a wally.
I have found examples galore in this discussion site and others out in cyberspace...
But, I cannot find an example of how to check for an existing contact in AD (that is not a...
Hi,
Sorry if this has already been answered elsewhere, I did search but did not find an answer ...
I am required to write some client side code that will automatically update our Active...
Hey,
I have found the function in a file called winuser.h
Go Figure.
Doco says include Windows.h - which I have done.
BUT
I have installed and am using Microsoft Platform SDK for Windows XP SP2.
Thanks your reply,
See: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/prntspol_6qpj.asp
Am I doing something dicky here?
I have set the MS Visual Studio to include winspool.lib and the project links to the correct include and library directories.
I have tried with an #include <winspool.h> and without.
Our...
or at least thats the way this seems/feels.
I am new to Visual C++ (MS VS 6).
I want to print using the winapi to a DC passed from the FaxStartPrintJob method.
How to do this has eluded me....
February 23rd, 2005 01:53 PM
Hello again,
Thanks for your previous help.
I have the method FaxStartPrintJob behaving nicely, and the export is much more friendly!
I have one more question, because while the above method...
February 7th, 2005 09:48 PM
Noted with thanks
Will start again.
Cheers
February 7th, 2005 09:32 PM
Hi Paul,
The values are all hard coded and translate ok.
Very simple.
I have used a "Typical Hello World" application and added to the code in the //TODO of the WinMain function. The Call...
Click Here to Expand Forum to Full Width