DevComponent Problems in VB.NET
Hellow,,, Problem in DevComponents, Im using devcmponent in my vb.net application, my form look like wonderful in the project, but when i debug the project, at that time its look like normal form, You...
View ArticleNewbie Question, Apps vs Bots
Hello Lovely People ! How is everyones week? I hope the answer is Great ! Well I had a simple, somewhat opinionated question to ask, and just wanted some input. As some of you know, I am a freshman in...
View Articleclass error
class BoundedQueue: # Constructor, which creates a new empty queue, with user-specified capacity: def __init__(self, capacity): self.__items=[] # Adds a new item to the back of the queue, and returns...
View Articlequestion: how string and hexadecimal
i have the following string: "4ca00ff4c898d61e1edbf1800618fb28" and i want python to 'see' it as hex in other word i want this string to be 16 bytes instead of 32 while keeping its value. I have solve...
View ArticleLearning how to code!
Hello! I am interested in learning how to code and I decided I wanted to do a little personal project that a friend recommended I try. I want to make a code that when executed will write letters, in a...
View Articleconfused about overloading, loops
I am trying to complete a task for overloading and I have the code below. my task is to be able to enter 2, 3 or 4 integers and have the program average them out. I have it set to enter 2 integers but...
View Articlecreating objects of classes
Hello, Ok i am totally braincramping here.. If I have 2 classes (class A and class B ) I want to reference class B from class A so I do this: classB B = new classB(); then i use A.xxx to reference into...
View ArticleSorting vectors
Alright, new question time. Program needs to accept in names and scores from the user, store them in an array, and then print them out in descending order (for the scores) and ascending alphabetical...
View ArticleAuto populate item on addnewitem
Hi I have a form with a label on it. I want to set the text property when I click on the addnewitem icon on the tool strip. I have the following code on the click event: Private Sub...
View ArticleReduce product quantity after sucessfully placed order
Hi! I am really new in vb.net programming language so im using visual studio 2012 LightSwitch to make some simple stock management system. I have a problem with controlling stock quantity after make a...
View ArticleUsing getRect method to obtain the bounding rectangle for an oval
// how can i obtain info from getRect to forfill my program. I want to create a circle on the grid that's clicked on import java.awt.*; import java.awt.geom.*; import javax.swing.*; import...
View Articlewhy does my program update more than once?
hi all , so im making a small 2d game , i have a spaceship than shoots once at a enemy and it dies,score goes up etc , but i trying to make it so the enemies have there own health , my problem is the...
View ArticleConvert BeginInvoke(Function) from vb 2010 to vb 2008
Hi, i need your help to convert fragment code from vb 2010 to vb 2008. i only have visual studio 2008 and i must developer a application with your codes and examples. The follow part code what is red...
View Article[Question] Solving matrices of Stiffness Method
hi every one i have problem in vb.net, solving a matrices-equation with the following scheme: |- -| |- -| |- -| | Q1 | | 3 1 0 9 | | 0 | | Q2 | | 3 3 0 9 | | 0 | | 3 | = | 4 0 0 7 | x | D1 | | Q3 | | 6...
View Article[Question] Solving matrices of Stiffness Method
hi every one i have problem in vb.net, solving a matrices-equation with the following scheme: |- -| |- -| |- -| | Q1 | | 3 1 0 9 | | 0 | | Q2 | | 3 3 0 9 | | 0 | | 3 | = | 4 0 0 7 | x | D1 | | Q3 | | 6...
View Articlelinking error with header files
Hey all, I am still having trouble with some linking errors with user defined header files with the source code for my program. The code that I am working on is an error display source file which has...
View ArticleJButton Size doesnt work GridLayout
Hello, i tried to create a GridLayout with 2TextAreas and 1 Button but the button always fills out the whole field even with setPreferredSize why is that so? JPanel erklärung = new JPanel(new...
View Articlesorting challenge help
I have an assignment in which I have to implement mergesort under these certain constraints that I'm having a hard time figuring it out. I can implement the merge sort function just fine just under...
View ArticleQuestion - formatting textboxes and inserting values into database
Hi, I am creating an online interval report for my employer - our programmer is no longer with us. Have some Java knowledge and touched briefly on VB and .Net so I was handed this assignment. Pretty...
View ArticleStarting a System Restore
I've been reading around on a few guides for creating a system restore point and creating a list of points from the registry. However one thing I'm not 100% sure on is actually running a system restore...
View Article