How to randomize groupbox
So far I made 5 different group box with different image using the toolbox, group boxes has similar location and size. Can anyone help me how to view it randomly when I run my program? c#. Thankyou guys
View ArticleUpdatecod
Anyone please tell me the meaning of these code at update. I dont know how to edit it UPDATE NFTB SET TIME_IN = '@REMARK', TIME_OUT = '@TIME_OUT', CHECKED_IN = ?, CHECKED_OUT = ?, IN_ON = ?, OUT_ON =...
View ArticleHow to print the a statement using $_POST using the if statement
The instruction is like this: There is a form, a text field in which the user will input his/her name. if the name is input and the submit button is press then the value is pass to another document but...
View Articlewhy is auditing of files stored on a cloud server important ?
a detailed answer will be apprecieted
View ArticleSearch from TextBox
Hi! It's my very first time to be registered in this forum. I'm starting as a new in C#.Net world. On my button I wrote this code below I can make a search easly through my wroten codes. But I would...
View ArticleWhat approach works best?
I studied SQL from w3schools, worked my way through the basics of querying and joins and managed to work in a good but a non-IT company after I graduated fresh from the university. The...
View ArticleHow can I make image visible within the groupbox?
Hello I have an image that can be move using arrow keys. Problem is image is behind the group box. Question: How can I make this image visible within the group box? HELP. c#.
View Articletrying to understand List<>
hi all , i know i have posted in XNA but i feel this is just general C# so i am posting a different question here i am trying to get my spaceship to shoot bullets, i have created a new list which is...
View ArticleAbstractTableModel
Im trying to pass an arraylist in a jtable by using AbstractTableModel and i have a question about this code.I know its a stupid question but.... public Object getValueAt(int row, int column) { // is...
View Articlepsuedocode into flowchart
Start input: userLogin Prompt: "Enter your Login ID" input: userPassword Prompt: "Enter your user password" output: "Enter your login ID and your user password" userLogin & userPassword input:...
View ArticleCalling the procedure at the same time
There is a button for calculating score in website. Each time the user click this button, it will call the Oracle procedure to calculate score. The process of calculating score spends almost 2 minutes....
View ArticleLogical circuit and logical gates
I was proposed a project that sounds like this. Consider a set of logical gates like AND, OR, XOR or NOT. Allow for building any logical circuit by connecting such gates. Provide input (0/1) to a...
View ArticlePrinting only the first page from a PDF in VB.NET
Hey guys, I'm in need of some help. So I have to select a folder, and then all pdf files that are in that folder have to be printed. Not that hard but here's the catch: I only have to print the first...
View ArticleLAPACK - singular matrix - what does the number in "info" mean
Hi, please can you help me with Lapack implementation. I have used zgetrf for LU decomposition but the info (error integer) is not zero - info=2. I understand that when info > 0 than the matrix I...
View ArticleHelp in Dynamically created Textfields n combo boxes.
Hi, I am using Java with Swing for UI. I created several textfields and combo boxes dynamically upon lost focus of the previous row of textfield. I will have to change the combo box selection of some...
View ArticleData entry form datagridview and update form error
hi, i have a data entry form with a local .sdf database file attached and there are tab pages, on tab1 is the data entry form and tab2 is the search with datagrid, there are two additional buttons,...
View ArticleHelp with storing events
Hey, In my game, every time the player reaches the next 'node' along the path a random event happens to them. In order to keep the gameplay interesting I need to have lots of events (a few hundred)....
View ArticleEnabling multi line listing using listbox?
Hi guys, I have a series of long text that I need to list in a listbox in VB6. However, I want it to be listed in multi line as the width of my listbox in my interface is quite narrow. It can only...
View ArticleVB.Net FastColoredTextBox Save and Open File
Hi im Mineox and i have a question. Im new to VB.Net programming i used to programm in VB6. So i need help with a open and save fastcoloredtextbox here you can see the post and download it CLICK MEA So...
View Article'Date::Date()' is private
I cannot run this program because 'Date::Date()' is private and error at 'Date toDay' in main. However if my members are in public, not private then I get no problem. Can someone please tell me what my...
View Article