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?
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...
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...
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...
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...
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?
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?
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?
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?
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.