User Profile
Collapse
-
Yes, I m sure classid is absolutly ok it is downloaded on client machine sometimes but not appears on page :(... -
I cant use SilverLight in this project, plz tell me solution without using SilverLight..Leave a comment:
-
i have set browser settings to allow activeX controls....... .. ! all settings are enabled regarding to this.... ! :(Leave a comment:
-
no there is no errors in the code... ! actualy when i browse the page on client machine, the ActiveX control doesnt appear on the page, when i check the library file in tmp internet files, it is downloaded.Leave a comment:
-
ActiveX control does not appear on client machine
Hi Guys,
Lot of Thanks in Advance... ! :)
dear i have a problem regarding to ActiveX control, I developed a user control using WPF project and embeding it in my ASP .Net page, after deployment when I browse the page on the server machine "http://Localhost/etc", the ActiveX control appears on the page, but when I browse it on the client machine on the intranet or internet it does not appears... ! :(
... -
-
You also right... ! I installed .NET 3.5 CLR and problem is solved.. ! :)
Thanks alot... ! :)...Leave a comment:
-
-
Help Needed abt IIS
Hi Guys,
Thanks in advance... !
Dear I want to download IIS 6, plzz suggest me url where from i can download it!
waiting for your reply... ! :) -
Deploying Application
Hi Guys,
Thanks in advance...! :)
I am developing a web application for IPhone using componentOne IPhone and ASP.Net 3.5
there is problem into deploying the site after deplying when a browse my site it display an Error Page
////////////////////////////////////////////////////////////////////
Server Error in '/fileTransfer' Application.
Runtime Error
Description: An... -
yaar I have my own IDEA that is so strong but i tried for best... !
LATEST NEWS IS THAT
I m not participating.. . ! :( cause of some circumstances at home... ! :(
but thank ful to u all people who respomed me ... ! :)
by the way my IDEA was about to develop a tool for Software Engineers "Agile Modeling Tool"... ! which provides use case development user managment and multi user...Leave a comment:
-
Suggest a project for An International Competition
Hi,
Thank u in advance.... !
Dear I m Participating in International Competitation.. . ! plzzzz suggest me a project for that can beat in that compitation... ! and the scope of the project no more than one month... !
Thank u again .. !
I m waiting for IDEAS ... !
Regards,
Habib Ahmed Bhutto -
george, from where i may get the c/win32 api???
is it third party api ???
yaar i m tried to do it i got fifty percent work
but there is a problem
for example there is a bmp image file, its size is (x = 354, y= 322)
i opened it and i count its number of rows and columns per row
i found 1024 columns/row and total number of rows are 335
so in this regard 1024/354 = near to 3 it mans each pixel...Leave a comment:
-
Oh sorry dear.. !
u r not stupid .. ! actualy i m... ! first u should to include a graphics hearder file
and initialize the graphics i think... !
#include<graphi cs.h>
void main(void)
{
int gd=DETECT, gm=0;
initgraph(&gd,& gm,"C:\\tc\\bg i ");
// or specify the drive in which u have installed the TC D: E: whatever
//place...Leave a comment:
-
If it's under Windows, you must use Win32 api
You can ask on specialized Win32 api newsgroup :
news://comp.os.ms-windows.programmer.win32
where it has often been discussed -
I have replied in the against of ur Q u may read it may be my suggestion will work for u.. ! -
Hi Dear,
just refer the book
C++ Projects
by Reeta Sahoo
publisher: khanna book publishing co. (p) Ltd
there is a project in this book with respect to matrix manipulation he/she demonstrated all basic operation with respect to matrix... !
It will help u alot... !
:) pray for me if my sugesstion works for u.. !Leave a comment:
-
How to read jpg file in C using turbo C
Hi all,
Thanx in Advance.. !
anyone can tel me that what is the architecture of jpg image file and .bmp image file. I want to display images in c evironment using conventional graphics and by programming the vga card. But i dont know the arcitecture of image files. plzzzzzz help me... in this regard... !
I will be thankful to u... !
Thanks again... in advance... ! -
Hi, its so easy... ! dear
Read ur file in the sequence of char
like this
int column = 1;
int row = 1;
/* Open and read ur text file here*/
while( feof( fileptr ) )
{
int c = fgetc(fileptr);
putpixel(r,culu mn,c);
culumns+=1;
if (column >= 100)
{
column=0;
r+=1;
}
}
this is simple logic u ma enhance...Leave a comment:
No activity results to display
Show More
Leave a comment: