15,746,202 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by alex giulio (Top 52 by date)
alex giulio
7-Jan-22 22:02pm
View
Thank you for your polite reply!.
I understood what you conveyed.
It seems that using windows service to start GUI with admin rights is not possible.
Right now I'm trying to investigate the direction of using Windows Schedule to do this. Hope this will be resolved soon.
alex giulio
7-Jan-22 3:34am
View
I haven't tried it yet, but if not setting username/password in windows service's logon tab is there any way to do it?
Because I see the windows service is in session 0 that can get the token of the user who is logging in session 1 to interact with the desktop, like starting a GUI. Besides, I see that the logged in user can manipulate to run the GUI as admin.
So I'm not sure if the windows service can get the token of the logged in user and run the app as admin?
alex giulio
7-Jan-22 3:25am
View
So if windows service is running under local system, is there any way to do start GUI as admin?
Because I see the windows service is in session 0 that can get the token of the user who is logging in session 1 to interact with the desktop, like starting a GUI. Besides, I see that the logged in user can manipulate to run the GUI as admin.
So I'm not sure if the windows service can get the token of the logged in user and run the app as admin?
alex giulio
6-Jan-22 23:25pm
View
I have referenced at the link below so that Window Service can start application(GUI):
https://github.com/murrayju/CreateProcessAsUser/blob/master/ProcessExtensions/ProcessExtensions.cs
alex giulio
24-Nov-21 12:36pm
View
Dear Stefan_Lang,
Thank for ur reply,
Yes, i got it.
Currently I have chosen the solution is to change the build engine from devenv to msbuild and this problem has been solved.
alex giulio
24-Nov-21 12:32pm
View
Thank for your reply!
Yes, i got it.
I think your solution is also quite ok, but for me it will probably be more complicated than I will change the build engine from devenv to msbuild.
Therefore I will choose the solution is to use msbuild.
alex giulio
24-Nov-21 12:24pm
View
Thank for your reply!
Yes, i got it.
If in case can't be solved at devenv then maybe I need to change the build engine to msbuild.
alex giulio
24-Nov-21 12:12pm
View
Deleted
Dear #realJSOP,
Thank for ur solution,
As mentioned in the description for the above question, if using MSBuild to do it, the problem I am having can be solved.
However, at the tool that I am developing, it's using devenv to automatically build projects on the source branch. This build will output the dlls to OutDir that are configured in each *.vcxproj.
At this tool I want to extend the feature of being able to specify the OutDir folder and then build dlls to it.
I am worried that if I change the build mechanism from devenv to msbuild then it will affect many other problems. So I'm still trying to figure out how to do this on devenv.
If in case can't be solved at devenv then maybe I will change the build engine to msbuild.
alex giulio
23-Nov-21 22:51pm
View
In addition, I have also updated the valid xml.
Sorry for this missing!
alex giulio
23-Nov-21 22:46pm
View
Dear Richard MacCutchan,
Thank for ur feedback!
Yes, i've also checked with -Out already
However it seems that it only outputs a logfile, like BuildLog.txt.
The purpose is that I want to output 1 dll/app.
alex giulio
23-Nov-21 22:26pm
View
Dear Phil.o,
Thank for ur feedback,
The context is that I have multiple source branches, where each source branch is having multiple sln. By default, the dlls of the projects must be built to the fixed OutDir path "C/Program Files/MainEnviroment/bin", which contains the environment for other apps to ref to.
Currently, I am developing a tool to automatically build all dlls of a certain source branch into the specified OutDir, for example "C/Program Files/BackupEnviroment/bin". The goal is to be able to build a new environment while the main environment is being referred.
Because the number of projects in a source branch is quite large, it is not possible to manually edit each one in visual.
alex giulio
7-Apr-21 7:13am
View
Yes, i got it.
OriginalGriff helped me explain this question.
Thank you for your reply!!
alex giulio
7-Apr-21 4:27am
View
I got it.
Thank you very much!!!
Issue solved well.
alex giulio
7-Apr-21 2:32am
View
Thank you for the very quick reply!
According to your answer, they are sharing memory among threads, right?
So why is there no difference in the contents of the [FileNameTest1.txt, FileNameTest2.txt, FileNameTest3.txt] files as described?
alex giulio
5-Jun-16 21:39pm
View
nobody!!!!
alex giulio
18-Jul-15 7:58am
View
Thank you so much! you are great, wonderful, good man....
alex giulio
29-Oct-14 6:04am
View
I now have a difficulty in changing a user password, how to change user password using Skype4Com. I found it in most of the Skype4Com dll but still have not found. If who experienced it, please help me, thank you so much!
alex giulio
29-Oct-14 5:57am
View
thank RyanDev!
alex giulio
29-Oct-14 5:56am
View
thank Coding, I did as you said. in toolbox, i created a new tab (tab 1), right clicked on it and selected "choose item" then selected "Com Component tab" -> Skype Class/Skype Contact combo/. but it still does not show tools which just added. i don't know what a reason. If you've experienced it, please help me, thank you!
alex giulio
29-Oct-14 5:47am
View
thanks Maciej Los so muck, but it couldn't solve my problems. I still can not figure out how to solve it. maybe I will solve the problem in the old way.
alex giulio
24-Oct-14 9:47am
View
by this way i started and logged in client skype with specified username and password. once i logged in successfully i can use skype api(skype4com) to get data. But it made me much troubles(ex: show forms of client skype after i click "call skype", "call video" buttons). i need other ways in order to log in skype account and get data but do not need really intervention of client skype
ex: code for call skype:
private Call placeCall(string user)
{
return skypeViewModel.Skype.PlaceCall(user);
}
Call currCall;
public void MakeAVoiceCall(string user)
{
currCall = placeCall(user);
}
private void btnCall_Click(object sender, RoutedEventArgs e)
{
skypeViewModel.Skype.CallStatus += new _ISkypeEvents_CallStatusEventHandler(skype_CallStatus);
MakeAVoiceCall(skypeViewModel.SelectedFriend.Handle);
}
alex giulio
24-Oct-14 7:30am
View
I want a tool for my project..............................shock
alex giulio
4-Sep-14 2:17am
View
of course, you understand that it is a question. right?
alex giulio
4-Sep-14 2:15am
View
so how do i have to say?
alex giulio
24-Nov-13 1:02am
View
what version have you installed?
alex giulio
22-Nov-13 23:47pm
View
oh, hi, actually it very easy, but i..... thank you so much!!
alex giulio
21-Nov-13 6:24am
View
hi, prasadvjay, please tell it clearly. if we know, we'll help you
alex giulio
19-Nov-13 20:20pm
View
i'll try as ur!
alex giulio
19-Nov-13 20:20pm
View
hi ,tks you!
alex giulio
18-Nov-13 21:34pm
View
hi, tks. i have solved that proplem. thank you so much!
alex giulio
16-Nov-13 5:21am
View
hi, thank you, i have found my way!!!
alex giulio
16-Nov-13 5:21am
View
hi, thank you, i have found my way!!!
alex giulio
16-Nov-13 5:16am
View
thank, but i want result: 15-NOV-2013. i have searched on google but i can't do it. but i coded a function formating a datetime as:
public string ConvertDate(DateTime dt)
{
string result="";
string _month = "";
int day = dt.Day;
int month = dt.Month;
int year = dt.Year;
switch (month)
{
case 1:
_month = "JAN";
break;
case 2:
_month = "FEB";
break;
case 3:
_month = "MAR";
break;
case 4:
_month = "APR";
break;
case 5:
_month = "MAY";
break;
case 6:
_month = "JUN";
break;
case 7:
_month = "JUL";
break;
case 8:
_month = "AUG";
break;
case 9:
_month = "SEP";
break;
case 10:
_month = "OCT";
break;
case 11:
_month = "NOV";
break;
case 12:
_month = "DEC";
break;
}
result = day + "-" + _month + "-" + year;
return result;
}
alex giulio
16-Nov-13 5:11am
View
thank you so much! i' try your way!!!
alex giulio
4-Nov-13 3:48am
View
oh, tadit dash, i have finished sucessfull, thank tadit dash once more! hihi
alex giulio
22-Oct-13 7:29am
View
Harshil_Raval i have finished, thank so much! good luck to you!
alex giulio
4-Oct-13 2:57am
View
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
if (Request.Params["val"] != null)
{
OpenEmail(Request.Params["val"].ToString());
}
}
Response.Redirect("Default.aspx");
}
private void OpenEmail(string key)
{
using(MasterDataContext db = new MasterDataContext())
{
var obj = db.mailSendingLists.SingleOrDefault(p => p.Email == key);
if (obj != null)
{
obj.AmountRead = (obj.AmountRead ?? 0) + 1;
}
db.SubmitChanges();
}
}
alex giulio
4-Oct-13 1:17am
View
Tadit Dash: when receiver open mail to read then <img src = "mywebsite"> will execute together mail or when we click to showing mail then it will? i don't understand clearly! please help me!
alex giulio
3-Oct-13 11:44am
View
yes, i'm alex. i have pm but you don't reply, hihi
alex giulio
3-Oct-13 11:16am
View
thank Tadit!
alex giulio
3-Oct-13 11:06am
View
oh, thank Tadit Dash so much! do you have a facebook or yahoo account? i want to you help me
alex giulio
3-Oct-13 9:49am
View
so, do you have source about it? i need it to research. thank you so much!!!!
alex giulio
3-Oct-13 9:24am
View
like pheonyx said, if receiver click and read mail but don't click this picture then we still couldn't know receiver have read mail or not.....
alex giulio
3-Oct-13 6:34am
View
right. if people don't click mail, it will notify that: that mail haven't read yet. if receiver click and get it into recycle or spam, it will notify so. also if receiver click to read mail, it will notify mail have read. i want to do so but i can not write code
alex giulio
3-Oct-13 6:29am
View
once receiver have clicked to open mail to read it then it will be downloaded from server to client. when i don't know that it can be tracted or not
alex giulio
3-Oct-13 6:17am
View
i think, when i send a message is attached a link of website is named "deny or accept". if receiver select "deny" then this link will send again for us and then we could recognize it. but i couldn't do it. i want to have other way better than it.
alex giulio
2-Oct-13 0:43am
View
hi, thanks! but i need code c#, api gmail
alex giulio
1-Oct-13 22:20pm
View
thank sergey take care! when other people sent gmail to me then software will notice me and i can read mail and response again on my software. (software is coded by c#)
alex giulio
18-Sep-13 12:10pm
View
thank Tadit Dash so much! i'll try
alex giulio
18-Sep-13 6:48am
View
Thank Tadit Dash, but i just code aplication of software, not using web code. can you help me by other!
alex giulio
18-Sep-13 6:17am
View
send gmail: that's sender mail
read mail: that's receiver mail
help me, please!
alex giulio
18-Sep-13 5:52am
View
please help me! i need it so much!
Show More