Posts by Stephen Willians • 82 points
10 posts
-
1
votes2
answers392
viewsQ: SQL Server - CONCAT + IF in VIEW
I have a problem and I’ll try to explain the situation. I have a client chart called ENTIDADES, there is an attribute called ID_GRUPOECONOMICO where this is a FK table GRUPOECONOMICO. I’m creating a…
-
1
votes1
answer517
viewsA: Copy cells when identifying Worksheet_change change (Excel VB)
Hail, After a lot of research and study, I was able to solve my problem. I will explain in more detail the problem and the solution. I have two spreadsheets, one Clients (I bring this listing of a…
excel-vbaanswered Stephen Willians 82 -
1
votes1
answer517
viewsQ: Copy cells when identifying Worksheet_change change (Excel VB)
I am new in VB and I am trying to make an operation that copies some information from the spreadsheet "Control Backup Clients" to the spreadsheet "LOG". The process will be as follows: Excel when…
excel-vbaasked Stephen Willians 82 -
0
votes1
answer127
viewsA: Application sent twice the same message
In the method that responds to a new message I used a condition to reply: public void skypeId_MessageStatus (IChatMessage msg, TChatMessageStatus status) if(status == TChatMessageStatus.cmsReceived)…
-
0
votes1
answer127
viewsQ: Application sent twice the same message
I’m having a new problem with the skype library (skype4com). Actually there are two problems. I’m doing my application in WindowsForm (C#). I made an app to send automatic reply in skype. private…
-
1
votes0
answers32
viewsQ: Identify skype instances using SKYPE4COM.dll library
I’m working on a project C# WindowsForms and using the library SKYPE4COM.dll. I made an application that looks for an instance of skype running, the problem is that when assigning the instance as…
-
0
votes2
answers272
viewsA: Using Unity 3D tags?
I think you should try it this way. Search the game Object by name, because if you search for the tag, maybe bring all the game Object with different names but with the same tag. GameObject…
-
0
votes1
answer105
viewsQ: Combobox loading wrong array information
I made an application in C#(Winforms) to load the marks according to the type of vehicle that is selected (car, bike or walking)in a combobox. I put in a button the following code: private void…
-
0
votes1
answer1462
viewsQ: How to run a URL by passing C#parameters
Hello, I’m doing for study purposes, a way to search for and bring vehicle information from the FIPE table straight from the api(http://fipeapi.appspot.com/). What I’m unable to do at first is run…
-
2
votes1
answer1438
viewsQ: Consume API fipe in C#
I’m doing studies in C# and Mysql. I created a combobox calling for Marca and another call Modelo. I want to run the FIPE api to look for vehicle makes and models. There is this address below…