Hello.
I'm creating a not-web application using C# and I would like to use Google translate API there. Is there a way to do this?
Thank you for your help!
i am using WCF to return my data and not sure how sure how i will bind the gridview once i get the data on the clientside? any help?
ContactServiceProxy.invoke({ serviceMethod: "Holidays",
callback: function(response) {
//how to bind gridview here?
},
error: function(xhr, errorMsg, thrown) {
postErrorAndUnBlockUI(xhr, errorMsg, thrown);
}
});
My dream is to make a very good, open source Help desk application for companies to use for free.
My client application will run on every client computer have minimize itself to the task bar. When the user click the icon, it'll open the actual Winform window.
I'm using .NET 3.5; is there a simple way to minimize/maximize from the taskbar?
Hi,
I'm trying to find records where status = "a" for a Person
but exclude records where the same person has another record with a status="b"
SELECT * FROM Person WHERE STATUS = 'a'
AND Person_id NOT IN (SELECT Person_id FROM Person WHERE STATUS = 'b' AND Person_id IS NOT NULL)
Appreciate the help
hello
Iam making an application in which I want to show moving character like any cartoon say donald duck. which can guide user and provide help .
how can i do .Is it possible in vb.
thanks in advance.
If you look at the following line of python code:
bpy.ops.object.particle_system_add({"object":bpy.data.objects[2]})
you see that in the parameters there is something enclosed in braces. Can anyone tell me what the braces are for (generically anyway)? I haven't really seen this type of syntax in python and I can't find any documentation on it.
Any help is greatly appreciated. Thank you.
Hi All,
In my project i using LibXml to parse data, when i select a row in first controller i will take to next conttroller where i will get data using libxml if i click on the back button while loading the page i am getting exception. if i click afetr loading is completed it is working fine ca any one helpme.
the exception is showing here
(void)connection:(NSURLConnection *)connection
didReceiveData:(NSData *)data {
// Process the downloaded chunk of data.
xmlParseChunk(_xmlParserContext, (const char *)[data bytes], [data length], 0);
}
Thank You
Im using c#.net windows form application. I have a xml file. I have loaded the node names of that xml file into a treeview. Now my task is , when I select a particular node from the treview, I should be able to display its attributes in a combo box. Please help.
For an app I am working on I want a custom keyboard to come up when you tap on an input field in a UIWebview, for example for UITextView i use this code :
myText.text = [myText.text stringByAppendingString:@"a"];
but i don't know how can i fill a text field in UIWebVIew
Any help would be very much appreciated; thanks!
I am trying to write a script to list out all members of a "Universal Distribution List" using Powershell. However I keep getting an empty result set back.
When I run the following command against a "Global Distribution List" it works fine and I can see who belongs to it.
dsquery group -name "SomeGroup" | dsget group -members -expand
However as I mentioned when I run this against a "Universal Distribution List" I get no results. Can anyone help?
Hi everybody,
Magento provide translation feature, a nice one for e-commerce platform.
But it seems to me that the translation is only for the predefined magento keyword, like 'add to cart', 'add to wishlist' etc and not for the product name, info, and description that the user input to the store.
Does anybody know how to implement this??
Any help would be much appreciated
Thanks! :)
I know this can be done via WindowsIdentity.GetCurrent().IsAuthenticated, but I need another method.
Is there a way we can query Active Directory and find out if a particular user has already been authenticated.
Thanks for your help.
Hi,
I have a problem with NSURLConnection in my ad-hoc build
I'd like to log the problematic url. In debug version i can just output it to console. The question is how do i track it in ad-hoc? It's not about crashing, so crash logs will not help. Any ideas?
TIA
Is it possible to figure out the Format of Excel cell i know there is .NumberFormat but it returns the formatting but not the type... basically i need to know if it is custom then it should return custom and if it is currency it should return Currency or any other datatype
Please help me
I have an application written in Java to run on Linux. I'm developing in Eclipse under windows. I would like to run the code on the Linux box and debug it on the Windows one remotely. I've found some information about how to do so, but it's pretty sparse. Does anyone have (or can point to) a complete explanation of the process?
Any help would be appreciated.
Iam new to flex.
in my work I have a problem.
in my program i have to use three lists and one button.
one is employees list,2nd is managers list and third is details list.
depending on the selected items in the 2 lists i have display the items in detailed list
can any one help me?
thanks in advance.
Hi there
I'm programming against a Webservice that requires the amount of ticks (for the current time) (A single tick represents one hundred nanoseconds or one ten-millionth of a second) since 1.1.0001 (midnight).
what is the easiest way to get the amount of ticks from an NSDate Object?
thanks for your help
Hello,
I need to create an NSImage from a url and then set it to an image view in my application. I tried some code I found online but it didn't work. If anyone knows how to do this any help would be great.
Thanks
Hi,
I am trying to play around Twitter API for my Blackberry application. Is there any library through with i can access twitter information.(I want to pull feeds in my twitter account.)
Any help would be appreciated.
Thanks & Regards,
Jim.
I need to use a function on a vector that does not take a ts object. I'm trying to convert it to a plain old vector but I just can't seem to figure it out. I googled around but mostly people are trying to convert data types into ts object. I want to go the other way. Any help would be appreciated.
Dear All
Iam new to MVC2 and having a little problem with implementing validation via buddy classes.
Iam using Repository pattern with dependency injection.
My Entity Object Model is in Data Layer Project and Buddy Classes are in Business Layer project and MVC 2 Project as a separate Presentation Layer Project.
Can any one helpme out with implementing Buddy Classes in this Architecture.
Thanks and Regards
Dani
Forgive my ignorance as I am not as familiar with jquery. Is there an equivalent to dojo.connect() ?
I found this solution : http://think-robot.com/2009/06/hitch-object-oriented-event-handlers-with-jquery/
But there isn't disconnect feature !
Do you know other solution in jquery ? There are jquery.connect but this plugin not work in my tests.
Thanks for your help,
Stephane