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 Chriss Miller 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: maltobji
  • Content: Threads
  • Order by date
  1. maltobji

    Change the Language With JavaScript

    dear all, how can i set the Language(English,Arabic,Taiwan,...etc) for an input control of type text(Note:Lang property did not work)... or in other words can i simlulate the process of pressing ALT+Shift (right or left)..,as in VB using sendKeys(),..is there a way in java script.. thanx alot...
  2. maltobji

    Can Any body Tell me WHY???!!!!

    dear all, although it may seems easy ...but can any body tell me why ,when i excute this code it enters in infinite loop when i enter the character (a)... #include <stdio.h> void main(void) { int c = 100 ; while ( c != 'a' ) { scanf(&quot;%d&quot;,&c ) ; if( c%2 != 0)...
  3. maltobji

    Whic is Better ????

    dear All, i'm wondered which method is better for a web site that connects to DB... through the ordinary way .... Server.CreateObject(&quot;ADODB.Conection&quot;)...bla..bla..bla..:) or using DTC controls.... thanx all in advance Mohammed Al-Tobji Electrical Engineer
  4. maltobji

    How to determine the Original Type of Pointer???????

    Dear ALL, HOW inside a function i could know the previous type of the pointer if i received it as Void pointer(void *)?????? Example: if a pointer(lets say int *) is Casted to Void pointer (void *).. and this void pointer is then sent to that function....(Assuming i don't know previously the...
  5. maltobji

    Monitor the IE?????

    Dear All, I'm trying to monitor the Internet explorer from my application ..... i tryed using this code : ' this is only a sample of the code ' in class module Public WithEvents IE as InternetExplorer ' in form dim MyClass as new Class1 ' when form loads Set Class1.IE = new InternetExplorer...
  6. maltobji

    Lock of Hard disk for a user

    Dear All, Can any body help me to prevent a user from accessing the hardisk drive (Lock hard disk) in my program... or can any body tell me about how can i prevent the user from accessing the hard disk from IE ... (i.e when typeing C:\ in the address bar of the internet explorer..) thanx in...
  7. maltobji

    How to make my application runs directly when windows start???

    Dear ALl, I'm wondering how would i make my app. starts when the Windows98 starts..(even before loading the desktop icons or the tray...).... like an Autherization Application that would not allow person to enter windows unless he enter the correct user name and Password.... thanks for any...
  8. maltobji

    What is the benefit of private struct member??!!

    Dear ALL, i want to ask about the benefit of having a private member in a certain struct .... who is able to access it .... thanx in advance, Mohammed Al-Tobji Electrical Engineer
  9. maltobji

    how to intilize a timer in ansi C

    dear all, is there a way to start a timer using Ansi C .. or do i have to make an emultion for the timer .. and how.... thanx in advance
  10. maltobji

    Any expet powerpoint programming??

    dear all, i know i talked about this too much...but it is very important to me... can any body tell me about an expert im PowerPoint programming with VBA..... espicially if he was from Microsoft itself freatful for any help thanx alo tin advance
  11. maltobji

    can any body tell me where???

    dear all,... can any body tell me where can i send an email to a technical (for development)support at microsoft..... to jmarler.....if it may help.... whne i was debuging .. i found that the first time u call the (.addOLEObject) to a slide it fails .... (by pressing F8 the first time i pass...
  12. maltobji

    WithEvents and powerpoint Slide????

    dear all, i may bothered some people but i'm working in my graduation project...so please if any body knows ..please help Why WithEvents (in class module) doesn't work properly inside Powerpoint.... i tryed to add a button into a slide (at run-time)....but unfortunatly it did not respond to...
  13. maltobji

    again ...and again...Button on a slide???

    dear all, please can any body help me.... i'm trying to insert a Button on a PowerPoint Slide at run time(while show i running)through (.AddOLEObject ...)..... the problem how the bottun will respond to the click event....(i.e how the code would be generated???).. i tryed to add the button...
  14. maltobji

    Again...trying to access Button on Slide????

    dear all, please can any body help me.... i'm trying to insert a Button on a PowerPoint Slide at run time(while show i running)through (.AddOLEObject ...)..... the problem how the bottun will respond to the click event....(i.e how the code would be generated???).. i tryed to add the button...
  15. maltobji

    How To Respond For Click Event for button on A Slide??????

    dear all, please can any body help me.... i'm trying to insert a Button on a PowerPoint Slide at run time(while show i running)through (.AddOLEObject ...)..... the problem how the bottun will respond to the click event....(i.e how the code would be generated???).. i tryed to add the button...
  16. maltobji

    Asking for help in PowerPoint Programming???

    dear all, i have a form which contains an OLE container... 1)i made a link(CreateLink)to a power point representation(already on the hard disk)..and i have a button on the form that run the presentation....i added a shape to a slide(Custom Button)....and give it the following properties...
  17. maltobji

    Accessing PowerPoint through OLE container????

    dear all, can any body help me in accessing the Powerpoint through an OLE container (how to show the next slide ,...insert a new defualt slide...etc).. thanx in advance..
  18. maltobji

    Accessing the LPT Port With VB????

    dear ALL, Can any body help me how to send and receive data through the parallel port(LPT)??? thanks in advance..
  19. maltobji

    Wireless Keypads????

    Dear Sir, i have a graduation project that stands for, electrical voting using wireless keypads, in simple words ... the audiance will have a wireless keypads to vote on some case, the data will be collected on the central (instructor) laptop,i will use polloing to get the data from the...

Part and Inventory Search

Back
Top