|
I have a blog http://moviexbox.blogspot.com[^] I want to use mail 2 blogger feature to mail Images and content to It can any suggest a e-mail component in VB.Net that can help, I don't want to use SMTP Server and application should be able to work behind proxy/firewall.
|
|
|
|
|
Rajeev Dhiman wrote: I don't want to use SMTP Server
Then how is your mail supposed to get out into the world?? Without SMTP servers, you're pretty much out of business. Every library I've ever seen uses an SMTP server.
|
|
|
|
|
|
Rajeev Dhiman wrote: I mean, like .Net SMTP Component uses local SMTP Server
It uses whatever SMTP server you tell it to use, but it MUST use one. Every component/library I've seen requires an SMTP server somewhere in order to use it.
Rajeev Dhiman wrote: there are some alternates like chilkat components
It still has to put it's mail on a server somewhere (using SMTP) in order for the client to pick it up.
|
|
|
|
|
i am doing a project on keylogger in vb.net and i need help to make my user interface very nice to see.My colleagues have got very nice gui. As i'm new to vb.net i dont knw much about the flashing or other splash like things to do rather than basic controls.so please someone help me on this.
|
|
|
|
|
Use WPF[^]. You can build some great UI with it.
|
|
|
|
|
hello everybody..........I want to make a project in VB6.As input i will get a shape file (for eg. map of delhi etc.),longitude, latitude of any place on that map.I have to plot a point on that particular lon/lat.Can anybody help me in this regard........this is a totally new project to me so i need help in detail.....please help me .........
|
|
|
|
|
|
Look into Microsoft's Virtual Earth SDK. It might do what you want, but I don't know for sure, because I've never used it.
|
|
|
|
|
i want code click button and call dll file
in vb.net application
|
|
|
|
|
what is the problem? Elaborate your problem in detail
I think you want to call the function(or method) of a dll on the click event of button.
simply add the reference of dll to your project and use it.
|
|
|
|
|
JAS GIRI wrote: i want code
No spoon feeding is done here.
Try out something and if you get stuck then ask.
Time is the best teacher; unfortunately it kills all of its students.
जय हिंद
|
|
|
|
|
First, you haven't asked a question. You also haven't described any kind of problem, or provided any detail into what you have, and what's you've done.
If you want to call a function in a .DLL, there's two basic methods of going about it. Which one you use depends on the type of .DLL you're talking about.
If it's a normal library .DLL, you have to use P/Invoke. This means you better have the documentation on the .DLL so you can create a correct function header to use. Google for "Pinvoke vb.net" for millions of examples.
If it's a COM-based .DLL, it has to be registered properly, the you can open your project properties, click on the References tab, then add a COM reference to the .DLL. You can then use the objects exposed by that library just like you would normal .NET classes.
|
|
|
|
|
I want, I want, I want... can't hear it any more. Everyday the same morons coming here, saying "I want" like little children. I want you to go away and never come back!
Moron.
"I love deadlines. I like the whooshing sound they make as they fly by." (DNA)
|
|
|
|
|
Hi All ,
I'm trying to develop a application in vb.net,
to send any file from my PC to any bluetooth enabled mobile,
in coverage area of bluetooth dongle(connect with my usb port).
(More then 1 mobile via loop in 1 go)
Is there any class or library in .net is available.
If you can give me some sample code or link of any article...that will be very helpful for me.
Thnx.........
Vijay Jain
|
|
|
|
|
...
Time is the best teacher; unfortunately it kills all of its students.
जय हिंद
|
|
|
|
|
|
Hi to All
I am trying to make an set up project in VB.net 2005. I have no idea about Set up and deployment.
Could anyone please tell me the important and necessary basic steps/settings to be made in Set Up and deployment project, in order to deploy a project.
Two important things I want to discuss that.
1. I have Crystal Reports
2. I included 2 COM components
So what are the settings to be made for the same.Please help
Thanks in advance
I am a beginner
|
|
|
|
|
|
Thanks,
But could you please tell me about the COM components I have talked about?
I Wanted to know after addidng these components (VLC player and WMP), is it necessary that the installed system should install the players, or not necessary
thanks
I am a beginner
|
|
|
|
|
I think, you can copy the COM component reference in Debug/Release folder of your project directory and after that when you create setup, include this references.
|
|
|
|
|
sorry to ask u basics....Actually wht do we mean by adding references in the project?..How does this helps...
I am a beginner
|
|
|
|
|
when you add COM component, a references is added to your application. Navigate Menu Project--->Properties --->References Tab
This tab show all the references which is used by your application.Select appropriate COM COmponent Refrences and then from Properties choose 'Copy Local' to TRUE
hope this helps
|
|
|
|
|
thanks a lot...
one more thing i wanted to confirm is what is copy to local means? It copies the dll to application or what?
And I can see the option "imported namespaces" too with so many checkboxes down... What am I supposed to do that for deploying purpose?
Thanks in advance
|
|
|
|
|
himangshuS wrote: one more thing i wanted to confirm is what is copy to local means? It copies the dll to application or what?
copy the referenced dll to debug/Release folder.
himangshuS wrote: And I can see the option "imported namespaces" too with so many checkboxes down... What am I supposed to do that for deploying purpose?
I have no idea about this thing . you can search on GOOGLE
|
|
|
|