Hi,
Is there a way that I can connect to a TCP server using a Web Server (for an example, connect to a TCP server through a php page)...??? Any resource to read on this???
Thank You!!
Hi.. My mysql database is located on a remote machine... So i dont have any local copy of mysql on my local machine.. i get the registry key error... (file not found)...
serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
WindowsError: [Error 2] The system cannot find the file specified
I think it requires to have a local copy of mysql... How do i install the mysqldb for database residing on another machine???
Hi All.
I have the following instruction:
Import ++++ certificate (in order to allow SSL connections) – it is done in Administrative Console for the corresponding WAS profile (Security-SSL certificate and key management-Key stores and certificates-NodeDefaultTrustStore-Signer certificates). Here you can simply add the attached trkd_cert.cer (“Add” button) or get it from port (“Retrieve from port” button, host: ++++.com, port 443)
But this is valid for Websphere 6.1.
Do somebody know how this can be done in WebSphere 5.1?
Hi everybody,
I need to send the list of the input arguments to readInput function. But the compiler gives error when I call readInput function. Could you please tell me where my mistake is?
bool readInput(netcorr net,int argc, char * argv[]);
int main(int argc, char * const argv[]) {
netcorr net;
bool error=readInput(net, argc, argv);
}
bool readInput(netcorr &net,int argc, char * argv[])
{
}
thanks for your help.
Pegah
Hi everyone, I get a script from a website to put it into my website, but the font color is not what I want.
the script is:
< script language="javascript" src="http://www.parstools.net/calendar/?type=2"< /script
and now I want to change the font color of it, what should I do?
I would really appreciate your help, thanks.
Hi All,
RAID6 is intended to provide fault tolerance in the event 2 disks fail.
What is the minimum number of disks required to implement RAID6?
thanks
Hi,
I am want to access attachment of particular mail in Lotus Notes.
I am getting Attachment name with $File.
But i want to extract this attachments and want to save it in user specified path.Using C#.
Hi, I'm new to Django. I am writing my own administrative action for a third party app/model, similar to this: http://mnjournal.com/post/2009/jul/10/adding-django-admin-actions-contrib-apps/
It's a simple snippet of code. I'm just wondering where people suggest that I put it. I don't want to put in the third party app because I might need to update to a newer version at some point.
Thanks.
hi,
I need to trigger(return) an error event from a VBA function, then the calling function of this function can trigger On Error Go to call.
E.g
function Test()
On Error Go to myError:
TestErr()
Exit Function
myerror:
Test = "Error Triggered"
End Function
Function TestErr()
?? 'How to Trigger error here
End Function
Thank You
Hi,
Mode_rewrite +ssl is not working with ubuntu on zend application.
When i used link like http:// it works fine,but when i tried to used it with https:// it is not working.
I think it is mode_rewrite problem because i had a sample file with text on root of application it works fine with https: and http:,
please any one can help me to solved this.
How to enable mode_rewrite on with ssl.
thanks in advance...
Hi all,
I have went through the source code of Data::Dumper.In this package I didn't understand about Dumpxs.Actually what is the use of this Dumpxs.
In net I have searched about this and I read that, it is equal to dump function and it is faster than dump.
But I didn't understand well about this.
Hi ,
Actually I m creating a horizontal scroll bar for my site. so i need the event for scrollwidthchange so that whenever the scroll width changes i can resize the scroller.
Hi Flex developers,
I'm trying to place a popup window (TitleWindow) in the middle of the main application window. how do i set the coordinates of my popup window to be of the main application window?
i tried the localToGlobal function but with no luck, I just can't get the main window x and y.
Thanks in advance,
Uzi.
Hi all,
This seems like a straightforward google search answer, but after a while, I still can't be 100% sure of this. I've found Z2Live (http://www.z2live.com/), which is basically a layer above GameKit and they too use only P2P with Bluetooth. So I just want to be sure if I can only have P2P with Bluetooth or if I can have like 4 iPhones all connected to a server (who will also be a client) using Bluetooth. Thanks in advance.
Hi,
Just wondering how if it's possible to execute another program in a thread and send information to/get information from it. Essentially the same concept as with a child process and using pipes to communicate - however I don't want to use fork.
I can't seem to find whether it's possible to do this, any help would be appreciated.
Thanks
Hi everyone,
i've got a situtation where we have a web site (mvc project), and a wcf service, when service gets message i need to show a notification to user who's on the web site with this message contents.
would be glad if you can show me the place where to start!
Thank You !
HI, I am trying to figure out how to take an image file and convert it into a puzzle.
I know how to do rectangular puzzles, but I am looking for non-rectangular shapes.
Please see this link, I am looking to arrive something like the final output http://howto.nicubunu.ro/gimp_jigsaw_puzzle/
Is there a way we can do this using .NET
Thanks in advance
Hi
I have a .doc with a command button (cmdStart) which opens a form.
After populating the form I click a button to close the form and populate the .doc.
I want to hide the initial cmdStart on the .doc as well when the form closes,
Ive tries document.shapes(1).visible=false and cmdStart.visible=false but none seems to work.
Any ideas?
thanks
(ps I cant just opne the form from the autonew, I need the cmdStart visible to begin with)
Hi All,
We are using ADO.NET dataservices & are building URL based filters.
Example: /Customers?filter=City eq 'London'
We now need to filter on a Full Text 'tags' Field.
WAS HOPING FOR: /Customers?filter=Tag like 'Friendly'
PROBLEM:
ADO.NET does not have a LIKE operator.
ADO.NET does not seem to like FTS
(It is not finding a match - because it is not parsing through the CSV's)
Any ideas how to make this work?
THX
Hi,
I have retrieved the rownum value from database using hibernate.Now i want to print that value on a window.how can i do that?
It's urgent.
Thankyou.
Hi, I'm currently designing a program that will involve some physics (nothing too fancy, a few balls crashing to each other)
What's the most exact datatype I can use to represent position (without a feeling of discrete jumps) in c#?
Also, what's the smallest ammount of time I can get between t and t+1? One tick?
EDIT: Clarifying: What is the smallest unit of time in C#? [TimeSpan].Tick?
hi, i'm new to AS3. how do i go about executing a custom function n number of times and then executing another function n number of times repeatedly?
eg.
function firstOne():void { }
function secondOne():void { }
i need firstOne() executed say 3 times and then secondOne() 3 times and then firstOne 3 times again and so on.
thanks
Hi all, I have around 8000 xml files that needs to be converted into text files. The text file must contain title, description and keywords of the xml file without the tags and removing other elements and attributes as well. In other words, i need to create 8000 text files containing the title,description and keywords of the xml file. I need codings for this to be done systematically. Any help would be greatly appreciated. Thanks in advance.
Hi all
I use a Wizard control in the page with some steps. Is there possible to change the text for Next button of each step. The text for each step is different.
Best Regards,