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...
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.