filedialog

search for more blogs here

 

"Shortcut Creator v2.3" posted by ~Ray
Posted on 2008-01-01 21:20:53

Description:Windows Mobile uses shortcuts extensively but has only rudimentary tools to create them. Shortcut Creator can create and edit shortcuts with easy access to all their properties he program has been tested on HTC Magician with WM 2003SE and has been reported to bring home the bacon on HTC Wizard with WM 2005. The program can work on devices with English. Italian. German. French. Spanish and Portuguese culture with other cultures the schedule works but the strings inside the register dialogs are garbled. The program does not support screen rotantion. Installation:Option 0 - Automatic using the CAB file:Copy ShortcutCreator cab to the "\Windows\Start Menu\Programs" directory on your device and run it. This ordain create the directory "\Program Files\ShortcutCreator" and some subdirectories under it copy there all required files and create a shortcut named "Shortcut Creator" inside Programs. Option 1 - Manual:All the required files are under the "Files" directory and its subdirectories inside ShortcutCreator.2.0 zip act an installation directory where you like on your device and write there ShortcutCreator exe. FileDialog dll. FileDialog resources dll and GetFileInfo dll from the "Files" directory then create a shortcut to ShortcutCreator exe where you like. If your device is not using English culture act a subdirectory under the installation directory named after the grow (that is "it" for Italian. "de" for German. "fr" for French. "es" for Spanish and "pt" for Portuguese) and copy there the file FileDialog resources dll from the corresponding directory inside ShortcutCreator.2.0 zipUninstallation:If installed as in option 0 use the shift Program applet otherwise simply delete all the files. Shortcut Creator does not begrime the system in any other way. Usage:A Windows Mobile shortcut is a small one line text register with extension " lnk" Normally Windows Mobile hides the extension and shows only the shortcut file label. A shortcut can contain these parts:- the path of the target file that is the application to be executed on selection of the shortcut;- the parameters to be passed to the target;- the path of a resource file from which get a icon to associate to the shortcut (if missing the first icon found in target file is used);- a resource identifier to select a specific icon from the resource file (if missing the first icon found in the resource file is used). Shortcut Creator permits to edit separately the different parts of a shortcut. Main jpg is the main check.

Forex Groups - Tips on Trading

Related article:
http://deblor-freewareppc.blogspot.com/2007/11/shortcut-creator-v23.html

comments | Add comment | Report as Spam


"How to populate dialogbox when multiple help occurs for particular ..." posted by ~Ray
Posted on 2007-12-15 15:10:12

is a community place devoted to programming in C++ using the developed by. Over 95 percent of questions asked here gets answered. If you are looking for information about Qt related issue — and post your question. You are currently viewing our boards as a guest which gives you only read-only access. By joining our free community you will able to affix messages go away new threads communicate privately with other members (PM) respond to polls upload circumscribe and access other features of our place. Registration is abstain simple and absolutely remove so please. ! If you have any problems with the registration affect or your account login gratify communicate. Hi All!I am creating help for my application in this I am using QAssistantClient. I want to change state a Dialog Box when list value have a more than one help for particular list value. What can I do for populating dialog box and linking its value to corresponding html files. Powered by vBulletin Version 3.6.7 procure ©2000 - 2007. Jelsoft Enterprises Ltd., The Qt by logo is used with express permission of Trolltech ASA. Qt the Qt logo and Trolltech are registered trademarks of Trolltech ASA.

Forex Groups - Tips on Trading

Related article:
http://www.qtcentre.org/forum/showthread.php?t=9865

comments | Add comment | Report as Spam


"25 new messages in 12 topics - digest" posted by ~Ray
Posted on 2007-11-27 20:07:43

* Delete the last record - 2 messages. 2 authors * ameliorate/update database - 2 messages. 1 compose * Passing a value from find to Word - 1 messages. 1 author * Balloons - 1 messages. 1 compose * VBA evince cover? - 1 messages. 1 author * TransferSpreadsheet Command error - 7 messages. 3 authors * Variables - 5 messages. 3 authors * Adding Records - 2 messages. 2 authors * Calling Module function in ask - 1 messages. 1 compose * How to list existing variables ? - 1 messages. 1 author * analyse SQL Server Table Permissions - 1 messages. 1 author * Desktop shortcut for secured database - 1 messages. 1 compose "morgan" <morgan@discussions microsoft com> wrote in message news:034FFDE9-3AF9-4948-981E-EC2A498ABD3A@microsoft com...> Hello everybody. I'm making my MP3 collection db importing xls files > created> by an MP3 tag editor. I have the following code to append the xls file to > my> access delay and everything bring home the bacon fine. Since the measure row of the xls register > is> always "this list has been created with..." I'd like to modify the label to> remove the last preserve appended on my find delay and then refresh the > create,> in request to get immeditely the new records. I'm using access 2003.> Tks in go>> Private Sub Comando10_Click()>> Dim dlg As FileDialog> Dim Importfile As arrange>> Set dlg = Application. FileDialog(msoFileDialogFilePicker)> With dlg> . Title = "Select the Excelfile to merchandise"> . AllowMultiSelect = False> . Filters. alter> . Filters. Add "Excel Files". "* xls". 1> . Filters. Add "All Files". "*.*". 2> If. Show = -1 Then> Importfile = . SelectedItems(1)>> DoCmd. TransferSpreadsheet acImport acSpreadsheetTypeExcel9,> "Db_MP3". Importfile. True. "A1:E1000"> Else> Exit Sub> End If> End With>> End Sub> > Take a be at > > Hopefully your application is split into a front-end (containing the > queries forms reports macros and modules) linked to a back-end > (containing the tables and relations). Only the back-end should be on the > server: every user should have his/her own write of the front-end ideally on > his/her hard drive. If that's not the way your application is it should be.> > -- > Doug Steele. Microsoft find MVP> > (no e-mails please!)> > > "raja07" <raja07@discussions microsoft com> wrote in communicate > news:7A9A056C-8878-4928-AB3E-D9D8A9586CD3@microsoft com...> >I have a question that has been fraustrating me for some time how do i > >force> > users out of my database to perform maintenance? short of literally > > forcing> > them out that is i'd desire to be able to close the application so that i > > can> > make updates etc folks leave at the end of the day and get the > > application> > open and i undergo to hunt them drink to change state the application by which time> > other people jump in; so fraustrating any suggestions on work-arounds > > would> > be extremely helpful thanks a bunch!> > -- > > raj > > > > On Tue. 13 Nov 2007 06:14:11 -0800 raja07> <raja07@discussions microsoft com> wrote:> > In addition to what Doug said: you can write some code in the timer> event of a (potentially hidden) create to once a minute inspect a value> in some delay. If that value indicates "change state Down" it ordain do so. Of> course you'll want to be graceful about that.> > -Tom.> > > >I have a question that has been fraustrating me for some time how do i force > >users out of my database to perform maintenance? short of literally forcing > >them out that is i'd like to be able to close the application so that i can > >make updates etc folks leave at the end of the day and leave the application > >change state and i undergo to hunt them drink to close the application by which measure > >other populate jump in; so fraustrating any suggestions on work-arounds would > >be extremely helpful thanks a bunch!> "Kathy Webster" <slickdock@yahoo com> wrote in message news:47363c00$0$25167$4c368faf@roadrunner com...>I undergo an unbound combo box field in a form which we ordain label >[forms]![colorselection]![color]. The user will decide either "pink" or >"blue" in this unbound combo box.>> I already have vb code that opens word and runs a macro. The same macro > ordain and should execute regardless of the contents of the combo box. > But...> If the user has selected "pink". I want a certain IF statement in the evince > macro to execute.> If the user has selected "color". I want a different IF statement in the > evince macro to kill.>> So I believe I need to pass the value from that combo box to the evince > macro and I evaluate the way to do that is through variables.>> Can anyone back up?> Thank you,> Kathy>> "Tom van Stiphout" <no e-mail tom7744@cox net> wrote in communicate > news:qphaj3deogmr15n5iped5obpt2ard9sasi@4ax com...>> On Fri. 9 Nov 2007 13:32:42 -0800. "Kathy Webster">> <slickdock@yahoo com> wrote:>>>> This is probably beyond what could be expected of a rookie.>>>> The details of the solution depend so much about the details of your>> exact situation that a generic solution is hard to give.>> Perhaps a public property in the Access application ordain do.>> Perhaps it is simpler to store this "variable" in the db and write an>> expression in Word.>> Is this a mailmerge situation or what?>>>> If you need professional assistance. "Microsoft Solution Provider" in>> your color pages may be a good displace to start.>>>> -Tom.>>>>>>>>>Can I store a variable in access (variable x) then write a word macro >>>that>>>says "if variable x = "blue" then type "blue"?>>>>>>If I can please know that I don't change surface experience how to store a variable in>>>Access so I will really need help.>>>>>>Thanks,>>>Kathy>>>>> Dim strMsg as StringstrMsg = "I undergo a " & [assign/Problem] & " in " & _ [City] & ". " & [State] & " " & [Zip] & _ " and would desire to see if you are available " & _ "some measure in the next few days. " & _ "Parts will be onsite and the call pays " & _ "a flat evaluate of $30." & vbCrLf & _ "WE REQUEST THAT YOU RESPOND IN " & _ "SOME WAY TO THIS MESSAGE." Note that there is a space before the underscore engrave. Also in VBA you can use vbCrLf to go to a new line. I sight it more convenient than Chr(13) & Chr(10). I see that you are using Chr(13) alone but I accept you will find this does not always work as intended although I cannot give details. "ServiceEnvoy" <serviceenvoy@gmail com> wrote in message news:1194950750.202210.38930@o38g2000hse googlegroups com...> I've got a command add that creates an outlook email. I then use> fields from the create to fill in places.

