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 Wanet Telecoms Ltd 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: rachelason
  • Content: Threads
  • Order by date
  1. rachelason

    Retrieving space allocated for the vmware

    Hi All, i belive this is the right forum to post my query. I was trying to install linux-vmware on windows xp pro. Since the installation didn't complete properly(froze while installing the linux kernel), i deleted all the files relating to linux and clicked 'on new virtual machine' and...
  2. rachelason

    Open File Dialog

    HI! I want to get rid of All Files(*.*)from the type list when i try to open a document in an MFC program. I had to do the same in the SaveAs which i managed to solve it by calling CFileDialog with the file types in the DOFileSave function. But there is no DOFileOpen function to open a document...
  3. rachelason

    Maximising Child Window

    Hi all, I think I have a small problem to solve but can't get things done. I have created multi-document browser style window for my application using the MFC wizard. The thing i forgot to do then is to tick the box which says 'maximise the child window'. Is there any way I can add the code to...
  4. rachelason

    MFC -adding extension in Save As

    Hi All, I would like to add extensions(more than one) when the user clicks on 'SaveAs' option. At the moment i have only one and i can't find a way to add more. The readme doc says i need to implement in serialize method of doc file. But i have no idea about the code. Any help? Thanks
  5. rachelason

    Wide character in XML

    HI all, I am trying to create an xml file with wide character string. But the xml file would not open Error 'invalid character in line 1, 2nd character'. How do i tell the xml that it needs to accept wide character string? thanks
  6. rachelason

    MFC

    Can someone help me please? I have a MFC program , which opens .xml file in IE. When i try to close the IE page, i want to display a message saying would you like to save this file. Can someone tell me if there is already a MFC function available to do that. Thanks
  7. rachelason

    help using_mktemp with file extension

    HI! I want to create unique file names using _mktemp with extension. This is a code i picked up from MSDN. But if i add .doc or any other extension in the temp pointer, it throws an error. I tried using another variable and concatenating with the original name,,, no good. any suggestion? Thanks...
  8. rachelason

    how to locate temp folder

    hello, I want to create a file in users temp folder. Is there any c++ code to locate temp folder? thanks
  9. rachelason

    what is wrong with this code?

    Hello everyone!, Though i am new to xml and xslt , i have managed to create an xml file. But when i try to display the information using xsl, it displays only one row of the data. As you can see from the xsl code, i have added <for-each tag aswell. I am not sure what the <xsl:template match...
  10. rachelason

    talking to other computer on wireless internet connection

    HI! If two computers are connected to a wireless adsl(both have internet connection), how do i make computers talk to each other? rach
  11. rachelason

    integrating visualc++ project with IE

    HI I am completely new to visualc++ and visual studio. I am suppossed to link an existing project to open in IE. How can i do that? Is there any good book or link i can use to learn? thanks Rach
  12. rachelason

    how to connect a computer back into the network

    HI All, In my office i had to make a computer standalone, so went into my computer and removed it from the network. But before i could set up a new user name, the system restarted for some reason. Now the old user name and password does not work, obviously it is not in the network anymore. I can...
  13. rachelason

    how to start

    HI! i need some general information about installing and developing in ASP. Currently an hosting company is taking care of our backup and domains. What do i need to do if i want to develop a site in asp? do i have to install a seperate server in my office? can anyone tell me how much it would...
  14. rachelason

    ascii doubt

    HI All, i am trying to create a shortcut key in my html page. I can see the ascii control characters allow only capital letters. For example the decimal value of Control+M is 13 which is otherwise the 'enter' key. My problem here is , is there any way i can use control+m (lowercase m) and other...
  15. rachelason

    wirelss network not connecting

    HI ! I am trying to connect my computer to a wireless router Netgear dg834g. I have a network adapter atheros 5001x, and in the properties it says it is working properly. But in the network connection it says 'wirelss network connection not connected' and when i try to view the wireless...
  16. rachelason

    querystring to read in php file

    HI! This is the first time i am using this forum. I have to use php to integrate my system with the online banking and i should say i don't know anything about PHP. Can someone please tell me how to read a querystring variable in a php page. Buypage.html <a...
  17. rachelason

    onclick to load on parent.parent frame

    Hi Can someone help me on this... I have a link which on click loads on the parent.parent frame.. the problem iam having is, it first loads on the current page then refreshes to load on the parent frame. What should i change in the code to avoid this? <a...
  18. rachelason

    autofill forms

    Hi All, The autofill on my webpage sometimes appear so far from my actual input box. It is not the same in all pages though. I know autofill is the windows(IE) feature,what should i do to make the autofill feature on my pages to appear just under the actual input box. Any idea? Thanks in...
  19. rachelason

    what is the meaning of this code

    HI All, i have this code and i need to translate this to a different language..can someone tell me what actually this code does? Set ObjTear=CreateObject("SOFTWING.ASPtear") Dim strEPDQ strEPDQ=objTear.Retrive("http://somewebsite.com",Request_Post,"clientid=4&total=16","","") Thanks in advance Rach
  20. rachelason

    Equivalent of ASP Softwing.ASPTear

    HI All, Does anyone know if there is a tag equivalent in Javascript to ASP Softwing.ASPTear? I am not sure what exactly this syntax does in ASP, so any help is appreciable? Cheers Rach

Part and Inventory Search

Back
Top