Questions tagged [winapp]
97 questions
0
votes
4 answers
How to delete a file used by other process
Here's the deal.
My WinApp is running, right? in let's say process 'A'.It creates a file and keeps the handle (keeps the file open for writing, this is a must).
Then it starts other msbuild process, let's call it 'B'. This process is started with…

sebagomez
- 9,501
- 7
- 51
- 89
0
votes
1 answer
Dynamically add Image to ImageList that lasts in C#
I have this code to add an Image to ImageList :
imageList1.Images.Add(Image.FromFile(path));
I want to somehow save the image in my application(resources maybe?!) just like the way you add Image to ImageList at design time so if I move my…

nAviD
- 2,784
- 1
- 33
- 54
0
votes
1 answer
Resource files error in c++
I need some help with resource files. I don't understand the mistake I've made in this files.
resource.h line 5 error: unqualified-id before numeric constants, resources.rc line 6 note: in
expansion of macro 'IDI_MYICON'
main.cpp:
#include…
0
votes
1 answer
Retrieve updated data from Database
I have an application without sources, using MySql DataBase 3.23, C# .net-4.0.
I can't update to the new version, and, I must retrieve the new data on update table. The trigger can't be used for this version. Of course I have user and password for…

Gianni Giordano
- 143
- 1
- 2
- 13
0
votes
1 answer
How to upload/run custom Windows Application on Azure Remote App
I am working with Azure Remote App service. I can already use the default published applications on Remote App collection. But I want to upload my own windows application on Remote App collection but have no clue on how to do that.
Could some one…

V.B
- 1,191
- 7
- 29
- 55
0
votes
1 answer
WinRTError: Class not registered
I'm new in TypeScript.
I'm getting error when trying to instantiating the class.
Below is my sample code, actual code is different can't share.
module ABC {
export class A {
public execute(action: string, data?: any,…

Kishor
- 201
- 2
- 12
0
votes
0 answers
How to start to use "using NativeWifi" while creating Desktop Windows App
I cannnot find how to add "using NativeWifi" for Windows 7 Desktop App (Windows Form or WPF App) in the project of Microsoft Visual Studio 2013 Professional. There is the description…

Darius Miliauskas
- 3,391
- 4
- 35
- 53
0
votes
1 answer
How to get a active file/Application Complete path with file Extension
i am trying to track active Application/File on my system using Windows application(c#).
[DllImport("user32.dll")]
static extern IntPtr GetForegroundWindow();
[DllImport("user32.dll")]
static extern int…

A R S
- 33
- 2
- 17
0
votes
0 answers
Problems connecting to sql server
I wrote an app in vs 2010, win 7, 32 bit sql server 2008. The sql server is on my local machine and i can connect just fine. The destination server and workstation for the app is 64 bit. The destination server is windows server 2012 r2 64 bit and i…

Craig
- 1
0
votes
1 answer
How to make windows program to send sms via android mobile?
I have to make a .net Windows application through which i can send sms through An android mobile connected via Usb. Is there any code or api similar to send sms Like AT Commands in Nokia Mobile.
I have to send texts through phone. i.e. phone must…

Er Mayank
- 1,017
- 2
- 16
- 39
0
votes
1 answer
Win RT - updating view when item in observable collection changed
In my windows store app I have a gridview with data source set to Observable collection. When the item is added or removed to the collection everything works fine and view is updated. However when property of item of the collection is changed, the…

marek_lani
- 3,895
- 4
- 29
- 50
0
votes
0 answers
Logging user input and with user input besides
How to
record the user keyboard input (when they are typing)
shows a small interface beside the windows for words suggestion
for Windows
just like the following?
I am thinking using C#, (if java or C or C++ has an answered, I am interested also,…

william007
- 17,375
- 25
- 118
- 194
0
votes
1 answer
set divider between two columns in janous grid
I have a janous grid , and i need put divider between two columns or set thick line between columns.
how to do it?

Iraj
- 1,492
- 5
- 18
- 42
0
votes
2 answers
Windows Store C++ apps cannot create files using fopen() under Windows 8.1
We have several Windows 8 Store C++ apps that need to maintain configuration and data files.
Files are written in subfolders of Windows::Storage::ApplicationData::Current->LocalFolder.…

Xaxx
- 127
- 11
0
votes
1 answer
"Error in saving file". Exception thrown while running the EXE
I have developed a C# windows application. It reads data from an excel file and writes to a new excel work book. Created an EXE for this WinApp. If i run the application or EXE from the local machine, its working fine. Saving the new excel into my C…

Venil
- 83
- 2
- 4
- 9