I have a user control in silverlight which contains both XMAL and .cs file.
But Iwanna make it into a base control.
In other word,I can make a control inherited it whose area in it can be edited.
Just like Master Page in asp.net,you know.
In the base control,I only have a lot of description in XMAL,perhaps it can be described in the .cs file,too.
Hi dear stackers :P
Thanks to this forum, I learnt PHP header function does not actually send header to Apache server but only to the client.
What Iwanna do is to generate an error 500, and let Apache displays its corresponding page. Is there a way to force it ?
Thanks in advance !
(and allez les bleus !)
okay, C++ and java i have no problem learning or what so ever
when it comes to mips it is like hell
okay iwanna learn how to read in the an array and print all the element out
here is a simple array that i wrote
int[] a = new int[20];
for(int i=0; i
for(int j=0; j
how do you do it in mips
Hi all,
Iwanna show a gtk.Window under a gtk.widget.
But I don't know how to retrieve the gtk.widget's coordinates for my gtk.window.
Anyone knows ?
Thanks.
Hi,
I'm a coding newbie, but I really wanna learn how to do multithreading and event handling.
Does anyone know of any good tutorials out there, or can they explain it to me in a nutshell?
SELECT MAX(some_field) FROM table_A GROUP BY another_field.
this only get the max value of the 'some_field', Iwanna get the whole record which contains the MAX(some_field).
thanks.
Guys,
This is a quick one, iwanna parse a date that comes in this format "Sun May 23 22:00:00 UTC+0300 2010"
Is this a valid UTC DateTime? And how to parse it?
Hi,
I created a view in the AppDelegate, that I add to the window like this:[window addSubview:myView]; Iwanna be able to check for the device orientation everytime I come back to this view, so I can make some modifications to it. How can I do that in the appDelegate?
hi
.Net: Why we can't access to some properties of a control programmatically in winforms? For example, "Locked" property of a groupbox is not accessible via code. So What Possibly can I do when I want to locked it programmatically ? Using Enabled = False will greyed out all controls within it and this is not what Iwanna to be.
Any Suggestions ?
hi gusy
i am working with android camera stuff.i am developing a software.i am taking photos and just after i took picture iwanna release the camera but i am having some problems.i am looking forward to hear your answers about how to solve it
if you wanna code a desktop application in java for windows, mac and linux, will the code be the same for all of them?
and you just change the GUI so that the Windows application will be more Windows-like and so on?
how does it work without digging into details?
Hi, writing a article about development cloud computing applications, and
idont know how a call cloud software, the title article is architeture and
design of (eg. On demand Application), how definition i can use??i am very confused about this definition wanna know the difference of this concepts:
Cloud Application,On demand application and SaaS application.
thx
I have a .doc or .docx file where in after the booking of the hotel room iwanna give the agreement and the receipt in a .doc file.
for this i have a text file,
To, [NAME]
[ADDRESS]
Dear....
...Content;;;...
This will be my .doc file. My idea is to read this .doc file and replace the tags, say.([NAME] and [ADDRESS]) with the user's name and address.
How can i do this in ASP.NET?
I have the following model:
class Service(models.Model):
ratings = models.ManyToManyField(User)
Now if Iwanna get all the service with ratings sorted in descending order I did something:
services_list = Service.objects.filter(ratings__gt=0).distinct()
services_list = list(services_list)
services_list.sort(key=lambda service: service.ratings.all().count(), reverse=True)
As you can see its a three step process and I don't feel right about this. Anybody who knows a better way to do this?
how can i construct a artificial request to login to twitter or any site for that matter that accpets post forms.
what i've been trying is to extract the headers and post request parameters from the origional request(directed at the action atribute of the form) and copy it to the outgoing url object that i am making.but it just won't work.
And i am aware of the apis and i don't wanna use them i am trying this to write a web proxy site.
For example,
A.php:
<?php
$a = array('name'=>'wine[$index][name]',
'value'=>'wine[$index][value]'
)
?>
B.php:
include_once(a.php)
...
$index = 0;
$b = $a;
I know this example won't work, just for explaination, iwanna if it is possible (if possible, how?) to delay variable $index to take value when $b = $a ?
Hi I did A Google search and couldn't find anything,
so Iwanna learn Qt/C++ my University (I'm a first year CompSci Student) won't be teaching C++ next year which is a big disappointment
I already know Python
and dabbled in LaTeX, Javascript, C++
I'm currently helping out a free software project Clementine but it's programmed in Qt/C++ and I don't know enough of both to help out enough.
Is there any tips, Tutorial, howtos out there?
Hi, this is my first time using stackoverflow. pretty thrilled. lol
anyway, there are hell of a lot books there to teach you C++. But i was wondering whats the best well-known book to pick?
I have pretty solid base in programming and I just wanna go over it fast.
so any recommendations?! sorry for the cheesy question!
Hi, i have TileList from which i'm dragging some stuff(image) to Tree (something like dragging sounds into playlist in iTunes), but when i can drop this stuff, i see only underline, this mean i can drop it only under or above some leaf-element in that Tree. How can i force it to hide this black underline and highlight leaf-element to which iwanna drop my stuff.
Thanks
I have android.permission.READ_OWNER_DATA but I can't find any reliable code that would explain how can I read email address of device's owner. And please don't turn this into 'why you wanna do that' thread.
Thanks for help!
On the page load iwanna call a custom validator which validates my page and display corresponding error messages.
How can i do this?
I am using javascript in the custom validator.
I read in a file with a few numbers using a scanner, and then split them using the split method. My main issue is if there is a method that can just give me ranges, probably in the math class. The numbers are currently in an array, and Iwanna move those numbers and there ranges into a two-dimensional array. Could anyone give me some tips or tricks to go about that?
I've got webservice which has multiple classess
My winforms application see theirs, but not everyone.
This application has webreference to this webservice.
I think that this application see every class which is used in WebMethod, but I using parent class in WebMethod and Iwanna casting it to another class,which is not used at webmethod.
I have learned basis of Java but wanna practice more. I was looking via Google and couldn't find much beginner level problems that i can solve using Java.
Any suggestions???