How Users Send A Scheduled SMS
Sep 24, 2009I am designing a software for sending SMS's.One of its feature which i would like to add is for a scheduled SMS.Can anyone help me as to how shud i let my users send a scheduled SMS?
View 1 RepliesI am designing a software for sending SMS's.One of its feature which i would like to add is for a scheduled SMS.Can anyone help me as to how shud i let my users send a scheduled SMS?
View 1 RepliesIs there any AT Command to send Scheduled SMS from PC via GSM Modem?
View 1 RepliesIn my program I am using a MySQL database and I want to allow users to send each other messages ("Emails"). How can I go about something like this? I'm not wanting someone to do my 'homework'
View 4 RepliesI used to send small messages to users on a network through "SendMessage" under the user tab of the task manager. Now I have 2 virtual servers where users connect through remote desktop sessions, and I can no longer send messages to all users this way. Therefore I wanted to put this function in a application.
View 1 RepliesI was wondering how I would take a SQL statement and reuse it for all users in the database. I have the code for writing to one but it contains information regarding the user so is there a way I can add all of the users to an array from the database. If so what method is used to get all of them into that array, if possible?
View 3 RepliesI want to be able to send emails to users on creation of an event to invite them. However I want the emails to be personalized i.e. each email will contain there name etc. At most the emails will be sent to 50 different addresses. What is the best way to go about this?
View 2 RepliesI've made a small communication channel with other users of my application, it will connect using TCP which I tested and worked with two instances of my application on my home PC.I have to type in my IP address of what would be the "remote" computer i'm talking to, my issue is some of my users may not even know what their IP is to give it to me so how can I get my IP and save it as a setting to send to other users so it can be added as the PC they are talking to?
View 17 RepliesI am trying to figure a way to send my users a message if they have 2 or more websites with the same URL open(These are web tabs in one IE window). Is this possible?
View 4 RepliesI have a vb.net (VS 2005) application which downloads files from my webserver and shows its contents to user. And I make files at my end and upload files to webserver so that the application and download & process it. This happens at fixed intervals. Now I intent to send an instant alert (or message) to users who are using that application. For example: If I type a message and send "Hello everyone" then all those people who are currently using that product should get a popup with this message. My webserver is a hosted on a unix based system. It enables me to show html content and post files & stuff online.
[Code]...
Im trying to make my client send the users Account and IP to the server. And the server puts them on a list box?
View 3 RepliesI have an asp.net web app that uses forms-based authentication, a SqlMembershipProvider (using an encrypted password format), and a SqlRoleProvider. I need to know if it's possible to administer the users (create new users, assign them to roles, etc.) from a windows application - the powers that be don't want any administrative functionality in the web app itself.Here is the membership provider definition from web.config:
<membership defaultProvider="MyProvider">
<providers>
<add name="MyProvider"
[code].....
I've got a code using SQLClient that loops though all users in a Users table inside each loop i want to preform another search in the UserOrders table, thus doing a count of all orders.
I get this error
HTML
There is already an open DataReader associated with this Command which must be closed first.
Here is my code
vb.net UserLists.Items.Clear()
Dim connection As New SqlClient.SqlConnection(My.Settings.ConnectString)
Dim command As New SqlClient.SqlCommand("SELECT * FROM Users ORDER BY PersonName",
[CODE]...
1.I�d like to publish a free vb.net desktop application for the users to download and use meanwhile I�d like to collect usage information ex: user ip address, user�s registration information, used features, time spent� if the user allows the report to be sent back.
2.Also , in order for the user to be able to use the application, he�ll have to register it then, everytime, before the application loads, it gets verified online that it was registered, maybe validate the registration information or a valid user name and password, no critical personal information. The target of this step is for the application to be used exclusively by the registered user and maybe on his computer only.
1. I�d like to publish a free vb.net desktop application for the users to download and use meanwhile I�d like to collect usage information ex: user ip address, user�s registration information, used features, time spent� if the user allows the report to be sent back. 2. Also , in order for the user to be able to use the application, he�ll have to register it then, everytime, before the application loads, it gets verified online that it was registered, maybe validate the registration information or a valid user name and password, no critical personal information. The target of this step is for the application to be used exclusively by the registered user and maybe on his computer only. Any alternative way to achive the target is just fine.
View 1 RepliesI cannot figure out how to get this call to work.I have searched EVERYWHERE.MSDN is no help at all and the only thing I can find is this vb6 code that doesn't work in .net.I tried to convert it over but I've had no luck.Specifically I'm trying to get the path of the "All Users" Desktop and the "All Users" Start Menu.It would rock if anyone could help me out with this one.
View 5 RepliesHow can you do this? I want to have my program run every once in a while but I don't want to make it a service.
View 5 RepliesI have a program and for now I am using timer for schedule a task but does not work as I want. I want for example run a task with a MonthCalendar.
View 3 RepliesI came across this code which should be able to compare my PC time with the time stored in theTime; however, I can't get it to work.
dim theTime as datetime
theTime = CDate(txtTime.Text)
if theTime.hour = now.hour and theTime.minute = now.minute then
[code]....
TaskScheduler on Windows xp, does anyone know a API used to select a certain task to Run? or do I have to go through that darn COM ITASK interface, I think that might have a method?
View 6 RepliesI have to sync information between a users table in SQL and a user group in active directory. For example, if a user is entered into SQL table A then they need to be entered into group A and if a user is removed from SQL table A, then remove them from group A.The application is written in ASP.NET (VB)
I see two solutions:
1) A scheduled task that runs every night syncing the two (written in VB.NET).
2) Use inpersonation so that Active Directory can be updated by the ASP.NET application. The Web.Config file will have to be encrypted in this solution.
I have read articles online that say it is bad practice to update AD in ASP.NET. This would suggest that option 1 is the better solution. Which is the better solution?
Is it possible to create scheduled task with VB.NET. That is I'm trying to launch/trigger my application at specific time.
View 13 RepliesI am trying to create a vb application that will create sscheduled tasks .Created a windows service and set it to start manually for now.Just as a test, when the timer expires I have set it to start 'Notepad' as a process which I can see listed under processes in the Task Manager, but cannot see it as a scheduled task.What I am unsure whether this is the right way to create a scheduled task and if it why can't I see Notepad in scheduled tasks.
View 5 RepliesIneed a VBS script that removes all scheduled tasks which start with a specific string.For example, delete all scheduled tasks which start with "My Application Tasks..."I wanna use this VBS script in my application uninstaller so all tasks created by my application are removed at the uninstall time, however am not familiar with VBS.
View 4 RepliesMy application needs to set up a scheduled task on installation. The task is to run my program on several triggers (related to logon events). I am wondering what is the easiest way to do this? Should I use a batch file?
View 1 RepliesI've read a few posts here on StackOverflow about task scheduling, but I'm not sure that I get it right. I'm coding (in VB.Net) a backup application, that I'd like to add as a scheduled task (in fact, I'd just like to let the user decide to run it every day at, for example, 3 AM)I've read posts suggesting to use a windows service for this, but it sounds a bit to much for something as simple as periodically running a task, isn't it?
View 2 RepliesIm am currently coding an application for auto updating ccleaner. Everything worked well until I enabled UAC.. I am using this project: [URL] to schedule the updating process, but when uac is enabled I get every time a message if I would let ccleaner installer make changes to my computer. The auto updating process must be done silently without bugging the user with prompts of uac.
When i manually check the "run with highest priviliges" box in task scheduler it does run without a prompt. But I can't seem to do this programmatically. Or I havent found it yet.
To create a scheduled class, I call the schtasks command from my code, passing it the necessary arguments.Yet, I can't really figure out how to create a task without the user having to input his password.
View 1 RepliesIs it possible for the installer or the first running of an application to create a scheduled task entry? Barring that, what is the least resource wasteful way to have a program run in the background watching the system time to run at a preset time?
View 6 Replieshow to do this off hand? I saw a few things for Microsoft.Win32 having some classes but I can't find the reference for it in 2010, which makes me think it is depreciated.
Edit: Can't find Microsoft.Win32.TaskScheduler or Microsoft.Win32.Win32_ScheduledJob which are the 2 I see suggested to use.
i got vb.net application when i debug in task menager the EXCEL.EXE is closing correctly after all operations. When i scheduled it the excel.exe is running. What can be a reason of that?Sample of code :
Imports Excel = Microsoft.Office.Interop.Excel
Module Main
Public objApp = New Excel.Application
[code].....