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

    Fonts

    I have a collection of cotrols: System::Windows::Forms::Control * tmpControl = ctrlCollection->get_Item(i); I was wondering if its possible to access the tmpControl->FontHeight. I know that FontHeight is a protected property but I need a way to access the font height of this temporary...
  2. saphiroth

    writing to file

    Hello, I am trying to have a user enter some data in a form and then save that data to a text file localy on the server. But the code I have does not work. It says that the variables for the text fields I have defined do not exist. I turned the global variables on and it still says the same...
  3. saphiroth

    write to file with javascript

    Hello, I'm trying to have a user input their name on a webpage and then have the webpage store that name in a text file on the server. I have a form on a webpage where a user types their name in and then after pressing submit the name gets saved in a text file. But for some reason this does...
  4. saphiroth

    segmenation fault in threading simulation

    Hi, I wrote a program that simulates threading. I have 4 "threads" and all they do is write 1's and 0's into an array. I wrote a scheduler that creates a round robin run of the threads. Thread T1 writes 1's into the Buffer and if incouters a 0 then it blocks 'B' and if the goal of writing a...
  5. saphiroth

    pasting text to excel

    Hi, I was wondering if Visual Basic .NET can write text to a specific Excel cell. What I wanted to do is print a report with a bunch of values from a database and was wondering if vb.net can incert those values into a specific cell in excel. Thank you
  6. saphiroth

    Fork() command

    Hi, How does fork() work in c? I mean how does it execute? Does child process finish first then goes to parent process or do they perform operations at the same time? my other question is, what if I want to have 3 differnet processes like process 1 is the parent so it has a child process...
  7. saphiroth

    Open PDF in Visual Basic .NET

    Hi, I have an Access database full of pdf inserted into the DB as OLE objects. I want to open want to retrieve the pdf and open it within VB.NET. I tried using the Shell("RUNDLL32.EXE URL.DLL, FileProtocolHandler " & DocumentWithPath, vbNormalFocus) command and it did work but in this case...

Part and Inventory Search

Back
Top