Jump to content

MtK

Member
  • Posts

    907
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by MtK

  1. Hi, I have a new VOIP line, which is mainly used as a regular phone line. can I connect it (somwhow) to my PC to make some Video calls or VOIP things?
  2. You have the MS way of putting drivers in $OEM$\$1\drivers or just use XPC & then integrate drivers with other tool (i.e nLite) have fun...
  3. MtK

    Current Downloads

    works fine now, 10X...
  4. MtK

    Current Downloads

    Hi, it seems most of the links (if not all of them) in the Current Hotfixes page, do not work... Where should I download the files from?
  5. Welcome Back, GM... Good to have you aroung again...
  6. it an ISO file, on an XP system... did that... will try... Not on the same network, I tried burning the Image as a data file and open it in the MAC, with no luck...
  7. Hi, I have an ASUS P5GD1-VM motherboard, & I want to add this extension cards: DVI-ADD2 S/PDIF iPanel which can be found in here. where can I find their model number?
  8. Hi, I have an Image of a MAC program on my PC. I need to burn it in order to install it on the MAC. I've tried: NERO for burning - but I got an empty CD. burning the Image as DATA an open it in the MAC. WinISO to open and see the files Alcohol%120 Roxio 3 Virtual CD softwares but couldn't see the files inside the Image. What else can I do?
  9. did you tried searching, without the leading "KB"? i.e KB896358
  10. Hi, how can I detect if a network connection is presence? ever better, to recognize the cable is pluged in? (I need this to run something upon cable connection, something like auto-dial)
  11. //this code time complexity: O(log(n)) //MyEntry is the type of the objects within the tree nodes. //key is of type Object //m_treemap is an instance of TreeMap SortedMap tailMap = m_treemap.tailMap(key); MyEntry succ = null; MyEntry pred = null; if (!tailMap.isEmpty()) { succ = (MyEntry) m_treemap.get(tailMap.firstKey()); pred = succ.m_pred; } else { //no successor - the pred is the last key in the tree if (!m_treemap.isEmpty()) { pred = (MyEntry) m_treemap.get(m_treemap.lastKey()); } } //now succ and pred contains the real successor and predecessor of key
  12. Hi, My outlook keeps asking for password every mail I sent. even after selecting the: "Save password..." option... What could be the problem?
  13. HI, Can IntelliJ be unattendedly installed?
  14. where exactly is the SHORCUT code over there?
  15. you could use this: Shortcut creator
  16. I think you should open another thread for that question. every user that posted here, is complaning for not getting the new version, so we wouldn't be of much help...
  17. Hi, I need to use the TreeMap included with the JDK to store some sortable data. In addition to maintaining the TreeMap, I need to create a Linked-List, while adding elements to the TreeMap. At the end of the Insertion/Deletion, it should look like this: (no need to be circular) any Ideas?
  18. XPCREATE does work with Win2K. It doesn't slipstream all of the hotfixes however, but it works just fine. I've made a few Win2K discs using XPCREATE. <{POST_SNAPBACK}> I guess GM won't make any effort on this, cause he has the new version. But on the other hand, I guess the new version better supports w2k, we just can't get our copy of it...
  19. We are going a little bit 'off topic', but maybe making RyanVM's pack for win2k...
  20. now I can sleep better at night...
  21. so this means you still think I was serious about all I said...
  22. let's just hope our boat is not sinking...
  23. are you implying anything....
  24. sorry to disappoint you, but update is when the last state changes... if it's still in the same status, then it's not really an update, is it?
  25. He has been spotted over here a couple of weeks age, writing a post about 'being back' but disappeared again...
×
×
  • Create New...