999 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for zebnoon

Hye there I have to create a Report which get Get Data from Forms controls.Please help with any simple example. thx

Software Development visual-basic-6
Member Avatar for kelvinmunyui814
0
2K
Member Avatar for chenbaoqing

How to open a web page in the background after hiding the browser window in C language

Software Development c c++
Member Avatar for rproffitt
0
153
Member Avatar for 3cats

I have read some threads on this warning and I understand what the warning is and there have been suggestion on how to get around the warning, but how do you code it correctly not to get the error? In my class we are studing namespace,typedef, string functions the assignment …

Software Development c++
Member Avatar for Mahim_1
0
2K
Member Avatar for mihailbog245

Hello, I search many days about this problem. I'm curious if in a text file it's possible to sort words in a language in alphabetical order and in another language to ignore them using ArrayList?

Software Development java sql windows
Member Avatar for pritaeas
1
31
Member Avatar for Tomi1988

Hi! I am not too expert in C++ programming. I created a class (Pig), then I created an object (Jack the Pig). In the function Kill, I call the destructor, but it doesnt't "kill" (destroy) my Jack the Pig, because in the next line, I can feed him. So my …

Software Development c++
Member Avatar for S_915
0
4K
Member Avatar for kaykayandcoffee

I need help on how to calculate the total work hours in a 12 hour format. I have a database that has the columns for the time in and time out as well as the total hours. Try If txtSCANRFID.Text = "" Then Else reloadtxt("SELECT * FROM students WHERE RFIDNumber= …

Software Development mysql vb.net
Member Avatar for Schol-R-LEA
0
90
Member Avatar for Wafflez

I'm trying to get a text at the customer.txt to validate if the customer has already registered Here is my code: import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.util.Scanner; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPasswordField; import …

Software Development java
Member Avatar for Wafflez
0
85
Member Avatar for fx.eko

Hi everyone I have a problem when I run the vb.net program on VS2010 the following error appears: Error while trying to run project: Unable to start program 'G:\TREEVIEW_uc_cr\bin\debug\Treeview_UC.exe' Please help in solving this problem. Thank for advance

Software Development vb.net
Member Avatar for rproffitt
0
154
Member Avatar for mihailbog245

I don't get what's the problem with this Dictionary created using Arraylist and Socket . I get SocketException error I don't know why also I tried to created a method to read.... ClientCode: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import java.util.Scanner; import java.net.SocketException; public class Client …

Software Development java
Member Avatar for JamesCherrill
0
145
Member Avatar for jwatson

I am looking for a tool for create CSV flat files for my eBay abd Alibaba stores. Can anyone please guide me for a best solution? Thanks

Software Development csv ebay files
Member Avatar for pritaeas
0
41
Member Avatar for Navarro_1

I'm making a book system, although I'm stuck. My goal is to let a user input again after the user inputs. ex. User inputs Book 1 then User wants to input another and make it Book 2. Also, I want to let the user return to the main menu if …

Software Development c++
Member Avatar for rproffitt
0
88
Member Avatar for Chris_70

Disclaimer: this is a project work. I might be having issues with the follow but here is what I am doing: push changes to github travils builds image and pushes to docker AWS EKS pulls the image and starts container now my issue is the following variable is undefined: const …

Software Development gui
Member Avatar for pavanbits1990
0
44
Member Avatar for Logang

I am using the code below to populate the DataGridView. I need help in that the Barcode Image is not being generated according to the txtLab.text amd the alphamumeric value. Please see attached image. Thanks Private Sub btnAdd_Click(sender As System.Object, e As System.EventArgs) Handles btnAdd.Click Dim alphaNumeric As String = …

Software Development vb.net visual-basic windows
Member Avatar for rproffitt
1
56
Member Avatar for Vmr_574

Hello all, I have a question I have a list view in eg and there are songs in it now I want when I click on a button that he plays all the music in succession but I can't get that done can someone send me an example? Thank you

Software Development c visual-basic windows
Member Avatar for rproffitt
1
55
Member Avatar for LevelSix

I'm trying to create two car objects, that move across the frame, in opposite directions, at different heights so they don't collide. This type of programming is new to me, and after following the only example I'm provided with, I still can't get this to work. All the code I …

Software Development java
Member Avatar for Rosayu
0
3K
Member Avatar for Wee_396

the codes has to include for and while loops. ![pt_2.png](https://static.daniweb.com/attachments/4/9b458f568973a3531e003a18bd1fac3c.png) ![pt_1.png](https://static.daniweb.com/attachments/4/8dbeaea58f539d123c2f49dcce4872c6.png)

Software Development python
Member Avatar for Reverend Jim
0
77
Member Avatar for katara11

hello everyone , i have a code for selection sort and i wanna modify it to give me a running time , any help?

Software Development c++
Member Avatar for Dani
0
56
Member Avatar for 민성

Picture box picture control is not working using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp3 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } Color a0; Color a1; Color a2; Color a3; private ColorDialog …

Software Development c# winforms
Member Avatar for pritaeas
0
59
Member Avatar for syscore

i know i am missing something simple but i need to have My console output be displayed in a webpage with express and ejs i am getting the UDP in my Console . can anyone help me out. thank you // Javascript import express from "express"; import dgram from "dgram"; …

Software Development express javascript
Member Avatar for rproffitt
0
43
Member Avatar for joshi1984

Hi, I had a longer break, but now I want to continue working on my little project to make my work easier. I have an Excel file which I converted to CSV because there is no Excel on the target system. I would like to search for a number or …

Software Development vb.net visual-basic
Member Avatar for jamesfilipson
3
742
Member Avatar for Hanz Jude

I am writing this program for our activity, but I have Problem at the end line, because whenever I input 'Y' when asked do you want to solve another set, the do repeats but the statement "Do you want to try again is flashed along with the question "Which shape's …

Software Development assembly c c++
Member Avatar for nullptr
0
91
Member Avatar for squirrelly

A classic example of an object is a playing card.There are numerous games that utilize a deck of 52 playing cards; consider the game called Set instead. The object of the game is to identify “sets” of 3 cards from an array of 12 cards. Each card has fourfeatures: 1.Symbols …

Software Development assembly c++
Member Avatar for Naia
-1
12K
Member Avatar for Jash_1

Hello, I just wanted to help with my code here's my questions 1. How can I input "computer" in any in any order and case insensitively and still get the correct output? Here are the replacement COMPUTERS.X 1234567890.X 2. If I input other letters that is not included in the …

Software Development c++
Member Avatar for rproffitt
2
142
Member Avatar for tdba.316

Hi~ I've been stuck with this exercise for quite a few days. It's in a book I'm currently self-studying, C++ primer plus. It is as follow: [CODE]/* Write a program that uses an array of char and a loop to read one word at a time until the word done …

Software Development c++ count loop nested
Member Avatar for Toniolo
1
1K
Member Avatar for Android Oyunlar

how to use splitter to resize container (splitter is inside of it and docked to left,container is toolstripcontainer) in vb.net

Software Development vb.net visual-basic
Member Avatar for pritaeas
0
113
Member Avatar for nurman_1

I want to insert the deleted data into another table (Like table history) in sql server database using visual basic 2008 by scanning QR Code data. What I have done in my source code program is like this; Private Sub btnDel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDel.Click …

Software Development sql vb.net
Member Avatar for pritaeas
0
55
Member Avatar for Jash_1

Hello, I tried to make game where you can determine the winner by inputting their scores i'm just confuse how to count the wins of one team here's my code: #include <iostream> #include <string.h> using namespace std; main(){ int p1, p2, a=4; int wincount=0; string team1, team2; for (int j=0; …

Software Development c++
Member Avatar for Schol-R-LEA
1
235
Member Avatar for vivan_1

I'm trying to manage Splunk with Chef and ran across a problem when using Chef to programmatically start/stop/restart the Splunkforwarder service: The request did not respond to the start or control request in a timely fashion. - ControlService: The service did not respond to the start or control request in …

Software Development java javascript
3
54
Member Avatar for jspence29

I am writing a program that makes hands of five cards, and tests them against poker combinations. Wikipedia says you have a 1/254 chance in getting a straight, but I get an abysmally small mount of straights in each run. (around 50 in one million hands). Can anyone tell me …

Software Development java
Member Avatar for Prasanna_9
1
1K
Member Avatar for mikewyatt

I have a very complex java program written with net beans 7.1. It consists of 1 .java file that has a main(), and over 25 supporting .java files (most used for routines inside of tabs). In addition there are 15 different databases (embedded) associated with it. The program is virtually …

Software Development java
Member Avatar for Charls_1
1
855

The End.