Forex Groups - Tips on Trading

Related article:
http://live-excel.blogspot.com/2007/11/25-new-messages-in-12-topics-digest_13.html

comments | Add comment | Report as Spam


"access 2000 network" posted by ~Ray
Posted on 2007-11-17 16:03:24

accesorios boda buscar para accesorios boxeo accesorios buceo de accesorios caballero para ropa y accesorios caballos para accesorios calzado para accesorios camionetas accesorios canotaje del accesorios carga perdidas tuberia accesorios carro para accesorios carros de accesorios carros para accesorios carter de evisu moda y accesorios catalogo dama para por accesorios cellular de distribuidor para accesorios cellular de distribuidores para accesorios cellular de distribuidores para telefonos accesorios cellular de exportadores para accesorios cellular para telefonos accesorios celulares accesorios chevrolet en miami para accesorios chile de en vehiculos accesorios coche accesorios coches accesorios cocina accesorios cocina de de fabrica accesorios cocina de de fabricante accesorios cocinas para accesorios collares para accesorios com accesorios computacion accesorios computadoras computadoras de o accesorios computadores de accesorios computer de accesorios computer mexico accesorios comunion primera accesorios corporales para tratamientos accesorios costos goteo por riego accesorios cotizacion equipos accesorios cumpleanos de de rebelde accesorios cumpleanos para accesorios dama para accesorios dama para ropa y accesorios de acero accesorios de auto accesorios de autos accesorios de bebe accesorios de billar accesorios de boda accesorios de bodas accesorios de carros accesorios de casa accesorios de cellular accesorios de coche accesorios de cocina accesorios de computadoras accesorios de de distribucion electrica red una accesorios de exhibidor mexico accesorios de fabrica para perros accesorios de fabrica para perros silverado accesorios de fiesta accesorios de fresadoras accesorios de futbol accesorios de india joyeria la y accesorios de informatica accesorios de jardin accesorios de la india accesorios de la motocicleta accesorios de madera accesorios de moda accesorios de motos accesorios de motos para tienda accesorios de occasion accesorios de para venta vestir accesorios de piscinas accesorios de plata accesorios de rebelde accesorios de sonido accesorios de tipo todo accesorios de tuberias accesorios de vestuario accesorios de viento para jardin accesorios de window accesorios de windows accesorios decorar mesa navidena para una accesorios decorar para accesorios deportivos accesorios dsc h1 accesorios ducati moto accesorios electricos accesorios en galvanizado hierro accesorios en telefonia accesorios esta para primavera vestidos y accesorios estuches para accesorios fabricar lamparas para accesorios for computer accesorios cover accesorios gimnasia para accesorios injure accesorios herramientas modelismo accesorios hogar accesorios identificacion tuberia y costanera metalica accesorios jeep accesorios joyeria accesorios link suggest accesorios mapas planos accesorios maquinas para tortillas accesorios mascotas accesorios mascotas para accesorios mayor moda accesorios moto accesorios motorola accesorios motos accesorios movil para telefonia accesorios nauticos venta accesorios nokia accesorios nokia 6600 accesorios novia pelo accesorios novias para accesorios oficina para accesorios para accesorios para auto accesorios para automobile accesorios para automovil accesorios para automoviles accesorios para autos accesorios para bautismo accesorios para bebe accesorios para bebes accesorios para bicicletas accesorios para billar accesorios para boda accesorios para bodas accesorios para caballos accesorios para cabello accesorios para camionetas accesorios para caravanas accesorios para carro accesorios para carros accesorios para celulares accesorios para coche accesorios para coches accesorios para cocina accesorios para cocinas accesorios para computadora accesorios para computadoras accesorios para computer accesorios para dama accesorios para damas accesorios para discapacitados accesorios para el cabello accesorios para fiestas accesorios para florerias accesorios para ipod accesorios para jetta accesorios para joyeria accesorios para mascotas accesorios para messenger gratis accesorios para moto accesorios para motos accesorios para novias accesorios para oficina accesorios para palm accesorios para peceras accesorios para perros accesorios para pod shuffle accesorios para portatiles accesorios para quinceaneras accesorios para redes accesorios para telefonia movil accesorios para telefonos cellular accesorios para toyota 4runner accesorios para tuning accesorios para vehiculos accesorios para viajes accesorios para x box accesorios piezas accesorios piezasbr accesorios portatiles toshiba accesorios proyectores accesorios ps2 accesorios pucca accesorios pvc tuberia y accesorios riego accesorios telefonicos accesorios tienda vino accesorios toyota accesorios truck accesorios tuning accesorios tuning vehiculos accesorios vinos accesorios com bolsos accesorise accesorise london accesorise monsoon accesorise shop accesorise shops accesorise store accesorise stores accesorise uk accesorise website accesorises accesorize accesorize bags accesorize jewellery accesorize monsoon accesorize obtain accesorize shops accesorize stores accesorize uk accesorize co uk accesorize com accesorizes accesorries accesory accesory ford lightning accesory geeks accesory hepatic ducts accesory kit accesory muscles accesory muscles of respiration accesory navicular accesory navicular bone accesory network accesory organs accesory pigments accesory warehouse accesory com v70 volvo accesorygeeks accesorygeeks com accesorys accesos accesos a internet accesos asistencia control accesos asistencia hold back de y accesos asistencia control y accesos hold back accesos control de de lectores proximidad y accesos control de peatonal accesos directos accesos directos de escritorio no usados accesos huellas produccion accesos produccion huellas accesos terra es usuarios accespoint accesrail find access - go out parameters wild cards access mdb register viewer find 1 access 1 2 3 access 1 communications find 1 communications corp access 1.0 access 10 find 100 cpu access 101 access 11 access 11.0 disapprove library find 12 access 123 access 16 access 18 access 192.168 0.1 access 1997 access 2 access 2000 access 2000 selected listbox access 2000 2003 access 2000 97 find 2000 find 2003 access 2000 access 97 access 2000 activex access 2000 activex component move create object access 2000 add in find 2000 add in manager access 2000 add ins find 2000 address access 2000 communicate database access 2000 ado access 2000 ado connection string find 2000 adodb find 2000 adp access 2000 advanced find 2000 advanced forms find 2000 and 2003 access 2000 and find 2002 find 2000 and find 2003 find 2000 api file dialog box find 2000 attach access 2000 append query access 2000 application access 2000 applications access 2000 as access 2000 asp access 2000 assignment access 2000 auditing access 2000 auto-complete access 2000 autonumber access 2000 bible find 2000 schedule access 2000 bookmark access 2000 books access 2000 ca not fasten file access 2000 calendar access 2000 calendar hold back access 2000 cascading list boxes access 2000 changes queries in a combo box access 2000 classroom assignment access 2000 alter find 2000 code access 2000 code samples access 2000 combo access 2000 combo box find 2000 combo boxes find 2000 combobox access 2000 command find 2000 command line access 2000 command line options find 2000 command line switches find 2000 compact access 2000 compact.

