Automatic Answering Machine / When User receives Hello?
Dec 28, 2009
I'm trying to develop a decent answering software that can reply to anything that the person inputed. For example this would be in a chat software, when the user receives Hello? the chat program would reply to the sender "Hi, how are you?" or what ever the person away has set up.[code]
View 4 Replies
ADVERTISEMENT
May 13, 2010
My request is a difficult one. What I wish to do is unlock a machine when my program recieves a command. I have searced a lot and found nothing which helps. The reason I wish to do this is simple. I have created an application which allows me to send SMS messages to my computer via twitter. One of the commands is to lock the work station. This was implemented without any problem. However, I do not know how to unlock it when the application recieves the unlock command.
View 22 Replies
Jul 15, 2009
Here is my problem. I'm not sure I am doing this correctly but I have two arrays [ strMonths(0) = "January"] etc. for each month and another one that receives input from the user concerning the amount of rainfall for a month. [decRainfall(0) = CDec(strMonths(0))] etc. for each subscript
The app. returns total rainfall for the year, average rainfall, maximum rainfall and minimum rainfall.The max. and min. should return the number that was input by the user and the month associated with that max. and min.I have everything working except for the month string being displayed (returned) after the max., min. number in the labels.
View 4 Replies
Apr 18, 2012
I am designing an Windows application in Vb.net. When ever I run the application it needs to check the current time and remind me some tasks which I have defined. In what way can I do this.
View 1 Replies
Mar 10, 2011
I have built some simple software using vb2008 and excel to automate the process of ordering material and keeping track of work in progress at my business...Once the product is complete, it moves into a stock room and waits for invoicing.I have a dedicated accounting package that is far more advanced than what I can program...I want to know if there is a way to control this package as if a user was moving around the screen and clicking and inputing info?Or another means of control?
View 5 Replies
Jun 3, 2011
I'm using MS ACCESS for my dbase..i have a tblborrow where you can find transac_num ..now, i have in my form a label which here, you can see how many transactions you have done already(i'll name it sa lbltransacno) and a save button..what i want now is that.. every time the user save a transaction.. the lbltransacno will automatically go to its next number.. but of course.. the user should fill up the information needed.. if those are not filled up, and he click the save button.. the transaction will not be counted.. how to code it?
View 1 Replies
Jan 17, 2011
I know HOW to use cookies, but how to do so in a Windows Forms Application? What reference would I need to add in order to add cookies to the user's machine?
View 1 Replies
Jan 10, 2011
Is there a method in the .NET framework for finding each user on a machine? I want to copy a shortcut to each users desktop, but first I need a list of each user on the particular machine.
View 3 Replies
Jul 13, 2011
I have made an application using VB.NET which is used inhouse. In order to avoid everytime changing of exe on user's (multiple user) machine I want to use shortcut of exe on user's machine.
Where EXE is placed in one central location(Server).
I am getting bellow error on user's machine :
Request for the permission of type 'System.Data.Odbc.OdbcPermission, System.Data,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Error after clicking on ok button:
Application attempted to perform not allowed by the security policy.Togrant this application the required permission,contact your system administrator,or use the Microsoft .NET Framework Configuration tool.
[Code]....
View 1 Replies
Nov 19, 2009
Is there any possible to get ideal time for a particular user in NComputing machine (one CPU with multiple user) using vb.net?
View 1 Replies
Jul 2, 2009
I have an idea to make user machine no need to install dotnet framework to run a .net program
first,copy all the project refrence(with mscorlib.dll)to the program directory
then,make a bat file,"dotnet error fix.bat",inside the file includes the command that copy refrences to Microsoft.NET directory will the program run like this?how do i test?
View 4 Replies
May 22, 2012
I have form, on which a component is placed, which is inherited from Forms.UserControl. This component, called Panel, handles the layouting as visible in the screenshot below.
The screenshot shows 10 Panels. Each Panel contains its own title bar and visible area, in which any UI can be displayed.When the application starts, the application contains only one single Panel. When the user decides to split this Panel into 2 Panels, those new Panels are displayed side-by-side in the area of the old Panel either horizontally or vertically. Inbetween these Panels a splitter is added, so that the user can resize the Panels. The user can do the splitting multiple times, so that you reach a layout as given in the screenshot above with 10 Panels.
Minimizing and the maximizing the application causes a painting issue as displayed in the screenshot below. The red rectangle indicates the area, where the layout is not displayed properly.
Here some additional information:
1. Windows 7 The issue occurs only on Windows 7 machines. On Windows XP the application is running properly.
2. .Net Framework The application was developed for the .Net Framework 1.1. I upgraded it to 4.0. All warnings were fixed, which occured after the upgrade to 4.0.
3. Layouting Technically The Panel works internally with mutiple Forms.Panel, 1 Forms.Splitter etc. objects. If the Panel is not splitted, it displays the title bar and a visible area below, both instances of Panel. If splitted, the Panel replaces the title bar and visible area with 2 instances of Panel again but divided by a Splitter.
View 1 Replies
Jun 11, 2009
I created setup from VS2005 Setup Wizard now i want to do following actions
-If i already installed my Application then it should show Add/Remove or Repair message currently i am removing from Control panel then again installing.
-I want to run .exe file first when setup Load on User machine.
View 4 Replies
Jun 25, 2009
I have to make probram in vb.net which can use as a audit tool for computers.give the suggestions how can i extract the data from machines such as what user machine contained what type of softwares are in place.
View 1 Replies
Jan 18, 2011
Need to install a font on all user's machines that will use the application I am writing which creates custom documents in Word. It's a barcode font.I've successfully added the font to my solution and set its build action to Embedded Resource and have also successfully written code to check if the font is already installed on the user's system.
View 3 Replies
Jan 20, 2010
I am able to find out when is the last time a user log into a domain but I am also wondering if it is possible to find out what's the machine's name or IP.
In my Active Directory, I see there is an attribute called logonWorkstation but it seems not being used (no value stored)
View 1 Replies
Oct 28, 2010
How do I get the startup folder path for "Current user" and "All user" in VB.net?
View 2 Replies
May 2, 2011
net application. .exe generated is sufficient to use software. since I have 700 MB (~8k media files) data to include as part of installation I do not want to use visual studio deployment wizard.
[Code]....
View 2 Replies
Nov 16, 2010
What i want is :
There is one windows app ( made in .NET 3.5, VS2008, C# ) for Windows XP SP2 & SP3
generally users can change there IP or modify their IP Address.
Now,when my apps starts i dont want users to change there IP Address untill my app stops.
View 3 Replies
May 1, 2010
I am trying to create a slot machine application. I wanted to make a handle like gui so here is what I have:
[URL]
What I want is to be able to let the user drag the red button till a certain point and when they let go of the mouse click the button moves back slowly to the top.Here is what I have so far (I tried my best) :
Private Sub picBall_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles picBall.Click
tmrOne.Enabled = True
tmrTwo.Enabled = True
[code].....
View 3 Replies
Dec 9, 2010
I develop an application using vb.net.application will run on client server architecture.when we try to execute the program in client side then it will give me an error which is related to sqlclientexception.how can i handle this situation.i used vb.net 3.5 as front end and sql server 2000 as back end.i have done total coding with system.data.sqlclient namespace.
View 6 Replies
May 7, 2012
I'm not sure why, but my database receieves a syntax error when I update it. If anyone can explain to me where I am doing something wrong, let me know! I'm not the best programmer, but I am doing my best
[Code]...
View 11 Replies
Jun 17, 2010
How can I make a MaskedTextBox only receives a rational number?The integer part of the rational number should have less than 7 digits; the fraction part of the number should have less than 4 digits.The following examples are valid:
100.23
123456.434
234
0.7
View 4 Replies
Oct 21, 2009
i have database(ms access)in my web site i would like to get email stocked in my database to my programm(vb 2008)
View 5 Replies
Jul 4, 2010
I want to make an app in VB Express 2010 that receives emails. Once an email is received the program would auto reply and send one line of text from a textbox. Then next to the line in the textbox it will put the email address of the recipient and a forward slash. So look at it this way.
Textbox1.text Contains
87077-91290-20228-65481-60901
69214-41847-57634-63453-48975
[Code]....
When that finishes then the next email that comes in would receive line 2 in the textbox and line 2 in the textbox would change like above. I think i can use a message queue from the tools in vb. And the email client is gmail.
View 3 Replies
Jul 8, 2010
i am trying to modify or make it some more different by making it general. I want to apply same action to all the textboxes in form without write code for each one... how many i dun know. As soon as i add a textbox in my form it should behave with similar action of selecting.
View 2 Replies
Dec 21, 2010
I've inherited a lot of custom made software for an office, and, while managing it, I've found it performs differently from machine to machine.I mean, some controls get painted in weird ways in some machines but well in another, or just work differently, like in some machines clicking something selects it, and in the next machine clicking the same thing makes it editable.I suspect, o course, of the myriad of DLL the software loads
View 2 Replies
Apr 15, 2010
I need to create a program that sends & receives data via rs232. I have done it many times in VB6 with easy.
Why is so hard in vs2008?
I managed to send (or so I think). Because I can see the LEDs flashing on my board connected to the pc. But I do not get any response back from the board.
The reason I do it in vs2008, is because I need the program to run on a PDA. But to understand how rs232 works in vs2008, I just created a simple program for the pc to talk to my board.
for example, I send:
SerialPort1.Write(Chr(2) & "I" & Chr(3)) and I expect back (into a textbox), a hex string 25 characters long.
The board also send data to rs232 sometimes, without me requesting it.
View 6 Replies
Aug 25, 2008
I have an application that inserts data to a sql server db when it receives input. The problem is that i see many duplicate entries in the table. I have checked my code and it shouldn't do that:
[Code]...
View 4 Replies
Sep 12, 2009
i have to send emails when a person recieves a personal message on my website and for that i use a StringBuilder to create the HTML markup of the email.also since it is required at many other places as well i have made a Shared Fucntion (i am using VB.NET). now my only concern is that since shared functions are shared among all objects and maybe asp.net sessions, can it be possible that before one person email is being formed and another person access the same function, it would cause the data in the stringbuilder to be overwritten. currently my site doesn't have many users but can this become an issue in the future...please advise me on this...is there any better way or standard procedure to follow when using shared functions.also at one time i made the mistake of using a shared connection object and it would cause close if many people were to access it
View 3 Replies