Create Software In Standard Form Which Has A Higher Probability To Run In All Pc's
Apr 10, 2011
I am making a new vb.net project . And 1 thing i have noticed many times is The software that i make in high resoltion computer lloks crap in computers with monitor resoluton of 800 by 600.Is there any way we can create software in standard form which has a higher probability to run in all pc's...I can think of 1 way i guess using monitor height and monitor width from properties and then adjusting form size relative to that
View 2 Replies
ADVERTISEMENT
Sep 27, 2010
We have a .net win forms application, using .net 3.5. Application runs from a terminal server, users access it with Citrix client. when users run this app memory usage goes higher and hiher and it never comes back. even tough we put objects with dispose and set to nothing also the memory usage is not comming down. it starts wuth 75 mb and goes up to 500 mb. it is a 32 bit application.
how can we find the exact problem with the application. the bahaviour is almost same when we run our development box locally.
View 5 Replies
Jan 26, 2010
I need help with my forms developed in vb.net 2008. If I run a form in any machine (regardless of xp/vista or Win 7) whereby the DPI is set higher than normal then the size of most of my forms goes haywire. For example: I am attaching 2 screenshots of my updater program. One screen shot shows program being run in normal dpi and the other one shows it being run in higher DPI settings. In the latter case the form sizes shrinks and it looks so weird. In some other forms the controls go haywire. What should I do to ensure that forms looks ok regardless of what ever DPI a user sets in his OS?
(Note: some texts in the screenshot have been edited to protect privacy).
View 10 Replies
Apr 7, 2006
I want to create a win32 dll by vb.net, but do not know which project i will create.
View 2 Replies
Aug 3, 2010
I'm just wondering if its even possible and if there is a code out there that can do this:
[Code]...
View 4 Replies
Jun 17, 2009
I'm new to Visual Basic with no programming in my background. I've created a application without to many problems until now. I've looked around msdn but could not find any tutorial on how to create a "standard" save file dialog box. What I have found is some instruction with a lot of assumptions made such as I've done this before.
View 9 Replies
Mar 21, 2011
I have been wanting to start a new project for a while but have been putting it off now because of a few thing's.
1) It is something i have never tried before.
2) Right now the probability side of the application would be beyond me.
How ever i say to myself. I have no time limit it needs to be completed in. I would be expanding my knowledge along the way, and it seems like an interesting project to be working on.
The idea it self is similar to drug wars(it's only a game so no comments )
Depending on a new day, different location the price will vary. How ever there is obviously a set likely hood range the price will fall in, but obviously can go above/below this. Also need to take into consideration random events. Police raids, Being attacked, loosing inventory etc.
View 7 Replies
Dec 15, 2011
I build program to launch application(launch application can as local profile or can as network credentials) using Advapi32 "Create Process WithLogonW".but I got the problem, I can't capture message of standard output(Stdout) and Standard Error(stderr).could everyone help me how to capture message and the code?
View 1 Replies
Oct 25, 2011
im trying to create a program that will convert between metric and standard units.I chose length as my measurement so i have nanometer,millimeter,centimeter,meter,hectometer,kilometer,inc,feet,yard and mile.i wanted the input to be
- number to be converted(text box)
-unit number is in(combo box)
-unit to convert to(combo box)
i know how to do combo boxes,buttons and labels and stuff.The output is the converted number this is what i have so far but its soooo wrong?
Public Class Form1
Private Sub Convert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Convert.Click
Dim Inch, Feet, Yard, Mile As Integer
Dim Nanometer, Millimeter, Centimeter, Meter, Hectometer, Kilometer As Double
[code]....
View 1 Replies
Sep 14, 2011
My applicaiton makes use of the Event Log to log exceptions and Informational messages, however when logged in as a Standard User who has limited access, I am receiving the Exception[code]...
I understand that the Event Source cannot be found in the log I am writting to (Application) and the application is attempting to create the Event Source but before it can be registered all Logs need to be reviewed to make sure the Event Source isn't already in use.
My question is how should I go about creating an Event Source that can be used by Standard Users? The application will be operating on a corporate network whereby we lock down all users to the least required privellages.[code]...
View 1 Replies
Feb 4, 2009
I am having a bit of difficulty figuring out a way to calculate the weighted probability (weighted "random" numbers) and apply it directly to the selection of a given line of a text file. In short, I wish to have a text file, where each line has it's own probability of being chosen (obviously not all would be the same). I wish the probability to be dynamic, and based off of thirds. As in, say I have 9 lines in a given text file, and I wish to weight the probability of the first three to be significantly higher than the 2/3 and the 3/3 portion of the text document.
Example:
Line 1 20%
Line 2 20%
Line 3 20%
Line 4 10%
Line 5 10%
Line 6 10%
Line 7 3.3%
Line 8 3.3%
Line 9 3.3%
With the above logic, first 1/3 of the lines = 60% sum total, middle 2/3 = sum total of 30%, and the last 3 are a sum total of 9.9% repeating. How would I go about achieving this dynamic assignment of probability, and choosing them randomly, based off of the given weight?
View 3 Replies
May 27, 2009
I usually use standard button and do the settings like causevalidation etc if required.
i decided to use toolstrip and inserted some buttons but end up that it doesn't do the validation for control and also doesn't call leave event of textbox control.
so my question is, anyway to use regular button functionality for toolstripbutton or there is a way to add regular button on toolstrip.
View 4 Replies
Dec 7, 2009
I want to create a Windows Service using VB.Net, but in VS2008 Standard, you don't seem to get the "Windows Service" template I've used before.
What's the best way of creating such a service, without resorting to using the C++ template?
View 2 Replies
Jun 16, 2010
I'm new but will most certainly be hanging around and maybe even answer some posts in other sections. I have the following issue: I have a vb.net web page that places data into an access database. If I leave one of the fieldS blank, (even though Access has a default value of '0' instead of null) when I click to view the results in another page, the page fails with an error.
"System.InvalidOperationException: The provider could not determine the String value. For example, the row was just created, the default for the String column was not available, and the consumer had not yet set a new String value. etc etc" IF I put any figure in the blank field, even if it's 0, the page functions and works. Baffling. So, the data input page really needs to check, 'if nothing has been entered, automatically append the database with 0. Here's some of the page code: (Standard Record Insertion Wizard within DW cs3, plus Validation)
[Code]...
View 5 Replies
May 3, 2010
how to enable the scroll ..
View 5 Replies
Dec 7, 2011
I have a .NET 2.0 standard Label on my form, well I put some text in it with several lines. But the spacing between the lines are too small.
View 1 Replies
Mar 11, 2009
I am trying to add a TabPage containing a UserControl to a TabControl at runtime, because the number of TabPages to add are determined at runtime.
The UserControl (objDataInfo) is just two Textboxes, two labels and two Radiobuttons, nothing too exciting...
The TextBoxes have their Anchor properties set to Left, Up, Right so they scale with the width of the usercontrol.
The TabPages are added in the constructor of the form, which takes the number of tabpages to create (n) as an argument:
vb.net
Dim cList As List(Of objDataInfo)
Public Sub New(ByVal n As Integer)
[Code]....
So... How can I get the standard BackColor of a standard TabPage?
(I tried leaving out the usercontrol all-together, but the TabPage still has a gray background...)
View 9 Replies
Jan 16, 2011
In VBA you can have a Userform implement a custom interface and only the properties defined in the interface will show in the VBA Intellisense for the Userform. I tried to duplicate this functionality in VB.Net (2010) and all the base Form properties still show.[code]...
View 2 Replies
Dec 5, 2010
When I select a standard windows form at design time, then in the toolbox, under the "general" section, there are ellipse, line, and rectangle, but they are all gray and so can't be used and I can't find any way to make them not gray and thus usable. What am I missing? The help system tells how to USE them but nothing about how to make them accessible, it just assumes they are.
I have no problem drawing a line on a form at run-time but I want to drop one on at design time and can't find any way that's my real problem.I'm not a heavy user of VB.NET so I figure there's probably something simple that I'm overlooking.
View 7 Replies
May 2, 2011
The basic setup is this: VB.NET application, using Windows.Forms, a parent form is shown and the user interacts with that. Now, I want to show a child form, modally, configure that form with data from the parent and have the user interact with that child form and then return information to the parent code.Here is one approach that I have used, but it is a bit awkward. Parent has this code:
Dim cf as Child_Form
Dim initdata(3) As Byte
' Set up initdata[code].....
View 2 Replies
Aug 6, 2009
When i drag the menuStrip control onto my form and use SmartTag to insert standard items , i get only menu Items no Icons .. VB 2008 Express edition
View 7 Replies
Apr 20, 2010
For some reason when i run a script to move an image based on an entered value the image stops moving on any value higher than 10, and i cant figure out why. here is a sample script
Sub RedmoveClick(sender As Object, e As EventArgs)
Dim X As Integer
Dim y As Integer
[Code].....
View 10 Replies
Jun 2, 2010
I have 3 classes: Server, Database, and Table. Each class has a "Name" property. How I want it to work is that each server can have multiple databases and each database can have multiple tables. So in the Server class I have this property.
[Code]...
View 3 Replies
Nov 6, 2010
I've been designing a Interactive Maths Quiz to test students on the modules they've supposedly learnt, but am having trouble getting the textboxes to display the question as i want them.I need to write things like x3 and x-5 but can't get it to work. To get 2 and 3 i copied and pasted off a word document, and that works, it displays it no problem. I tried the same with others and it just displays a box.
View 6 Replies
Sep 12, 2010
We were currently working with our thesis regarding file compression and selected LZW compression. So far, we know how to work on it but we were stucked on how to write a byte.LZW uses 256 and up for the code table because 0 to 255 was used for a single byte.url...Our problem was we don't know how to write a byte higher than 255, s it possible, and read it as it is? Or, different way on how to do it?
View 1 Replies
Apr 10, 2010
I have one webusercontrol for Datepicker. When I am using this control in content pages it works fine. I have many controls in content page (textbox, label, etc.). All controls are inside a table. I have placed usercontrol inside <td>. When I click on an image, the calendar control is showing. But that time this calender control pushes all other controls (textbox, label, etc.). I have set the z-index at a higher value, but still it's not working.
View 1 Replies
Apr 11, 2009
okay say textbox2.text = "8" if textbox1.text is higher then textbox2.text the msgbox("g")so if textbox2.text = ("9") then msgbox("g") would pop up cause it's a higher number but ifit = "7" then nothing how do i do that
View 2 Replies
Mar 24, 2010
Heres my code so far:Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]...
I want the total sum entered for (Val(InputBox("Enter sales amount:"))) that is lower than 1200 to go in a TextBox2.Text and the total sum higher than 1200 to go in a TextBox3.Text.How should I go about doing that? Is there a way of doing it in the Select Case area?
View 11 Replies
Mar 25, 2010
Heres my code so far[code]...
I want the average above 1200 going in a TextBox5.Text and the average lower than 1200 TextBox6.Text.
I've tried stuff like; "average1 = average1 + average" and "average1 = total1 / subject" and average 1 = total1 / subject1". But none of it appears to be working.
View 14 Replies
Mar 11, 2009
I want to say the timer count the time the Process is working so that it Counts always higher on a Label with the Text 00:00:00. So it always go higher by 5ms:
00:00:10
00:00:15
00:00:20
00:00:25
and so on.
View 9 Replies