Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mohsenalizadeh
  • Order by date
  1. mohsenalizadeh

    problem with AddTextfield() and utf8 in Win32::Gui

    Hi I Write a Script with Win32::Gui. I have problem for read from AddTextfield() with UTF8 character. #!C:/strawberry/perl/bin/perl.exe use strict; use warnings; use Encode; use utf8; use Win32::API (); use Win32::GUI(); my $main = Win32::GUI::Window->new( -width => 300, -height =>...
  2. mohsenalizadeh

    How Setting TextAlignment and Right to Left in WxPerl

    I need To setting Textalignment and RTL(right to left) in Wx::StaticText widget. Wx::StaticText( $panel, -1, "$taxi", [50,10], ); How can I do it ? thankyou.
  3. mohsenalizadeh

    problem with tk and select quary when I convert program to .exe file

    Hi I noticed a new point , before convert script to .exe ,if run program withour IDE ( Run with comman line ), My SELECT quary does not work.But UPDATE AND INSERT Commands to work properly. Why ? please help me
  4. mohsenalizadeh

    problem with tk and select quary when I convert program to .exe file

    Hi NOTE : Whwn program Running with IDE , It is work Correctly , But when program convert to .exe file with CAVA PACKAGER ,only SELECT quary not working , But INSERT AND UPDATE working correctly. thankyou.
  5. mohsenalizadeh

    problem with tk and select quary when I convert program to .exe file

    hello I writr this program to show answer of quary to the users and , then users can update information. when Run program with IDE ( for example : Komodo ), it works correctly .but when I convert program to .exe with cava packager , its not working. ( select quary not working). when I change...

Part and Inventory Search

Back
Top