Forex Groups - Tips on Trading

Related article:
http://say-anything-admit-it-mp3.blogspot.com/2007/11/access-2000-network.html

comments | Add comment | Report as Spam


"Access Programmierung / VBA - T: Pfad aus Filedialog in Tabelle ..." posted by ~Ray
Posted on 2007-11-03 13:55:09

Hallo zusammen ich hab in einem Formular Bilder eingefgt. Diese aber nicht per OLE sondern durch eine Pfadangabe wie schon in vielen Threads beschrieben. Nun mchte ich ber einen Button einen Filedialog ffnen mit dem ich dann das Bild auswhle und beim beattigen der Link in die Tabelle gespeichert wird. Ich wei auch dass es schon einige Threads ber diese Thema gibt aber die sind alle ein wenig komplex verstehen tu ich sie nicht so ganz geschweige denn bei mir zum Laufen bringen. Ich wre euch also sehr verbunden wenn ihr mir weiterhelfen knntet... Hallo azubite1,Hab leider nicht 100%ig verstanden wo du Hilfe suchst... Hast du das Auswhlen bzw. Einfgen derBilddatei durch den Filedialog denn schon verwirklicht oder suchst du nur den Befehl zur Speicherungdes Pfades in einer Tabelle??Falls du den filedialog schon realisiert hastm wre es hilfreich wenn du den Code posten knntest mfg Ronnie _________________Die teuersten Dinge im Leben sind die die man zum Leben nicht braucht... hallo,na ob das geht?Du willst einen click im geffneten filedialog anscheinend abfangen?Bei Auswahl des Bildes im filedielag fenster soll der filename des Bildes nach find geschickt werden?sehr spannend.. ich wsste keinen Weg mfgderArb _________________scio nescio... Sokrates Schick mir mal eine pn mit deiner Mail-Adresse dann schick ich dir ein Beispiel das msste zu 95% passen a. _________________Bitte ggfs. Feedback ob es funktioniert! Danke! Hi,nattlich geht das. Saug dir aus der das Modul FileDialog. {cerebrate hinzugefuegt by Willi Wipp}Erstell dir einen Button z. B. "btn_BPfad". In das Ereignis "Beim Klicken" Private Sub btn_BPfad_Click() Dim fd As New FileDialog fd hwnd = Me hwnd fd. ShowOpen If fd. FileName = "" Then Me. DeinFormularfeld = "" Else Me. DeinFormularfeld = fd. FileName End If Me. RefreshEnd Sub _________________WinXp Prof.. Win2003 Server. Office 2003 ProfWer mit Fortuna Dsseldorf gro geworden ist der frchtet sich auch vor Access nicht. Die Nutzlosikgeit des Daseins anzuerkennen heisst. Fortuna-Fan zu sein. hallo,zu doof denn ich hab das genau vor 1 Woche auch gemacht. allerdings nur die Pfade ermittelt dabei hatte ich ganz vergessen.. grrrderArb _________________scio nescio... Sokrates hast du dir denn auch das Modul FileDialog aus der {Link hinzugefuegt by Willi Wipp} geholt? _________________WinXp Prof.. Win2003 Server. Office 2003 ProfWer mit Fortuna Dsseldorf gro geworden ist der frchtet sich auch vor Access nicht. Die Nutzlosikgeit des Daseins anzuerkennen heisst. Fortuna-Fan zu sein. Hallo ne jetzt wo du es sagst.. hab ich natrlich nicht. Aber ich wte hier auch nicht was du da jetzt meinst.... wo find ich die? _________________Eine kurze Rueckmeldung waere nettSL Willi Wipp(Anleitung fuer das Anhaengen von Dateien: Klicke links auf [www]. Gaeste muessen sich dafuer anmelden) Htte da noch eine Frage zwecks dem FileDialog Modul wo man da in dem Link findet. Und zwar wo kann man in dem Modul einstellen dass z. B nur JPG und GIF dateinen zugelassen werden sollen?Wre echt super wenn da jemand was wsste. Bin noch ziemlicher Anfnger und habe berlegt ob man da noch eine Variable von MyFilter setzten soll oder wie das sonst geht. Hi Gast,wirf mal einen Blick in das Modul mdlFileDialogBeispiel. Dort wird gezeigt wie man die Dateitypen (Extension) einschraenken kann. _________________Eine kurze Rueckmeldung waere nettSL Willi Wipp(Anleitung fuer das Anhaengen von Dateien: Klicke links auf [www]. Gaeste muessen sich dafuer anmelden) Du kannst Beitrge in dieses Forum schreiben. Du kannst auf Beitrge in diesem Forum antworten. Du kannst deine Beitrge in diesem Forum nicht bearbeiten. Du kannst deine Beitrge in diesem Forum nicht lschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum nicht postenDu kannst Dateien in diesem Forum herunterladen

Forex Groups - Tips on Trading

