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 SkipVought 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
  • 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???!!!!

    thanx alot all, i think what brudnakm explained the problem...thanks again Mohammed Al-Tobji Electrical Engineer
  3. 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)...
  4. maltobji

    a

    b Mohammed Al-Tobji Electrical Engineer
  5. 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
  6. maltobji

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

    Thanx alot guys for your valuable time .... Mohammed Al-Tobji Electrical Engineer
  7. maltobji

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

    it seems that my Sentence was miss leading ... i did not say that i want to use sizeof to determine the size of a sizeof *someVoidVariable... what i'm saying that how sizeof knows this large number of sizes .. i'm asking if all are passed as void * or not ...... any way ... i was asked a...
  8. maltobji

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

    thanx for ur time ... but the problem is ... that i don't know the source of the pointer...it isn't me who wrote the main.... Any way... what i'm trying to do is like what sizeof() function do.... do u know how this function calculte the size of this huge number of data types..????(even arrays...
  9. 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...
  10. 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...
  11. 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...
  12. maltobji

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

    Another thing Please,... Could any body tell me .. how can i LOCK the desktop and System tray from being accessed ....(by mouse or Keyboard) SO the user can not go out from the autherization window ... Thanks in advance Mohammed Al-Tobji Electrical Engineer
  13. 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...
  14. maltobji

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

    Thanks all..... Mohammed Al-Tobji Electrical Engineer
  15. 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
  16. 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
  17. 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
  18. maltobji

    can any body tell me where???

    thanx Jordi ....
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top