I need to create a View (ASP.NET MVC with ADO.NET entity model) that consists of three tables that interact with each other. I tried with partial but failed. Any solution for this problem?
I need to interact with 3'rd party applications by knowing the handle of certain text fields, but the hWnd always changes when that window is recreated. Is there any method that would allow me to identify a window and repeatedly be able to access that window (even after it is closed and then reopened) without having the user manually identify the window?
I need the user to be able to identify a window with the usual click, drag and release method but only have to do it once and not every time the target window is recreated.
Is it possible to start an AMQP subscriber with my Rails app? Possibly through an initializer or something.
I'd like to have it running at the same time that can also interact with Rails models. Below is a pseudo-code example of what I mean.
queue.subscribe do |msg,body|
Foo.create(....)
end
I have the following struct:
[StructLayout(LayoutKind.Sequential, Pack = 1)]
struct cAuthLogonChallenge
{
byte cmd;
byte error;
fixed byte name[4];
public cAuthLogonChallenge()
{
cmd = 0x04;
error = 0x00;
name = ???
}
}
name is supposed to be a null-terminated ASCII string, and Visual Studio is rejecting all my ideas to interact with it. How do I set it?
I got a Windows service installed on my development machine (that I made) and I want to interact with it. For a reason I don't know, each time I start the client, a WCF Service Host pop and said that the address is already in use ... which is true ... but how can I do to NOT start that Windows ?
Is it because my two projects (server and client) are in the same solution ?
I have an application that has a tabcontrol with 5 tabpages of information that user interacts with. Also, there are contextual menus and toolbars for editing and formatting the information. Do I create a different view & presenter for each tab page or the tabcontrol iteself? How do I apply the pattern to the toolbars and menus that can interact with any of the tabs?
Hi,
I have created an application to interact with Excel in C#.net
The API to save the Excel
Excel._Workbook m_oWorkBook;
m_oWorkBook.Save();
Throws up a File Saveas MessageBox though the workbook was already saved in a given name.
Note:
This happens only in Windows 7 & only when another Workbook was already opened.
Any clues.
I'd like to communicate with a USB device under Windows and Java but I can't find a good library to do so. I don't want the user to have to install any extra hardware or device drivers to make this work. That is, I want to be able to interact with USB just like other Windows applications do.
I am familiar with jUSB and JSR 80 but both seem to be dead projects (at least for Windows).
My application stores external website login/passwords for interaction with them. To interact with these website I need to use the original password text, so storing just the hash in my database is not going to work.
How should I store these passwords?
I have a Qt exe built from visual studio 2005(after taking the .cpp, .h, .moc, ui_ files)
I have done some simple QSqlite queries. It works fine in my development pc. But in another pc it crashes for the line below:
QSqlDatabase mSqlDb
How to run the exe so that it can interact with sqlite from another pc. [Any other gui application runs just fine.]
So which things are necessary to deploy a sqlite-qt application ?
Is there a tool out there that can interact with a SQLite database in a similar way that TOAD works with Oracle or Management Studio works with SQL Server?
I'm looking for something that visually shows table structures, views, etc.
Looking to target the Windows platform (preferably Vista).
Thanks!
I've got an idea for a nice WPF designer extension, but I can't find any information on how to interact with the WPF designer via an extension. Lots of info about the text editor, but none about the WPF designer.
Looking for any kind of info/links on the subject, thanks.
I have a huge repository of files that are ordered by numbered folders. In each folder is a file which starts with a unique number then an unknown string of characters. Given the unique number how can i open or copy this file?
for example:
I have been given the number '7656875' and nothing more.
I need to interact with a file called '\server\7656800\7656875 foobar 2x4'.
how can i achieve this using PHP?
So I have one part of my build that requires domain rights and does file copying.
Another part of my build runs some program that requires the user to interact with the desktop which seem to be only accomplish able by the system account.
What is the best way to work around these two items? At the moment it seems like I can only do one or the other...
Is it possible to have a connection to LotusNotes and use it as a data source for a C# project?
We use LN for email/calendar. Management wants a web page that would interact with the calendar. I think this can all be done within Notes, but I would much rather do it in .NET.
Some very specific functionality is wanted, some of which I'm not really sure can even be done in Notes.
Cruise control service set to System - Allow user to interact with desktop for the service.
I log out with my user id and cruise control turns off.
Any idea what is going on here?
If I start the service a console window comes up. As soon as I close it cruise control also turns off...
I need it to always be on... any ideas?
Is there a Java library/API available to interact with Windows OS, like executing commands on the command prompt and returning the output back to the program?
I'm an aspiring iPhone developer and I'm looking for a significant OS iPhone codebase to see how others build apps. I'm especially interested in examples exhibiting some or all of the following:
business/enterprise apps
apps that interact with web services
apps utilising XML
apps using oauth or other authenticate
Personally, I'm less interested in games, but feel free to include any examples for the benefit of others.
I'm asking here because the usual places I've been looking (i.e. sourceforge) don't seem to have the kind of examples I'm looking for.
I'm planning to have a desktop app interact with some .ASP or .ASPX pages on a server.
I've only done a little bit with .asp pages and I'm thinking I'd just Post or Get a URL with some variables:
MySite.com/Functions.asp?FunctionName=?Paramater1=somevalue?Parameter2=...
I'm wondering if there is any better way to go about this?
Am I missing something? Is there perhaps a better way to go about this?
I have an existing web application using Castle Activerecord to interact with a single MySQL database. The Database has recently been reconfigured to replicate to a number of Slaves.
How do you configure Castle Activerecord to direct writes to the MySQL Master and reads to the MySQL Slaves?
Hi,
Might be this question a blunder :(...
I have a a button in silverlight application...
<Button Height="25" Width="100" Grid.Column="0" Grid.Row="0" Click="Button_Click"/>
I read that silverlight need WCF to interact with server side... So is it like to access my "Button_Click" event I need WCF ?
I am injecting HttpContextBase into a caching class. HttpContextBase is registered as PerWebRequest. I interact with the caching class on each web request and this works fine, but I also need to initialise the cache at application start.
I understand that PerWebRequest does not work in Application_Start though:
http://stackoverflow.com/questions/2670717/castle-perrequestlifestyle-not-recognize
What is the best way to resolve this in my situation?
I've noticed certain radio apps, that some stations required wifi and others did not. What were those other stations possibly using? Are there other methods of streaming audio on iOS?
Apparently, I was not clear in my question before.
I'm asking in terms of API's. Is there an API to interact directly with say, FM radio, on iOS? Is wifi the only way of streaming audio?
I'm writing a game an I've got a console for developers to interact with javascript methods in the game. I have a problem though, I can figure out how to drop javascript errors to the console. is there anyway to write errors to a div or HTML element?