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

    vb.net UDP client

    Hello, does anyone know how i can make a vb.net app to connect to a server on a certain port and read from files to display on the vb app?? Im wanting to make a gaming config program that will display the game servers current config by reading the .cfg files and going to make it to where i can...
  2. d0s

    Retrieving game server info

    Hello, Im wondering if anyone knows how i would go about retrieving information from my server for call of duty 4? im writing this in vc++.net 2003. I want to retrieve various information like how many players are on the server, names, pb enabled or disabled etc...Im also going to be doing...
  3. d0s

    Skins Program

    aight i decided to create a program so people can change skins for a program without having to copy/paste the .bmp's and .jpg's ...not to mention alot of people wouldn't know how to do that. So im just wondering what would be the easiest route to doing this? i thought bout maybe having themes...
  4. d0s

    CreateProcess

    does anyone know how i can add input from a textbox to the 2nd parameter of CreateProcess(the command line)...right now i have the executable name in the first parameter, then i have " +connect ", in the 2nd ive tried doin this but got an error: " +connect " && textBox1->Text, and i get the...
  5. d0s

    GetObjectA error

    Hey, im creating a small program and for some reason whenever i include windows.h and change the icon usin VC++.NET options to change the icon of the program i get this error: Form1.h(135): error C2039: 'GetObjectA' : is not a member of 'System::Resources::ResourceManager' and thats generated...
  6. d0s

    VC++ Help Code

    Ok is it just me or does visual studio's code when u search a topic not fully coded? im probably not wording this right but i'll try to explain. I was just doing some searches through Visual Studio's search engine with Visual C++ filtered. I came across setting the opacity of your program from...
  7. d0s

    GUI question

    Ok im going back to C++ programming. I bought VC++.NET awhile ago and then bought VB.NET and gave that a shot. I really liked the GUI controls for creating the look of the application. But now i want to go back to C++. So is there a interface control that allows you to create the look of it by...
  8. d0s

    DirectX 9.0c

    Hello..I downloaded DirectX 9.0 then downloaded the December release of c Version. I was reading Tutorials that talk about Creating DirectX applications with C++ and in one of them it shows that after you create your Windows program project to right click in the Solution Explorer and select Add...
  9. d0s

    Windows Service(.NET)

    ok im going to be making a windows service and i was wanting to make it with vb.net but for some reason i can't get the option in my window when going to File->New->Project...Under my VB.NET option it just has windows application and some ASP stuff. Under my Visual C++ projects is where the...
  10. d0s

    checkbox variable

    yep me again....Ok after searching serveral sites i came down to a question i couldn't find the answer to. What im doing is having a set of checkboxes each one representing something different..eg Red, Blue, Green, Black blah blah. When the user selects however many checkboxes, i want to get the...
  11. d0s

    email form again

    ok, i just got tired of trying to do things the way i was doing it and just started over. now i have the form and the php mail function and everything all in the same php file. Im having some problems tho when trying to submit the form. I did some searching online and i saw someone talking about...
  12. d0s

    mail checkbox info

    im creating a form that will have checkboxes. The email works good, but how would i set a variable with a checkbox and put it in the mail process to be mailed to me. also, if using the onclick to set a variable how can i unset the variable if they deselect it? thanks
  13. d0s

    emailing form

    im making a form for people to fill out and submit. when they click the submit button it emails me the information thru php. i got everything working, but when i decided to change it a little i ran into a problem i can't seem to figure out. How do i set variables for checkboxes so when they...
  14. d0s

    escape key option

    Hey...im trying to set my webbrowser to go to a certain site when the escape key is pressed..heres the code: Protected Overrides Function ProcessDialogKey(ByVal keyData As Keys) As Boolean Dim nullObject As System.Object = 0 Dim str As String = "" Dim nullObjStr As...
  15. d0s

    retrieving URL

    Hey, Im building a Web Browser and everything is working great, but i want to retrieve the exact URL to save in the file to input into the combobox on load. Anyone know how to retrieve the URL as in site.com/index or site.com/directory/file.wutever? Thanks
  16. d0s

    retrieving from files

    Hey ive been doin alot of reading and tried doin searchin online. I have acouple questions. First, is it possible to categorize a file for the text you send to it. Like from a textbox when u write to the file is it possible to set it to certain lines? im kinda wanting to do it this way that way...
  17. d0s

    Variables

    Ok ive done alot of searching and i can't come up with anything. How do you save variables in your program. Only way i can think of is writing to the registry. Is there any other way to save variables so if someone checked a checkbox it would be checked when the program loads again or if they...
  18. d0s

    Installing

    only reason im asking in this forum is cause im creating C/C++ WinAPI programs. Ok so do you have to buy software that turns your files into an installation program that you just set directory paths for it to be installed in to, or is there a way that im just not seeing for setting your program...
  19. d0s

    Storing and Executing paths

    Im making a C++ console application(will probably later convert it to a WinAPI program)that will ask which game they want to play. Well, when trying to store the path of the game "C:\wutever\somegame.exe" i don't know which way to store it into a variable. Then my second problem is probably...

Part and Inventory Search

Back
Top