Hi,
I have a virtual keyboard that works in English and in other languages.
My problem is that when I try to write in a different language other than english, and the computer language is on English - it sends the letters to the screen in english.
And vice versa - if I'm writing in english...
I want to generate a random number, in different ranges (for instance between 0-100, -100 to 100, or 0-1).
Is there a function in C# with which I can do this?
if not, then how can I do this in C#?
Hi,
I have an application in VB6 that is installed each time in a different language. I do this using a resource file that has different languages. The resource file is built this way: index 1-100 are labels/captions etc. in English, and indexes 101-200 are in a different language, indexes...
I have an application in which I want to create an XML file.
My XML file looks something like this:
<?xml version='1.0'?>
<components>
<component name="A">
<a>1</a>
<b>1</b>
<c>
<c1>19200</c1>
<c2>8</c2>
<c3>None</c3>
<c4>1</c4>
</c>...
Hi,
I have an application in which I have some general definitions that I need to use in different classes in the application.
What I did was create a class named Definitions, that looks like this, for example:
public class Definitions
{
public string id1;
public string id2;
.
.
.
}...
Hi,
I have a C# application that I want to run on another computer that does not have .Net Framework on it.
How can I run this program?
I don't want to Install .Net or Visual Studio on it..
Thanks
I need to write an application that amongst other things, opens/closes serial ports and reads/writes from them.
I understand that in the Visual Studio 2005 .Net framework there is a class called SerialPort that handles all this.
I would like to write a class in C# using the beta version of...
Hello,
I want to write a project in the .Net compact framework (in C#) that displays controls, and I noticed that the .Net compact framework does not support all of the windows forms controls (for example: DateTimePicker, colorDialog controls etc.).
Is there a way that I can use these controls...
I have a C# project in which I need a control, similar to a tab control - only with the tabs on the bottom. and not on the top...
For example - something similar to the spreadsheets separation tabs in an excel project.
Anyone know how to do this?
Hi,
I have a dll and a C# application that uses that dll. My problem is that I want to debug my dll, and can't managae to do so.
For example - my application calls a function called open() which is defined in the dll, and I want to debug the open() function, but it won't let me...
By the way...
Hi,
I am new to C#. I have to write an application in C# that has several forms and controls on them, and I am in the structural design phase of the project.
If I had to write this project in VB I assume I would use a standard or class module at some point...
I wanted to know if C# has...
I have a form which I display in datasheet view, with a few fields, and one of the fields is a date field taken from a certain table (let's say fldDate1). What I want is to have a new field on the form (let's say fldDate2 which is unbound) that calculates [fldDate1 + 30 months] for each record...
I have a form in datasheet view which I want to print. The problem is that when I print it, only the first record is printed. It selects the first record and prints only it. How can I print all the records?
I have a form in datasheet view which I want to print. The problem is that when I print it, only the first record is printed. It selects the first record and prints only it. How can I print all the records?
I have a button on an access form that, when I press it, opens a folder. My problem is that this folder is on a network drive, so the path to it changes from computer to computer (for example, on one computer this drive is the C: drive, and on another computer this drive is the F: drive). How...
Hi,
I have a text box into which the user enters a date (in the dd/mm/yy format), and I check the input with the IsDate function. My problem is that when the user enters the date: 10.4.99 the IsDate function returns false, and when the user enters 10-4-99 the IsDate function returns true. Also...
I have a table in ACCESS97 which contains a list of names in Hebrew. I want to sort the list in alphabetical order, but for some reason it sorts all the entries EXCEPT ONE in alphabetical order. One entry which should be 7th on the list (out of 9 names) ACCESS always puts it first in the...
I don't know if this is the right place to ask this question, but you guys have helped me out before so...
At work, there's a presentation written in Flash, and now we want to make some changes in it, but we don't have the source code. So the options are:
1. rewrite the whole thing in Flash.
2...
I don't know if this is the right place to ask this question, but you guys have helped me out before so...
At work, there's a presentation written in Flash, and now we want to make some changes in it, but we don't have the source code. So the options are:
1. rewrite the whole thing in Flash.
2...
I have an application that is installed on 2 different work stations. When the application is activated I need to know if I'm working from test station1 or from test station2. How do I do this?
Keep in mind I'm using VB5.0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.