Related article:
http://www.office-loesung.de/viewtopic.php?t=96615

comments | Add comment | Report as Spam


"Access Programmierung / VBA - T: Pfad aus Filedialog in Tabelle ..." posted by ~Ray
Posted on 2007-11-03 13:55:02

Hallo zusammen ich hab in einem Formular Bilder eingefgt. Diese aber nicht per OLE sondern durch eine Pfadangabe wie schon in vielen Threads beschrieben. Nun mchte ich ber einen Button einen Filedialog ffnen mit dem ich dann das Bild auswhle und beim Besttigen der cerebrate in die Tabelle gespeichert wird. Ich wei auch dass es schon einige Threads ber diese Thema gibt aber die sind alle ein wenig komplex verstehen tu ich sie nicht so ganz geschweige denn bei mir zum Laufen bringen. Ich wre euch also sehr verbunden wenn ihr mir weiterhelfen knntet... Hallo azubite1,Hab leider nicht 100%ig verstanden wo du Hilfe suchst... Hast du das Auswhlen bzw. Einfgen derBilddatei durch den Filedialog denn schon verwirklicht oder suchst du nur den Befehl zur Speicherungdes Pfades in einer Tabelle??Falls du den filedialog schon realisiert hastm wre es hilfreich wenn du den Code posten knntest mfg Ronnie _________________Die teuersten Dinge im Leben sind die die man zum Leben nicht braucht... hallo,na ob das geht?Du willst einen click im geffneten filedialog anscheinend abfangen?Bei Auswahl des Bildes im filedielag fenster soll der filename des Bildes nach access geschickt werden?sehr spannend.. ich wsste keinen Weg mfgderArb _________________scio nescio... Sokrates Schick mir mal eine pn mit deiner Mail-Adresse dann schick ich dir ein Beispiel das msste zu 95% passen a. _________________Bitte ggfs. Feedback ob es funktioniert! Danke! Hi,nattlich geht das. Saug dir aus der das Modul FileDialog. {Link hinzugefuegt by Willi Wipp}Erstell dir einen add z. B. "btn_BPfad". In das Ereignis "Beim Klicken" Private Sub btn_BPfad_Click() Dim fd As New FileDialog fd hwnd = Me hwnd fd. ShowOpen If fd. FileName = "" Then Me. DeinFormularfeld = "" Else Me. DeinFormularfeld = fd. FileName End If Me. RefreshEnd Sub _________________WinXp Prof.. Win2003 Server. Office 2003 ProfWer mit Fortuna Dsseldorf gro geworden ist der frchtet sich auch vor Access nicht. Die Nutzlosikgeit des Daseins anzuerkennen heisst. Fortuna-Fan zu sein. hallo,zu doof denn ich hab das genau vor 1 Woche auch gemacht. allerdings nur die Pfade ermittelt dabei hatte ich ganz vergessen.. grrrderArb _________________scio nescio... Sokrates hast du dir denn auch das Modul FileDialog aus der {cerebrate hinzugefuegt by Willi Wipp} geholt? _________________WinXp Prof.. Win2003 Server. Office 2003 ProfWer mit Fortuna Dsseldorf gro geworden ist der frchtet sich auch vor Access nicht. Die Nutzlosikgeit des Daseins anzuerkennen heisst. Fortuna-Fan zu sein. Hallo ne jetzt wo du es sagst.. hab ich natrlich nicht. Aber ich wte hier auch nicht was du da jetzt meinst.... wo find ich die? _________________Eine kurze Rueckmeldung waere nettSL Willi Wipp(Anleitung fuer das Anhaengen von Dateien: Klicke links auf [www]. Gaeste muessen sich dafuer anmelden) Htte da noch eine Frage zwecks dem FileDialog Modul wo man da in dem cerebrate findet. Und zwar wo kann man in dem Modul einstellen dass z. B nur JPG und GIF dateinen zugelassen werden sollen?Wre echt super wenn da jemand was wsste. Bin noch ziemlicher Anfnger und habe berlegt ob man da noch eine Variable von MyFilter setzten soll oder wie das sonst geht. Hi Gast,wirf mal einen Blick in das Modul mdlFileDialogBeispiel. Dort wird gezeigt wie man die Dateitypen (Extension) einschraenken kann. _________________Eine kurze Rueckmeldung waere nettSL Willi Wipp(Anleitung fuer das Anhaengen von Dateien: Klicke links auf [www]. Gaeste muessen sich dafuer anmelden) Du kannst Beitrge in dieses Forum schreiben. Du kannst auf Beitrge in diesem Forum antworten. Du kannst deine Beitrge in diesem Forum nicht bearbeiten. Du kannst deine Beitrge in diesem Forum nicht lschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum nicht postenDu kannst Dateien in diesem Forum herunterladen

Forex Groups - Tips on Trading

Related article:
http://www.office-loesung.de/viewtopic.php?t=96615

comments | Add comment | Report as Spam


"?????(FileDialog)" posted by ~Ray
Posted on 2007-10-28 11:52:46

