3,842 Topics

Member Avatar for
Member Avatar for tonycoleman

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 …

Member Avatar for pritaeas
0
49
Member Avatar for clementer

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 …

Member Avatar for rproffitt
0
235
Member Avatar for Brakxee
Member Avatar for 44kerrnilly
Member Avatar for 77goldiesingh5
Member Avatar for Aurora51x

|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.

Member Avatar for rproffitt
0
175
Member Avatar for Muskan_9

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

Member Avatar for rproffitt
0
35
Member Avatar for Jennyfer_1

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 …

Member Avatar for rproffitt
0
17
Member Avatar for Andrew_77

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 …

Member Avatar for rproffitt
0
299
Member Avatar for Billclinton

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

Member Avatar for rproffitt
0
50
Member Avatar for Sri Meenakshi

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 …

Member Avatar for Naheedmir
0
194
Member Avatar for JackSterllING

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.

Member Avatar for rproffitt
0
44
Member Avatar for Omar_17

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?

Member Avatar for rproffitt
0
109
Member Avatar for Bilal_26

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 …

Member Avatar for rproffitt
0
33
Member Avatar for Adm666

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?

Member Avatar for rproffitt
0
40
Member Avatar for ky123

May i knw how to write a program that can set goal, record food/drink consumed and record foodcomposition???

Member Avatar for Prasad_9
0
112
Member Avatar for DessarieMae

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

Member Avatar for rproffitt
0
43
Member Avatar for Chris Nicola

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 …

Member Avatar for rproffitt
0
80
Member Avatar for runi

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 …

Member Avatar for rproffitt
0
53
Member Avatar for aadesh113

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 …

Member Avatar for Naheedmir
0
55
Member Avatar for yorekaa819
Member Avatar for rproffitt
0
510
Member Avatar for Peter.W

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 …

Member Avatar for Peter.W
0
347
Member Avatar for Al imtaz ideal Trading Est

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 …

Member Avatar for rproffitt
0
44
Member Avatar for Chris Nicola

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 …

Member Avatar for rproffitt
1
128
Member Avatar for Royvip

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

Member Avatar for Dai_6
0
154
Member Avatar for TheofaniaLiv

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.

Member Avatar for rproffitt
0
256
Member Avatar for ekstrovrtn

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 …

Member Avatar for HelpingHands-IT
0
414
Member Avatar for Roy_11
Member Avatar for Hamzah_4

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 & …

Member Avatar for John_165
0
59
Member Avatar for Pescadore

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 …

Member Avatar for rproffitt
0
62

The End.