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 dencom 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: Antithott
  • Content: Threads
  • Order by date
  1. Antithott

    Change http://something.com into a link at page load

    Hi, I tried searching both google and Tek-tips, but didn't seem to get any good hits. I have seen a page before describing how to do this, but sadly i forgot to bookmark it. what i would like to do is the following. 1. default.aspx gets requested 2. If default.aspx contains one or more...
  2. Antithott

    Encoding on aspx page.

    Hi, I'm building a site where i need to pull some reports, the problem is that i need the reports to show ÆØÅ which is danish letters. I'm building the CSV content using a Stringbuilder, and then saving it to the server, and then letting the user download the report from the server. If i...
  3. Antithott

    XmlDocument and < >

    Hi, I'm building site which reads from a xml file to present some data to the user. One of the fields is a comment box and will contain standard HTML coding like <hr>,<br> etc.. The problem i have is that when reading it thru the XmlDocument it removes and code between < > signs. The data is...
  4. Antithott

    Converting from Mysql to Mssql

    Hi, i'm hoping someone here can help out with this question, as its going to be alittle work if its not possible. I have been working on a project for the past month which use MySql as DB, but now i need it changed to MsSql. Does anyone know of a good way or a program to check if my CMD...
  5. Antithott

    Comments on the functions in a DLL file

    Hi all. I'm building a DLL file which contains alot of diffrent functions. My problem is that i would like to have some short comments added to each of the functions. So if i in a project do: DBClass.main.queue.GetAllTasks it would show me a short comment i have written in the DLL? Hope its...
  6. Antithott

    Building a DLL (Is there a better way?)

    I am building a Dll file for communication between a SQL server and a Asp.net website. Basically im putting all calls to the SQl in this DLL file, contained in the following way. ClassName - Connection - OpenConnection - CloseConnection - ConnectionStatus - Queue - GetQueueId...
  7. Antithott

    Securing the Pictures on a website

    Hi all, I run a small site where people can upload their pictures and members can vote and comment on em, sorta like a hot or not site. My problem is that i noticed 2 other sites which "Steal" my pictures. So to prevent this i first disabled Right click on the pages, that didnt work. Then i...
  8. Antithott

    Counting words realtime

    Hi, I have this problem, i know how to count words and letters in a textbox in my program. But i want to count all words written in windows inside a given timeframe. How can i accomplish this? i dont have a textbox to read from, my thought was to maybe grab all keystrokes from windows and send...
  9. Antithott

    How to Select a row in a Code generated table (not gridview)

    Hi all, I tried searching both google and here before asking but i had no luck finding a suitable answer, so hoping someone could help me. Im Querying a Mysql database for info, and then building a Table in the Code and once its been build, im sending it to a asp.net Table control. All of...
  10. Antithott

    Possible to limit CPU usage

    HI all :) Is there anyway to limit the CPU usage a program uses? I have a app which go thru all Users of my Active Directory, and for each of them insert a line of text in the notes box. while it does this, the CPU uses 95% cpu power, and the memory also keep rising for each user, Once the...
  11. Antithott

    How to : Grab data of a website

    Hi.. Ive been trying to grab pictures and text from a website using the Webbrowser toolbox elemnet, but i cant seem to get it working correctly. I can grab the source code for the displayed page and parse that, to get the text. Althought it takes alot of work. so my question is, How would i...
  12. Antithott

    Optimizing code ( use about 24mb of memory )

    Hi, ive asked before about how to cut memory use. but it seems i cant get it below the 22mb at startup, and every click add between 4 and 16 kb. Is it normal that a pure interface without running any code start out at 22mb, and ekep rising. Its a helpdesk system which auto update at about every...
  13. Antithott

    Watch exe files for execution

    Hiya. im trying to create a small app which monitors certain exe files and report this info to a Database. I cant find a simple was to chcek when a exe was last started, i can monitor the Fileinfo stuff, but starting word will trigger the event multiple times up to 6 times pr execution.. Is...
  14. Antithott

    Reading memory of a game.

    Hi ;) I use Tsearch to change the value in memory of some games when i play. I search for the value, and find the offset. Now my question is this, Is it possible to make a small Vb.net program which reads the memory of a Offset i choose and then show this value in a Text label? Example : 1...
  15. Antithott

    Releasing some memory from running program

    Hi. Ive made a program which Reads data from a MySql database, in the beginning it uses about 5mb of memory, but because there is a Auto Update in the program, it raises by about 0.215 used memory each update. So i was kinda hoping there was a way i could clear the used memory or somehow make...
  16. Antithott

    Listview and maximizing the form window

    Hi. Im wondering if anyone have a good idea or know how i can have the listview item, automatickly expand the colums so it fit the listview windows if i maximize the form window. Atm i do it in the form event, and have hardcoded the colums sizes in, but it doesnt work for diffrent screen sizes,
  17. Antithott

    Reading Network Packets

    Hi Im hoping to try and understand how reading network packets for information works, and is looking for either examples i can do in Real Time, or some guides as to how i write this? More exaclty i wanna read specific packets send from a online game, and retrieve item data and save it to a Sql...
  18. Antithott

    Threading and inserting data from one thread to another

    Hi, Ive been trying to learn how to pass data from one thread to another, i read the guides here on Tek-tips and used google, but i cant seem to understand it. I can make a simple thread, but i cant get it to use the data in my UI. I have a form with a listview and 2 buttons, the listview is...
  19. Antithott

    customising Buttons, forms and textbox

    Hi all. I was wondering if anyone have some good links on how to change the apperance of buttons forms etc, to make a better looking program. Always look at diffrent programs and see some nice designs, but it always seems hard to try and remake. mvh Kenney
  20. Antithott

    listview array and not showing danish ÅØÆ

    HI, I have a problem with listview and or arrays. Im reading a Csv file using system.io, then splitting the text at line break and loading each line into a array, then splitting each line up at ; and then formating them into a listview. This works great, but i encounter a problem with nordic...

Part and Inventory Search

Back
Top