3,842 Topics
![]() | |
Hi All, I dont know if anyone could help me, I am going slightly mad. I have been following some online demos of creating a simple application using VB.NET / Visual Studio and MYSQL database. I have setup the MySQL database and that looks fine, I would like it to … | |
I have an array list that looks like this. 8.1,6.5,4.4,3.2,1,8.9,5,1.4,0.1,1,8.7,6.2,4.3,3.2,3 I would like that my program selects every 5 numbers randomly. for example to select 8.1,6.5,4.4,3.2,1,8.7,6.2,4.3,3.2,3 as you can see it selected 5 numbers from the begging and 5 more from the end and saves them Random random_method = new … | |
These are the topics relevant to my field of study | |
runtime failure is a big issue | |
I think it's windows 7. | |
|Visual Studio C# Windows Form Application| I'm trying to load and save multiple comboboxes selections to a XML file or file to a specific location using diolog box to know where to save and load. Any help will be appreciated. | |
Hey , I am a begginer in vb.net and I want to retrieve my data from access database as well as manipulate indivial record according to my choice..Can you help me with this Thanks & Regards | |
Private Sub delete_Click(sender As System.Object, e As System.EventArgs) Handles delete.Click Try Dim con As New SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=D:\JENNY PROJECT\JENNYFER\SMS project\SMS project\Database1.mdf;Integrated Security=True;User Instance=True") con.Open() Dim query As String query = "delete from course_tabl where c_name='" + ComboBox1.Text + "'" cmd = New SqlCommand(query, con) dr = cmd.ExecuteReader MessageBox.Show("Do you really want … | |
Would you mind if I troubled you for some help? I’m working on an NDA’ed project and we’ve been asked to try and address a problem which is currently causing some pain. Imagine there was a merger between two blue-chip communications/media companies, and Company A was offering discounted deals to … | |
A company by the name focus computer system has a standard rate of 1.6% of the salary of every employee Write a c program that accept employee salary as to display the rate amount after it's application | |
Hey guys, I have a Compaq presario C700 which is quite old. There was a power fluctuation at place due to which the laptop was shut down suddenly. It is not starting up now, nor is the fan working. When I switch it on, the led lights pop up, but … | |
The thing is to create a c++ program which recieve these coordinates x1,y1,x2,y2 in order to build an empty rectangle made of asterisks or whatever. I'm a beginner, so I need your help. Thanks. | |
I want to connect 3 or more devices with one adminstrator device (PC) by using router for the network connection. The PC Windows 8 Should i use server program like Filzila or something like that, or can i do without. I have to do? | |
Write a program which asks the user to open a bank account either Current or Savings. Your program will display the following menu at the start: Press 1 for Current Account Press 2 for Savings Account On the selection of account type, the user will open an account by providing … | |
i want to get familiar on using abstract classes and interfaces in C#, i've read about how they work; trying to understand how And when to use them. what simple programs or project ideas that i could practice on the use of abstraction and interfaces? | |
May i knw how to write a program that can set goal, record food/drink consumed and record foodcomposition??? | |
1. 4 text box 2. 4 label 3. 3 command 4. code A. draw and label the object B. write the following step (data base) C. write the following codes | |
I have a Gateway P6822 that has been upgraded with an SSD running Win 10 64 bit. Recently it started hanging on the startup screen. This is the screen that apears after pressing the power button that says press F2 for bios setup and F10 for Boot options. Sometimes it … | |
I have a logfile like this, and I need to extract filenames. For File 1 of 209 - Need to extract **"01021997_0011708_ENDTREQ_111114.ica"** from the line "Src info : D:\Test\ica\01021997_0011708_ENDTREQ_111114.ica" where it has "Save : Can't save file! Error code = BADI (Bad image file)" File 2 of 209 - Need … | |
Would it be bad to use a aio cooler (even if it is a reliable one like corsair) for 10 years or more? I would not have the pc running constantly, only when I am using it for gaming. Also, does it increase the chances of the water coming out … | |
I already have mechanize but it said that I dont have the module name of mechanize what should I do? And is python | |
I run Python 3.x on a Windows 10 laptop and I have a daily routine that involves opening three Python scripts in succession, and running them all concurrently, each one in its own, separate instance of Idle. I have been wondering whether I could automate the entire process. I imagine … | |
i have a small app created using Vb6.0 almost 20 years ago due to some pc problem deleted. i have manage to locate the Exe file and access Mdb files. i have tried to use in new pc but giving following error Msgs. frmkunde Form Load:fehlernr13 Type mismatch after pressing … | |
I have a Gateway P-6822 that I recently upgraded from Vista 32 bit to Win 10 32 bit and fitted an ssd. There are some unexplained BSOD's I am troubleshooting. The current bios revision is 94.25. There is a new bios in the downloads section for this machine listed as … | |
I need a software that can automatically log into a series of accounts to a website, available data acount list, we need software to automatically log in continuously to check whether the account is alive or dead and check. check nickname in the game, and amount in the account | |
So i have to create a programm that reads 7-49 numbers and makes all posible combinations (6 number each) from the given numbers. Do you know how can i do this? I dont ask for the code ready but i cant think of a way i can create the combinations. | |
Hi. Just bought a new pc,intel i7 2600 (integrated intel hd 2000),4x2 ram,1tb hdd. Worked normal for a couple of hours of gaming (ETS2,idk if its cpu heavy)then suddenly it turned off.Waited for a couple of minutes then it turned back on normally. Weird i thought but alright. After some … | |
Who Are NetSuite Implementation Partners – Why Do You Need Them? | |
The program of the mini project MUST consists ALL of the following: i. Function (that INCLUDES: value parameter & reference parameter) ii. Selection (that INCLUDES: if, if-else, if-else if & switch-case) iii. Repetition/Loop (that INCLUDES: while, for & do-while) iv. Array (that INCLUDES: One-Dimensional with the use of loop & … | |
I want to store startup settings for my projectd. When I go to the project properties/settings, it's empty except for a link that says, "This project does not have a default settings file. Click here to create one." When I click the link to add one, it says "The system … |
The End.