|
Johan Hakkesteegt wrote: did you post this problem three times to prove a point about the English language
It was not my problem...
How did you come to the conclusion that NANCO and ChandraRam are the same?
|
|
|
|
|
My apologies to NANCO for not paying attention.
Now did you have anything constructive to add to this conversation ChandraRam?
My advice is free, and you may get what you paid for.
|
|
|
|
|
i have created a database for capturing the Applicants cv details. how do i develop the search facility to retrieve filtered records that match the specified search parameters specified.am using vb6.0 objects and sql2erver2000.
any one please assist
wizyman
|
|
|
|
|
Hello,
Is it possible to find what exchange servers are running on a local network and the user accounts.
Currently are exchange servers are 2003 and 2007.
If anyone can give me some direction to go in, sample code etc, would be most helpful
Thanks in advance,
Steve
|
|
|
|
|
I want to create a project that can copy and past file and folder .How can i make it ? the most important part is the copying and pasting file .
|
|
|
|
|
|
It isn't hard...
You only have to use the simple methods (copy, move, delete etc) of System.IO.File and System.IO.Directory classes to do this.
Bye,
Carmine,
Webmaster of: www.thetotalsite.it
My web blog: blog.thetotalsite.it
|
|
|
|
|
Hi,
I have an image, file upload and a button control on my webform. I am uploading a new image and attaching the image to replace my existing image in button click event. It seems to work fine on my local machine. When I deploy and run on the server side, the image upload is working fine, the image is getting replaced in the background. However my web page still shows old image. If I reload the page then it shows the updated image. I am using the same name for the image when I am doing save as in the button click event. Any inputs why this is happening?
Appreciate inputs
Raj D
Raj D
|
|
|
|
|
dasumohan wrote: If I reload the page then it shows the updated image
Because you are manually refresing the web page.
For example, if you had a function in your script block to refresh the images in every 15 seconds in the web page, you wouldn't have to refresh the whole page to see if the uploaded images sucessfully replaced. Just an idea...
What a curious mind needs to discover knowledge is noting else than a pin-hole.
|
|
|
|
|
dasumohan wrote: However my web page still shows old image.
Because the browser has cached the page and your seeing that cached page. You have to set metatag information telling the browser to not cache the page or shorten the time that the cached page is valid.
I have no idea how to do it because I don't do that much web developement. Your best bet is to ask in the ASP.NET Forum.
Dave Kreskowiak
Microsoft MVP - Visual Basic
|
|
|
|
|
We have a window service which sends mail.
Now we tested the application by adding our internal and external email addresses like (abc@yahoo.com)
When we created the "To" part from application both the address were shown and application send the mail withoout any exception.
Now the problem:
We checked both the email a/c. We did recieved the mail in the internal a/c but not in the external a/c.
When we send the same mail from outlook then we recieve mails in both the a/c
We checked the logs in the exchange and we found out that in the "To" part there was no external email a/c while sending it from application.
But it was while sending it from outlook.
How come exchange behaves differently when we send it from application and when we send it from outlook.
What can be the likely problem
|
|
|
|
|
|
Thanks deepak for the link. But the link does not hava any page.
We are using system.net.mail
Can you send some other link
|
|
|
|
|
I need help to design and implement a class that allows a teacjer to track the grades in a single coursw. Include methods that calculate the average grade, the highestt grades, and the lowest grade. Test your class implementatio.
|
|
|
|
|
Just copying your homework assignment is not a sufficient description of what you need help with.
You have to ask specific questions about what you need help with.
Also you should explain what kind of assignment this is, so that people gan give the proper guidance. If people think that you are trying to trick them into doing your homework, they will not give you any help at all.
---
single minded; short sighted; long gone;
|
|
|
|
|
please be more specific regardin yr problem..
well i have made a similar appplication of "calcuating CGPA" on vb.net.
check it out at the link given below.
u can ask any particular question on that application..
jst post yr problem on this forum, i'll try to help u..
link is :
http://www.fileden.com/myfiles.php[^]
|
|
|
|
|
It's simple. For example, You can just provide a simple class that have a List that contains the grades of students (an example, a List of custom classes that provide name/surname of student and the grades) and simple methods to calculate the average/highest/lowest grade.
Another way may be to use a database, DataTables, XML etc...
To test the class you can provide a windows form in that show the grades for each student (for example).
Enjoy,
Carmine,
Webmaster of: www.thetotalsite.it
My web blog: blog.thetotalsite.it
|
|
|
|
|
I have various ODBC datasources visible in the User DSN and System DSN screens in the ODBC administrator applet. However, although these show fine in the EXCEL data query screen, these data sources don't show up in the choose datasource screen from the add new database choice in vb.net.
What am I missing?
Thanks!
|
|
|
|
|
Ok I was looking at some directx documents that meantion the IntPtr structure. Is this just a pointer? And if so how do you set where it points at and are there any limitation on how you can use it, and is it as fast as pointers? For instance if I said myintptr = myvar would that set myintptr to myvar's value or its location?
thanks for the help,
Mike
|
|
|
|
|
The IntPtr structure is used to handle pointer values in managed code. If you want to set the value of an IntPtr, you have to use the & operator to get a pointer value, but that can only be done in code marked as unsafe.
For regular managed code .NET uses references instead of pointers. They are exactly as fast as pointers, as the final compiled code uses them exactly as pointers.
---
single minded; short sighted; long gone;
|
|
|
|
|
Thank you guys for your help.
|
|
|
|
|
|
Sir/madam,
can i check the preview of my crystal reports in vb.net 2005
there are labels with information
please help.
Thanks and regards
pankaj garg
|
|
|
|
|
|
Sir/madam,
Can i add the landscape / portrait option in my crystal reports program in vb.net
Please help.
Thanks and Regards
Pankaj
|
|
|
|