How to send an email in a visual studio [solved]
I'm trying to create a sequential workflow using VS. I'm needing to loop through all the items in a list and send an email if one of the columns equals a specific status.
I have not found any good tutorials / documentation on sending emails from a VS workflow. Has anyone done this successfully? Any help is appreciated!
using: sharepoint 2010, visual studio 2010
Thanks,
Updating Database [solved]
Hi admin,
I have checked your database creation tutorial but don't found the tutorial to update the database I mean by I want to update the tables and the data within them which is once recorded in DB.
Create Database [solved]
Hey I'm shirley
I need urgent help about the databases, I'm trying to create database in the visual studio but can't figure out why I can't solved this problem please share your procedure about database creation.
Advanced thanks.
Serial Port in VB 2010 ??? [solved]
I am trying to create a serial port in VB.net using code only. Because I am creating a class library I cannot use the built-in component. I have tried instantiating a new SeialPort() object, but that does not seem to be enough. I'm sure there is something simple I am missing and any help would be greatly appreciated! Thanks!
P.S. I should add that the problem I am having at this time is getting the code to handle the datareceived event. Other than that it might be working, but I can't tell because of that problem.