-
Replied To a Post in I have C++ code just convert it into python please
I can't guess the complexity of the code or if this is some homework or assignment from your workplace. Let me ask what is stopping you? -
Began Watching I have C++ code just convert it into python please
I have a code of c++ and i want to convert it into python i shall be thankful to you. -
Replied To a Post in I cant edit the main database
Per topic I see no database reference in the code. But the error and line 1 would have me read https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.datagridview.currentrow?view=net-5.0 since how do you know what the currentrow is? -
Began Watching I cant edit the main database
'Column named Quantity cannot be found. TextBox1.Text = DataGridView1.CurrentRow.Cells("Quantity").Value.ToString TextBox2.Text = DataGridView1.CurrentRow.Cells("Total").Value.ToString TextBox3.Text = DataGridView1.CurrentRow.Cells("Price").Value.ToString TextBox4.Text = DataGridView1.CurrentRow.Cells("Description").Value.ToString -
Replied To a Post in How can i convert from c++ to java?
This one doesn't look too hard. Just some text, variables and logic. Why not start writing it in Java from scratch? -
Began Watching How can i convert from c++ to java?
public static void main(String[] args) Scanner.sc=new Scanner(System.in); String name = new String(new char[30]); final String pizza1 = "Chicken Fazita"; final String pizza2 = "Chicken Bar BQ"; final String pizza3 = … -
Replied To a Post in Converting from C++ language to C
If I had to do such I take it line by line. I'll start with line 1. That would be commented out as I don't know what includes or libraries … -
Began Watching Converting from C++ language to C
Hi guys. I want your help to convert this program from c++ to c language The question is :-A manufacturer wishes to determine the cost of producing an open-top cylindrical … -
Replied To a Post in Hi everyone, I'm vplay41
@vplay. I can't because I don't have your app in the IDE to be sure of the exact syntax. But as I did note, the if statements are gone if … -
Gave Reputation to Djcordeiro in Sending Text to the Printer (Python)
hello, i´m tying to adapt your code for a Brother QL 700 LABEL,but i'm not getting it.loads the printer name but did not print could help -
Replied To a Post in Hi everyone, I'm vplay41
Why bother with those two IF lines. Just TextBox3.Text = CDbl(TextBox1.Text) + CDbl(TextBox2.Text) but wrap this with Try/Catch, as we read at: https://www.tutorialspoint.com/vb.net/vb.net_exception_handling.htm -
Began Watching Hi everyone, I'm vplay41
Hi. I am beginner in Visual Basic. Have this situation. Have 3 TextBox in TabPage1 (TextBox1+TextBo2=TextBox3) and TextBox4 in TabPage2. In TabPage1, the code is in TextBox2 : If String.IsNullOrEmpty(TextBox1.Text) … -
Replied To a Post in App icons generator
When I click on HOME at your link, I get a 404 message. Might want to fix that. -
Began Watching App icons generator
Hello guys, i made an app icons generator Iconify. It is built with HTML, JavaScript and css. It can generate a full set of icons in various sizes for Android, … -
Replied To a Post in VB6: how we get an array size?
As to VB6: how we get more speed on Graphics? my answer has two answers. 1. Move to another dev system. 2. Consider that graphics speed is not always possible … -
Gave Reputation to cambalinho in VB6: how we get an array size?
let me ask 2 things: 1 - i never used Directx, but it's best start 8 or 9 version?(yes i can use both on my VB6) yes Directx seems a … -
Replied To a Post in help with interupting of pseudo code in paython
No. Why? First we don't know what credentials looks like in line 1. Second, this looks like homework or an assignment. Here you show your work and tell why you … -
Began Watching help with interupting of pseudo code in paython
Hi! Can you please help me to interupt this pseudo code to real python code! def authenticate_user(credentials: str) -> bool: """Procedure for validating user credentials""" username = 'Chevy_Chase' # Expected … -
Replied To a Post in Which is the best swiggy clone script?
I read your post twice and can't find your question. It's like you didn't research what this place is. -
Began Watching Which is the best swiggy clone script?
Practically it is not possible to zero on Swiggy clone script as the best one in the market as it is subjective. However, by following certain strategies, you will be … -
Replied To a Post in CODILITY TEST QUESTION
This looks like an assignment or homework problem. Per policy, show your work on your homework and point out where you think your solution's problem is. -
Began Watching CODILITY TEST QUESTION
Rick is really fond of fruit juices, but he is bored of their traditional flavours. Therefore, he has decided to mix as many of them as possible to obtain something … -
Replied To a Post in why I can't run a program with the same name in another terminal? (C progra
I would like to see what that link has but I get "This site can’t be reached" so I can't. Daniweb allows code and images to be put in your … -
Began Watching why I can't run a program with the same name in another terminal? (C progra
I have a really big problem because I have to call the file with the same name twice and I have this error all the time: ELF binary type "0" … -
Replied To a Post in Create a dialog box and add text entry box and colour to the dialog box
Sadly, replies via comments like that is limited. Try a full reply with your code as well as point out what line you think is the problem as well as … -
Replied To a Post in I have a problem in my C code.
The logic in playingSP is where I see this fail. There's much to be done there. 1. Why bother with else on line 30? To me you can forgo that … -
Began Watching I have a problem in my C code.
So, basically this code is for a Tic Tac Toe game, I'm trying to make a Singleplayer mode where Player 1 inserts a spot number to put his X, and … -
Replied To a Post in Create a dialog box and add text entry box and colour to the dialog box
That sounds like your homework. Try sharing what you have so far and what you think is broken. -
Began Watching Create a dialog box and add text entry box and colour to the dialog box
Create a dialog box and add text entry box and colour to the dialog box and text using wxpyton -
Replied To a Post in Connecting 2 outers to the same CPU
What our techs usually find is the range extender has failed. Remember I take it you know how to factory reset and deploy your hardware. Another thing, we do not … -
Began Watching Connecting 2 outers to the same CPU
Hi, the DSL had intermittent problem. The service provider came and fixed the problem. As a result of the brief problem, my Netgear N600 WIFI Range Extender ceased connecting to … -
Replied To a Post in QB45 Error: Overflow > 32767 how to fix?
Even as a new programmer, you would have to learn about limitations. I shared a bit about how a 16 bit signed number has limits. This applies to your issue … -
Replied To a Post in Data Source Configuration Wizard i cannot add new source
Your screenshots don't match what I see at https://docs.microsoft.com/en-us/visualstudio/data-tools/add-new-data-sources?view=vs-2019 I wonder if you have some old VB.NET or you didn't complete the steps at the link noted. -
Began Watching Data Source Configuration Wizard i cannot add new source
I create new Windows Application in vb.net with target frame work .net 5.0 But i cannot not Click at Add Project DataSource:  This what it must look like:  … -
Replied To a Post in QB45 Error: Overflow > 32767 how to fix?
By redesigning your app to stay inside the limits. It's programming knowledge that you can't change a single signed 16 bit integer to be greater than 32767 but **you** could … -
Replied To a Post in iPhone 7 Plus - How can I manage deleting unwanted ringtones?
For me, this has been all too easy. Did not add any apps. I set the ringtone I want on the iPhone. Why clutter my PC and phone with your … -
Began Watching iPhone 7 Plus - How can I manage deleting unwanted ringtones?
Hi everyone! Is there a way to delete ring tones from an iPhone? I linked my phone with my Windows 10 computer and iTunes, but under the tones section there … -
Replied To a Post in QB45 Error: Overflow > 32767 how to fix?
Sounds correct as I recall the Integer limits (32767 to -32768) apply to the seek command. You have to ask if QB64 extended those limits or break your data up … -
Began Watching QB45 Error: Overflow > 32767 how to fix?
QB45 Error: Overflow, File record count > 32767 how to fix? -
Gave Reputation to JamesCherrill in Which JDBC Driver
> You may have Java 15 installed, but according to your screenshots, you are using Java 8 It's more bizarre than that. The java version is 1.8 but the compiler … -
Gave Reputation to stultuske in Which JDBC Driver
You may have Java 15 installed, but according to your screenshots, you are using Java 8 -
Replied To a Post in VB6: how can i get rendering speed?
That clears up why/what you are asking along with me reading https://www.vbforums.com/showthread.php?889830-VB6-how-can-i-speed-up-my-draw-pixel-function-DIB-s As UBound() I only see it called one time at line 49 so it's one call and unless … -
Began Watching VB6: how can i get rendering speed?
without use DirectX, how can i get rendering\graphics speed? i created an Image class that uses DIB's... but something seems wrong for i draw in a pixel way.. too slow, … -
Replied To a Post in VB6: how we get an array size?
Let me comment it's been over a decade since I tried a DirectX library for Visual Basic 6 BUT it did help. I bought said library, book and CD at … -
Gave Reputation to Reverend Jim in Are you going to get the vaccine?
My older son is a bio-physicist and assures me of the safety (barring a rare allergic reaction) of mRNA vaccines, particularly for me because I cannot be given live vaccines. … -
Gave Reputation to john_111 in Setting up MySQL in UwAmp
I've used USBWebserver for years, which has zero installation, just place it on your hrd disk or usb drive if you want to move from computer to computer and use … -
Undeleted a Post in Are you going to get the vaccine?
I may have an advantage since I was researching mRNA vaccines in February 2020 for stock investment purposes. I'll note that back then three companies had the mRNA vaccine "blueprint" … -
Deleted a Post in Are you going to get the vaccine?
I may have an advantage since I was researching mRNA vaccines in February 2020 for stock investment purposes. I'll note that back then three companies had the mRNA vaccine "blueprint" … -
Replied To a Post in Are you going to get the vaccine?
I may have an advantage since I was researching mRNA vaccines in February 2020 for stock investment purposes. I'll note that back then three companies had the mRNA vaccine "blueprint" … -
Began Watching Are you going to get the vaccine?
Are you planning on getting the vaccine as soon as it becomes available to you, after it’s been a bit more thoroughly vetted, or not at all? Personally, I think …
The End.