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 strongm 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: *

  1. Rationalist

    Activating other open applications.

    Hi there, Is there a way to activate another application that is running? I'm looking for a sample code. Thanks
  2. Rationalist

    Discussion tab in IE

    Hey It's been a while since IE startedto have a discussion tab, does anyone have any idea what it is good for? how does it work? How can I activate that for my website? it asks for discussion server, are there any discussion server products?
  3. Rationalist

    Frontpage server extensions

    Sure youv'e been, thanks a lot
  4. Rationalist

    Frontpage server extensions

    Hi What is the latest version of frontpage server extensions? is it freeware? where can I download it? Can I use microsoft sharepoint instead of server extensions and then publish my website to that? I installed sharepoint but it created a new website for me using asp.net when I extended my...
  5. Rationalist

    Loading the Accumulator from a memory location.

    Hi there, I'm working on HC11 Does anyone know, a way to load the accumulator, with the value of a memory address, that is written in another memory address? I mean for example Assume that we have stored $10, $10 in memory address $1000 And we have stored $AA,$AA in memory address $1010, how...
  6. Rationalist

    Collection was modified; enumeration operation may not execute.

    Code: Public Function RemoveDuplicationIntegers(ByRef TheArray As ArrayList) As ArrayList Dim TMP1 As ArrayList TMP1 = TheArray Dim tmpValue1, tmpValue2 As Integer Dim tmpfirstvalue As String = TMP1.Item(0) Dim TMP2 As New ArrayList...
  7. Rationalist

    Free Richtextbox for asp.net

    wow, just found one. http://freetextbox.com/
  8. Rationalist

    Free Richtextbox for asp.net

    Does anyone know a freeware Richtextbox for ASP.NET?
  9. Rationalist

    fscaf error

    the address should be C:\\blabla I got my answer...
  10. Rationalist

    fscaf error

    This is my code int dTmpX; FILE * fileid; fileid = fopen("c:\textm1.txt", "r"); fscanf(fileid,"%d",&dTmpX); And this is the error: Debig Assertion Failed! Program: C:\blablabal\ File: fscanf.c Line:54 Expression: stream != NULL The file exists and everything is ready but the program...
  11. Rationalist

    .net framework inside the setup file.

    Hi, How can I include the framework in the setup file so that it doesn't show error message when the user who doesn't have .net framework installed on his computer run it?
  12. Rationalist

    Booting from bootrom.

    Hi, Is it possible to boot from bootrom ? I mean boot a computer that doesn't have a hard drive using bootrom using a windows 2003 server?
  13. Rationalist

    Booting from bootrom

    Hi, We used to boot the computers which do not have a hard drive with bootrom and we used to work with them just like they do have a harddrive. Do the new versions of Netware still provide that feature? Can I boot on Netware server and use windows xp from a computer without hard drive?
  14. Rationalist

    Printing justified text.

    How can I print a justified block of text on paper? Thanks
  15. Rationalist

    Justify text in a richtextbox.

    It looks god, I made that class, do you have any idea how I can use it? I have a richtextbox control in form1, how can I apply that class to this control?
  16. Rationalist

    Justify text in a richtextbox.

    How can I change the aligment of a selected portion of text into Justify! I mean the lentgh of the lines should be equal. Thanks
  17. Rationalist

    Download a file with a progressbar.

    Nevermind, I could convert it, Thanks a lot for the link
  18. Rationalist

    Download a file with a progressbar.

    This is for vb.net 2005, I'm looking for 2003 :(
  19. Rationalist

    Download a file with a progressbar.

    I'm trying to write a code That downloads a file while showing a progressbar, the downloaded amount and remaining amount and stuff like that. Any ideas what library shall I use, that gives me values needed to create a progressbar?
  20. Rationalist

    How to convert ASCII to Unicode.

    that doesn't work Error: (307): Value of type 'Byte' cannot be converted to '1-dimensional array of Byte'.

Part and Inventory Search

Back
Top