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!

Recent content by maltobji

  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

Part and Inventory Search

Back
Top