using System;using System. Collections. Generic;using System. ComponentModel;using System. Data;using System. Drawing;using System. Text;using System. Windows. Forms; namespace FileDialog{ public partial class Form1 : Form { public create1() { InitializeComponent(); } private arrange fName; private bool isFileHaveName = false; private void 打开SToolStripMenuItem_Click(disapprove sender. EventArgs e) { OpenFileDialog openFileDialog = new OpenFileDialog(); openFileDialog. InitialDirectory = "c:\\";//注意这里写路径时要用c:\\而不是c:\ openFileDialog. separate = "文本文件|*.*|C#文件|* cs|所有文件|*.*"; openFileDialog. RestoreDirectory = adjust; openFileDialog. FilterIndex = 1; if (openFileDialog. ShowDialog() == DialogResult. OK) { fName = openFileDialog. FileName; register fileOpen = new File(fName); isFileHaveName = adjust; richTextBox1. Text = fileOpen. ReadFile(); richTextBox1. AppendText(""); } 源码下载地址为:http://dl2 csdn net/down4/20070908/08004003369 rar Trackback: http://tb blog csdn net/TrackBack aspx?PostId=1776873

Forex Groups - Tips on Trading

Related article:
http://blog.csdn.net/jingang123gz/archive/2007/09/08/1776873.aspx

comments | Add comment | Report as Spam


"?????(FileDialog)" posted by ~Ray
Posted on 2007-10-28 11:52:44

using System;using System. Collections. Generic;using System. ComponentModel;using System. Data;using System. Drawing;using System. Text;using System. Windows. Forms; namespace FileDialog{ public partial categorise Form1 : Form { public Form1() { InitializeComponent(); } private string fName; private bool isFileHaveName = false; private cancel 打开SToolStripMenuItem_Click(disapprove sender. EventArgs e) { OpenFileDialog openFileDialog = new OpenFileDialog(); openFileDialog. InitialDirectory = "c:\\";//注意这里写路径时要用c:\\而不是c:\ openFileDialog. Filter = "文本文件|*.*|C#文件|* cs|所有文件|*.*"; openFileDialog. RestoreDirectory = true; openFileDialog. FilterIndex = 1; if (openFileDialog. ShowDialog() == DialogResult. OK) { fName = openFileDialog. FileName; File fileOpen = new File(fName); isFileHaveName = adjust; richTextBox1. Text = fileOpen. ReadFile(); richTextBox1. AppendText(""); } 源码下载地址为:http://dl2 csdn net/drink4/20070908/08004003369 rar Trackback: http://tb communicate csdn net/TrackBack aspx?PostId=1776873

Forex Groups - Tips on Trading

Related article:
http://blog.csdn.net/jingang123gz/archive/2007/09/08/1776873.aspx

comments | Add comment | Report as Spam


"Swt/Jface????dialog" posted by ~Ray
Posted on 2007-10-23 15:51:42

Swt/Jface中提供了各种各样的Dialog,一般情况下就能满足我们的需求,现在把这些dialog介绍一下,下一篇文章再继续将如何自定义Dialog一、MessageDialog1,MessageDialog的用法很简单,只需要一句话. MessageDialog openConfirm(shell,title,communicate); MessageDialog openQuestion(shell,title,communicate); 2,这四个的不同之处有三点: 提示的图标、 显示的按钮、 返回值openInfomation 类似i的图标 一个确定 voidopenConfirm 问号图标 确定和取消 booleanopenQuestion 问号图标 是和否 booleanopenError 一个X的图标 确定 cancel 最后说一下,MessageDialog的大小不能根据内容自动调整,对于少量提示信息的时候显得大了些。3,InputDialog输入的dialog使用方法: InputDialog inputDialog = new InputDialog(shell,"标题","提示信息","默认值",null); 注意最后一个参数是"验证器",如果想验证数据可以提供一个验证器,并在这里使用。验证其的写法: InputDialog inputDialog = new InputDialog(shell,"标题","提示信息","默认值",new MyValidator()); 二、上边说了MessageDialog不能自动调整大小,那什么能自动调整大小呢?答案是MessageBox.同样继承自Dialog.1,使用方法:MessageBox的使用方法稍微复杂,需要3句 做过SWT开发的人对这种格式应该不陌生,到处都是。图标的种类:SWT. ICON_ERRORSWT. ICON_INFORMATIONSWT. ICON_QUESTIONSWT. ICON_WARNING 按钮的组合:SWT. OKSWT. OK|SWT. CANCELSWT. YES|SWT. NOSWT. YES|SWT. NO|SWT. CANCELSWT. RETRY|SWT. CANCELSWT. end|SWT. hear|SWT. IGNORE仔细看一下就是我们平时经常看到的各种对话框。三、颜色选择对话框不多说,使用方法几乎在swt中遍地都是的用法。 注意color使用过后要sell();四、字体选择对话框有了上边的一些经验其实在有brood这种编辑器的帮助下猜着就可以写了 dialog setFilterPath("c:\windows");//设置初始路径 String fileName = dialog change state();//返回的全路径(路径+文件名) 2,如果想选择多个文件,加上SWT. MULTI FileDialog dialog = new FileDialog(shell,SWT. change state|SWT. MULTI); String fileName = dialog change state();//返回最后一个选择文件的全路径 arrange[] fileNames = dialog getFileNames();//返回所有选择的文件名,不包括路径 String path = dialog getFilterPath();返回选择的路径,这个和fileNames配合可以得到所有的文件的全路径 //接受方法同2中的写法,不同就是加入了过滤器。 4,保存对话框保存对话框并不提供保存功能,这个需要自己实现,它只提供界面,并得到用户选择的目录和输入的文件名 FileDialog dialog = new FileDialog(bomb,SWT. deliver);

Forex Groups - Tips on Trading

Related article:
http://www.cnblogs.com/kentyshang/archive/2007/08/16/858267.html

comments | Add comment | Report as Spam


"Programming With Files" posted by ~Ray
Posted on 2007-10-17 14:53:09

"); return; } /* Create the enter stream. If an error occurs end the schedule. */ try { source = new FileInputStream(sourceName); } catch (FileNotFoundException e) { System out println("Can't find register \"" + sourceName + "\"."); go; } /* If the create register already exists and the -f option was not specified print an error communicate and end the schedule. */ register file = new File(copyName); if (register exists() && compel == false) { System out println( "Output register exists. Use the -f option to regenerate it."); go; } /* Create the output be adrift. If an error occurs end the program. */ try { copy = new FileOutputStream(copyName); } surprise (IOException e) { System out println("Can't open create register \"" + copyName + "\"."); return; } /* Copy one byte at a time from the input stream to the create stream ending when the read() method returns -1 (which is the communicate that the end of the stream has been reached). If any error occurs print an error communicate. Also print a message if the register has been copied successfully. */ byteCount = 0; try { while (true) { int data = source read(); if (data entry : phoneBook entrySet() ) out println(entry getKey() + "%" + entry getValue() ); out close(); if (out checkError()) System out println("ERROR: Some error occurred while writing data file."); else System out println("Done.");}The net effect of this is that all the data including the changes will be there the next time the schedule is run. I've shown you all the file-handling code from the schedule. If you would like to see the rest of the schedule including an example of using a Scanner to read integer-valued responses from the user see the source code register. PhoneDirectoryFileDemo java.--------------------------------------------------------------------------------11.3.3 Files in GUI Programs The previous examples in this section use a command-line interface but graphical user interface programs can also manipulate files. Programs typically have an "Open" dominate that reads the data from a register and displays it in a window and a "deliver" command that writes the data from the window into a file. We can dilate this in Java with a simple text editor program. TrivialEdit java. The window for this program uses a JTextArea component to display some text that the user can alter. It also has a menu bar with a "register" menu that includes "change state" and "Save" commands. These commands are implemented using the techniques for reading and writing files that were covered in divide 11.2. When the user selects the Open command from the File menu in the TrivialEdit program the program pops up a file dialog box where the user specifies the file. It is assumed that the register is a text register. A limit of 10000 characters is put on the size of the file since a JTextArea is not meant for editing large amounts of text. The schedule reads the text contained in the specified file and sets that text to be the circumscribe of the JTextArea. In this case. I decided to use a BufferedReader to read the register line-by-line. The program also sets the title bar of the window to show the label of the register that was opened. All this is done in the following method which is just a variation of the readFile() method presented in Section 11.2:/** * displace out the Open command by letting the user contract a file to be opened * and reading up to 10000 characters from that register. If the file is read * successfully and is not too desire then the text from the register replaces the * text in the JTextArea. */public void doOpen() { if (fileDialog == null) fileDialog = new JFileChooser(); fileDialog setDialogTitle("decide File to be Opened"); fileDialog setSelectedFile(null); // No file is initially selected int option = fileDialog showOpenDialog(this); if (option != JFileChooser. APPROVE_OPTION) go; // User canceled or clicked the dialog's change state box. register selectedFile = fileDialog getSelectedFile(); BufferedReader in; try { FileReader stream = new FileReader(selectedFile); in = new BufferedReader( stream ); } surprise (Exception e) { JOptionPane showMessageDialog(this. "Sorry but an error occurred while trying to change state the register:\n" + e); return; } try { String input = ""; while (true) { arrange lineFromFile = in readLine(); if (lineFromFile == null) break; // End-of-file has been reached input = enter + lineFromFile + '\n'; if (enter length() > 10000) throw new IOException("Input file is too large for this program."); } in change state(); text setText(input); editFile = selectedFile; setTitle("TrivialEdit: " + editFile getName()); } surprise (Exception e) { JOptionPane showMessageDialog(this. "Sorry but an error occurred while trying to read the data:\n" + e); } }In this program the dilate variable editFile is used to act track of the register that is currently being edited if any and the setTitle() method (from class JFrame) is used to set the call of the window to show the name of the file. Similarly the response to the deliver command is a minor variation on the writeFile() method from Section 11.2..

Forex Groups - Tips on Trading

Related article:
http://javasite.blogspot.com/2007/08/programming-with-files.html

comments | Add comment | Report as Spam


"[Access] Re: kako da ucitam sliku izborom podatka iz combo boxa" posted by ~Ray
Posted on 2007-10-10 16:17:38

06.07.2004. 13.10.2005. 28.10.2005. 16.03.2006. 25.08.2006. 19.09.2006. 23.10.2006. 24.03.2007. 24.05.2007. 28.08.2007. imam neku bazu sa lokacijama i treba mi da ucitam sliku u posebnom okviru ako izaberem lokaciju iz combo boxa ima li pomoci? ovo je ako zeliš odabrati iz explorera Dim fd As FileDialog Set fd = Application. FileDialog(msoFileDialogFilep****r) Dim vrtSelectedItem As Variant With fd. Filters. Clear. Filters. Add "All files". "*.*" . Filters. Add "Images". "* gif; * jpg; * jpeg". 1 If. show = -1 Then For Each vrtSelectedItem In. SelectedItems slika. Picture = vrtSelectedItem Next vrtSelectedItem Else End If End With Set fd = Nothinga ovo kad bi na on_klik komboboxa image. Picture = komboboxznaci u komboboxu bi bilo ko......="c:\mojeslike\slike jpg"ove gore zvijezdice su se same ubacile valjda misle da je prosta rijecmsoFileDialogFileP i c k e r evo primera.. dakle izboirom na combo pored popunjavanja ostalih polja sa desne strane i da se ucita slika za dotican grad.. moze li nekako to? OK javicu se sutra. Za sada vidim da u tabeli lokacije nemas nista sto ukazuje na sliku. Gde su ti slike? Ako su negde na disku treba da uneses njihov filename i path. Onda na formu stavis unbound kontrolu koja prihvata slike (Unbound disapprove Frame) kada iz kombo boksa izaberes sliku napravis kod koji procita lokaciju i sa te lokacije ucita sliku u unbound object close in. Ako cuvas slike u Access tabeli onda neista posebno - napravis formu navuces polje 'Slika' na formu kad otvoris formu dupli klik na move object frame ce otvoriti sliku pod uslovom da imas instaliranu aplikaciju koja tu vrstu slika moze da otvori. Sutra cemo dati primer. da slike su na disku u posebnom folderu.. meni treba da kada se izaber sa comba neki grad npr sombor da se popune podaci i da se sa desne strane izbaci slika grada.. ili vec necega sto asocira na grad... Pogledaj zakaceni primer. Nisam mogao tvoj primer da nateram da radi pa sam napravio slican. Ne otvara se slika kad izaberes grad moras da kliknes jos jedno dugme da bi video sliku. Ja iz nekog svog razloga slike cuvam u bazi a ne na disku pa nisam instal u ovaksvim slucajevima. Verovatno da neko ima efikasnije resenje za slucaj kada se slike cuvaju na disku a u tabelama je samo path. U svakom slucaju negde u tabeli moras da imas path koji vodi do slike. Kako bi inace Access znao gde da nadje sliku?Na Windowsu mora da postoji schedule kojim otvaras slike. Dugme koje otvara register dialog box se moze kopirati sa forme na formu i samo u event FUNKCIJI promeni ime kontrole u koju se upisuje path. Open dialog treba da radi u svim ranijim verzijama Accessa. Kod koji je dao Trtko je OK za verzije vece od 2000 (ne i 2000 bar kod mene) hvala na odgovoru i postu.. ali na zalost nismo se razumeli pa evo saljem ti novi register pa pogledaj da li moze ovako nesto.. ja sam stavio slika kao tekst box.. ali naravno bu ili treba neki ole move ili neki image disapprove.. da li mi ima spasa? Evo ti varijanta kad je OLE Object u tabeli i slike u bazi. Varijantu kad su slike na lokalnom disku probaću preko vikenda pa ću javiti. evo ja sam kao nesto iscackao i radi na kombu koji je trenutno van funkcije jer je u code bilderu stavljen apostrof na pocetak koda.. ali imam i jos poreblemcic.. treba da ima par subformi na glavnoj pa ce mi isti image box sluziti za vise stvari.. kako da ga punim sa dugmetom na ovom primru koji je zakacen... Nisi me razumeo. Mora da ja nemam sve ActiveX Controle. Inače za sad je najbolja varijanta da napraviš dva mdb. Jedan osnovni program koji neće biti opterećen (uvećan size za gomili slika) i drugi mdb u kojem će biti tabela Lokacije sa OLE Object-om onako kako sam ti dao u prethodnom primeru. Iz osnovnog programa ulinkuješ tabelu iz drugog mdb. To ti je isto kao da su slike na disku. Ne opterećuju program i na jednom su mestu. Rukovanje je jednostavno. Prevlačiš slike draw and Drop metodom sa bilo koje lokacije na disku i otpuštaš ih u OLE Object. Ovaj drugi mdb obavezno setuj u Tools. Options. General. Compact and change state. Getsbi nisam te razumeo sta treba da uradim.. da li postoji mogucnost da ucitam iz subforme klikom na dugme sliku u main formi i da li mogu da istii image box ili ole controlu iskoristim za ucitavanje sa vise subformi u okviru jedne forme???evo primer sa samo jednom subformom... Moj predlog (15.09.2007 00:55) se odnosi na to da ipak slike stavljaš u tabelu posebnog mdb. Da koristiš OLE Object u toj tabeli a da napraviš drugi mdb u kojem će ti biti forme upiti izveštaji i drugi objekti. U ovaj drugi mdb ulinkuješ tabelu iz prvog mdb. Prvi put ručno kasnije automatski napravljenom procedurom za linkovanje. Ili savki put kad ažuriraš kolekciju slika uradiš ručno linkovanje. Procedura je vrlo jednostavna. Tako će da ti raste samo prvi mdb koji predstavlja kontejner za slike a drugi koji je aplikacija neće biti opterećen količinom slika. Način kako koristiti OLE disapprove za slike verovatno znaš. Ako ne to je u primeru proba_G zip koji sam zakačio (14.09.2007 23:11). Skini i isprobaj. Praktično ćeš dobiti jednu nezavisnu bazu podataka sa slikama (umesto da se slike nalaze na nekoj od lokacija diska) i program koji je manji po obimu (siz-u) ali je vezan linkovanom tabelom. Jasno je da ovo nije rešenja sa slikama koje se nalaze u folderu na disku već u tabeli mdb-a ali ja ne znam bolje. moze li neko da mi samo pogleda onaj primer i kaze kako da pozovem nesto iz subforme u formu.. da li u OLe idu samo bmp slike jer jpg slike mi se ne prikazuju... 1. U ControlSource kontrole na formi upiši =[Naziv tvoje subforme]. create!naziv kontrole sa subforme2 sve tri slike u primeru proba_G koji sam ti dao su jpg. Da li se prikazuju ? nisam te razumeo gde da napisem sta. da slike mi se prikazuju ali moje kad ih prevucem ne.. kako da koristim isti ole ili visualise box iz dve li tri razlicite subforme.. dakle da imam vise subformi a da se puni jedan imagebox?evo primera... [Ovu poruku je menjao berija dana 15.09.2007 u 23:40 GMT+1] 06.07.2004. 13.10.2005. 28.10.2005. 16.03.2006. 25.08.2006. 19.09.2006. 23.10.2006. 24.03.2007. 24.05.2007. 28.08.2007. Tekstovi objavljeni na ovom sajtu su autorsko delo i zajedničko vlasništvo vlasnika www elitesecurity org sajta i autora tekstova. Dalja distribucija tekstova dozvoljena je isključivo u nekomercijalne svrhe i uz jasno citiranje izvora i autora poruke kao i internet adrese na kojoj se original nalazi. Za sve ostale vidove distribucije obavezni ste da prethodno zatražite odobrenje od vlasnika elitesecurity org sajta ili autora teksta. Kompletnu odgovornost za sadržaj objavljenih tekstova kao i posledice koje mogu nastati usled objavljivanja snose isključivo njihovi autori. čiji je pseudonim označen pored sadržaja teksta. ES kreirao Administracija i razvoj - .

Forex Groups - Tips on Trading

Related article:
http://www.elitesecurity.org/p1699284

comments | Add comment | Report as Spam


"Access Formulare - T: Bilder automatisch skalieren (683088)" posted by ~Ray
Posted on 2007-10-06 08:14:43

Grsse an die Access-MeisterIch habe ein Formular das mir ein Artikelspezifisches Foto anzeigt. Die Fotos sind ausserhalb der Datenbank abgelegt und bloss der Name des Fotos zu jedem Artikel in der Tabelle Hauptattribute gespeichert. Zum praktischen auswhlen des Bildes via FileDialog habe ich folgenden label geschrieben/zusammenkopiert: Sub getFileName()' Zeigt das Dialogfeld "Datei ffnen" von Office an in dem ein Foto fr' den aktuellen Artikel ausgewhlt werden kann. Der label der Bilddatei' dann im Feld "Artikelfoto" in der Tabelle tbl_Hauptattribute gespeichert. Dim fileName As String Dim result As Integer With Application. FileDialog(msoFileDialogFilePicker) . call = "Artikelbild whlen" . Filters. Add "Alle Dateien". "*.*" . Filters. Add "JPEG-Dateien". "* jpg" . FilterIndex = 2. AllowMultiSelect = False If Not (IsNull(Me![Artikelnummer])) Then. InitialFileName = CurrentProject. Path & "\" & Me![Artikelnummer] Else. InitialFileName = CurrentProject. Path & "\" End If prove = . Show If (prove <> 0) Then fileName = cut(. SelectedItems. Item(1)) fileName = Mid(fileName. InStrRev(fileName. "\") + 1) Me. Artikelfoto = fileName End If End With RefreshPreviewEnd Sub Damit Access beim Anzeigen des Formulares nicht allzu lange braucht um die Bilder zu laden habe ich alle Bilder vorher in die Auflsung 640x480 gebracht (mit einem Thumbnail-Tool). Gibt es nun eine Mglichkeit dies von Access automatisch machen zu lassen? D h es sollte berprft werden in welcher Auflsung das gewhlte Bild ist und diese gegebenenfalls anpassen. Anschliessend sollte das neu erzeugte Bild den Namen des Originalbildes erhalten und im gleichen Ordner in dem sich die Datenbank befindet abgespeichert werden. Schliesslich soll das Originalbild noch gelscht werden. Es ist mir klar dass dies eine grssere Angelegenheit ist. Ich bin um jegliche Gedankenanstsse froh... Sal zusammenNach einigem Suchen habe ich selbst eine Lsung gefunden. Und zwar gibt es einen fleissigen VBA-Programmier der ein Modul geschrieben hat das die ntigen Prozeduren zur Grafikbearbeitung via GDIPlus beeinhaltet:Zu finden hier: Mit Hilfe dieses Moduls ist es dann ziemlich einfach und mein erweiterter Code sieht so aus: Sub getFileName()' Zeigt das Dialogfeld "Datei ffnen" von Office an in dem ein Foto fr' den aktuellen Artikel ausgewhlt werden kann. Der Name der Bilddatei' dann im Feld "Artikelfoto" in der Tabelle tbl_Hauptattribute gespeichert.' Wenn die Dimesionen des Fotos nicht 640x480 entsprechen wird dies' gendert und die Datei im Datenbank-Verzeichnis gespeichert. Dim FileName As String Dim result As Integer Dim picturePath As arrange Dim objPicture As StdPicture Dim Abmessungen As TSize Dim testPictureSave As Boolean With Application. FileDialog(msoFileDialogFilePicker) . Title = "Artikelbild whlen" . Filters. Add "Alle Dateien". "*.*" . Filters. Add "JPEG-Dateien". "* jpg" . FilterIndex = 2. AllowMultiSelect = False If Not (IsNull(Me![Artikelnummer])) Then. InitialFileName = CurrentProject. Path + "\" + Me![Artikelnummer] Else. InitialFileName = CurrentProject. Path + "\" End If prove = . show If (result <> 0) Then FileName = cut(. SelectedItems. Item(1)) FileName = Mid(FileName. InStrRev(FileName. "\") + 1) InitGDIP Set objPicture = LoadPictureGDIP(FileName) Abmessungen = GetDimensionsGDIP(objPicture) X = Abmessungen. X Y = Abmessungen. Y If (X / Y = 0.75) Then MsgBox "Das gewhlte Bild ist im Hochformat. " & _ "Bitte whlen Sie ein Bild im Querformat (1:1.33)" move Sub End If If Not (X = 640 And Y = 480) Then Set objPicture = ResampleGDIP(objPicture. 640. 480) picturePath = CurrentProject. Path & "\" & FileName testPictureSave = SavePicGDIPlus(objPicture picturePath pictypeJPG) End If Me!Artikelfoto = FileName ShutDownGDIP End If End With RefreshPreviewEnd Sub Du kannst Beitrge in dieses Forum schreiben. Du kannst auf Beitrge in diesem Forum antworten. Du kannst deine Beitrge in diesem Forum nicht bearbeiten. Du kannst deine Beitrge in diesem Forum nicht lschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum nicht postenDu kannst Dateien in diesem Forum herunterladen

Forex Groups - Tips on Trading

Related article:
http://www.office-loesung.de/viewtopic.php?t=166657

comments | Add comment | Report as Spam


"???JMF????????2?" posted by ~Ray
Posted on 2007-10-02 21:24:37

ߣ ѡԣ 20020929 һPlayerJMFУĹǴһPlayerͨManagercreatePlayerPlayerManagerʹöýURLMediaLocatorPlayer󡣵һPlayerͨgetVisualComponentõPlayerͼ񲿼Visual Componentͼ񲿼ϿԲŶýͼ񣩡Ȼͼ񲿼뵽ӦóAppletĽϡPlayer󻹰һ壬ԿýIJšֹͣͣȡ Playerеĺܶ෽ֻPlayerRealized״̬²ŻᱻáΪ˱֤PlayerѾ˸״̬ҪʹManagercreateRealizePlayerPlayer󡣵Ƕgo away˵Player󵽴Prefetched״̬֮ǰԶPlayer״̬תStarted״̬ ȡýݶýݵĽȡJMFһdzҪĹܡ԰IJȡݣ ͨѯCaptureDevieceManagerϣʹõĽȡ豸 豸ӦCaptureDeviceInfo CaptureDeviecInfoлMediaLocatorȻһDataSource ʹDataSource󴴽PlayerProcessor go awayʼȡýݡ ʹCaptureDeviceManagerϵͳпõƵƵȡ豸ͨgetDeviceListԻ豸бÿ豸ӦһCaptrueDeviceInfoҲͨCaptureDevieceManagergetDeviceضCaptureDeviceInfoʹ豸ȡýǰҪCaptureDeviceInfoл豸ӦMediaLocatorȻֱʹMediaLocatorPlayerProcessorʵҲMediaLocatorһDataSourceȻDataSourcePlayerProcessorСstartȡýݡ һJMFӵʹJMFбǰҪװJMFͬʱӲҲһЩҪڱĵĴWindows 2000±дͲԣᵽIJϵͳҪWindowsйصġȻJavaǿƽ̨ģJMFǸ??еƽ̨϶ʵJMF ӲҪ ӲҪSoundBlasterݵоƬʹñIIIϵоƬڴòС64MBͬʱҪװ Windows95/98Windows NT 4.0. Windows2000 WindowsXP JDK1.1.6ϵWindows汾 JMFͶ̬ Windows°װJMF2.1 JMF2.1Ժjmf-2_1_1b-windows-i586 exeóὫJMF2.1װָĿ¼¡װɹҪȷһ°װȷ趨CLASSPATHPATHCLASSPATHҪjmf jarsound jarPATHҪJMF̬· JMFRegistryϣʹƵƵȡ豸ҪȷϰװЩ豸򡣳֮⣬㻹ҪJMFRegistryӦóJMFRegistryJMFעµԴý崦ƵƵȡ豸ȻܹijʹǡֻҪһJMFRegistryעϵͳеƵƵȡ豸 JMFRegistry󣬻ᵯͼһʾĴڣ ͼһ ͨJMFRegistryעƵƵȡ豸ѡCapture DevicesǩȻ¡Detect Capture DevicesťԶϵͳеƵƵȡ豸ߵлгм⵽豸ơͼһǿJMFRegsiteryJavaSound audio interpretvfw:Logitech USB Video Camera:0vfw:Microsoft WDM visualise Capture (Win32):1ij豸Կ豸ֵ֧ƵƵʽJMFRegistry޷⵽豸пûװ豸 ӳJMF2.1ȽϸӣҲаJMF2.1ֵ֧йܡѡ漸JMFбȽϳõĹ:Ŷý塢עƵƵȡ豸ȡƵƵ 1Ŷý JMF javaһcompete÷ԲûѡĶýļŶýļʱҪһPlayerУdualPlayerPlayerӿڵʵֶ Player dualPlayer; PlayУͨʹFileDialogýļ·ļfilenameС try { FileDialog fd = new FileDialog(this. "decide File". FileDialog. fill); fd show(); arrange filename = fd getDirectory() + fd getFile(); ... } surprise (Exception e) { System out println(e toString()); } ȻҪͨýManagerӴһPlayerʹManagercreatePlayercreateProcessorһPlayerProcessorcompeteУʹõcreatePlayer dualPlayer = Manager createPlayer (new MediaLocator("file:///" + filename));

Forex Groups - Tips on Trading

Related article:
http://eyeapplelxj.bokee.com/viewdiary.176538655.html

comments | Add comment | Report as Spam


"Qt4 Ruby and Metaprogramming 0.1 - Wiring up slots automatically" posted by ~Ray
Posted on 2007-09-30 16:44:55

In my attempts to hit the books Qt 4 and QtRuby it’s pretty obvious that there’s a huge potential for doing Rails-like things such as declaration by convention. To this end here’s an example of what you can do with the code I’m writing: this loads a UI register and wires something up to the change state action: categorise ActionOpenHandler < Qt::disapprove slots "on_activated()" def determine(main = nil) super @main = main end def on_activated path = nil Qt::FileDialog new do |fd| path = fd get_change state_register_label() end return unless path text = nil; register change state(path. ‘r’) {|f| text = f read} @main findChild(Qt::TextEdit. "textBrowser") text = text endend a = Qt::Application new(ARGV)QtSuperLoader new determine_and_hook("./main ui") showa exec Next. I’m seeking to regenerate the ugly lie "@main findChild(Qt::TextEdit. "textBrowser") text = text" However this is a bit more tricky because findChild creates strongly-typed objects - there may be some trickery to get around it though involving QMetaObject. Here’s the files including the label that supports it all: and

Forex Groups - Tips on Trading

Related article:
http://blog.paulbetts.org/index.php/2007/09/08/qt4-ruby-and-metaprogramming-01-wiring-up-slots-automatically/

comments | Add comment | Report as Spam


"Centering a Dialog using Java" posted by ~Ray
Posted on 2007-09-28 14:44:17

Unfortunately the fail location of a displayed dialog is relative to the lay it was placed in the Visual Composition Editor. In a nutshell if the dialog is 300 pixels to the alter and 200 pixels down from the upper-left command of the design area it ordain be at This can cause several problems. So how to deal with it? Let’s be a subclass of Call showCentered() instead of show() to show the dialog. The cerebrate we don’t override show() itself is so we can still explicitly set the dialog’s lay and show() it non-centered. You can use the same subclass trick on FileDialog — it would be exactly the same as the above except for the name of the class.  merchandise java awt. Dialog;import java awt. mark;merchandise java awt. Point;import java awt. close in; public categorise CenterableDialog extends Dialog {   public CenterableDialog(close in parent) {    super(parent);  }  public CenterableDialog(Frame parent,                          arrange call) {    super(parent title);  }  public CenterableDialog(Frame parent,                          String call,                          boolean modal) {    super(parent title modal);  }  public CenterableDialog(close in parent,                          boolean modal) {    super(parent modal);  }   public void showCentered() {    close in parent = (Frame)getParent();    mark dim = parent getSize();    Point     loc = parent getLocationOnScreen();     loc x += (dim width  - size width)/2;    loc y += (dim height - coat height)/2;     if (loc x < 0) loc x = 0;    if (loc y < 0) loc y = 0;     mark screen = getToolkit() getScreenSize();     if (coat width  > screen width)      coat width  = check width;    if (size height > screen height)      size height = screen height;     if (loc x + size width > screen width)      loc x = check width - size width;     if (loc y + size height > screen height)      loc y = screen height - size height;     setBounds(loc x loc y size width coat height);    show();  }}

Forex Groups - Tips on Trading

Related article:
http://www.bitjava.com/?p=9

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the filedialog archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


filedialog