0

Programming experts come

posted in Off Topic
Comments:
Threaded Linear
#1
Karmine_Org_WhispeR

im making a calculator using Visual Basic on Visual studios but it says value of type string cannot be converted to textbox

another issue is “debug profile does not exist” when i try to run any program

help me im dying here

Edit: nvm fixed

I just forgot to add texbox1=stringvalue

overall im done

#2
simo98
1
Frags
+

Stop programming

#3
y0yster
1
Frags
+

Do chatgpt or else put on stack overflow. These bums(including me) on vlr ain't that clever.

#5
Existential_crisis
-1
Frags
+

I am clever .

#4
Existential_crisis
0
Frags
+

Chat gpt

#6
NexusNomad
-12
Frags
+

Visual basic Kekw.
Are you in 6th grade?

#8
NotSanity
5
Frags
+

Who cares if it's VB? It's pretty much one of the easiest langs for someone to learn when they're new to programming since it's simple, don't act as if you went from no programming knowledge to knowing the ins and outs of C++ & C# for example.

#11
YeaUrMum
1
Frags
+

Me personally I started with c
It cringes me seeing all these newgen kids start with shit like scratch and visual basic
😔 C is best way to actually learn programming

#22
Karmine_Org_WhispeR
0
Frags
+

VB wasn’t really my first option. Originally It was supposed to be C#, but for some reason I couldn’t use C# (Not installed I assume? I did reset my pc) I have never really used VB before, and started with C# so I got confused with VB, because I used the same C# string value conversion to textbox in VB and forgot to convert into vb syntax

Also i am not grade 6 i am in 10th grade

i just happen to live in a country with shit education system

so i may sound like a retarded bum in middle school

#9
NexusNomad
-1
Frags
+

Ok on a serious note use tkinters library in python for the gui. Shits easy af.
Bro who uses visual basic lol

#10
NotSanity
0
Frags
+

Brother, he's evidently new to programming as a whole, especially considering in school they'll typically teach you how to make a calculator for your first task, he's going to have 0 idea on Py libraries, or any sort of Python period.

#12
NexusNomad
1
Frags
+

Oh mb
I don't remember doing calculator and all when learning visual basic. But I do believe learning python is pretty easy even for a beginner

#13
NotSanity
0
Frags
+

I know of a few people who had to make a calculator when learning VB in school, which is wild to me now, but I also believe learning Py for a first language is also good considering it's still relevant to some degree even in todays world.

#7
NotSanity
1
Frags
+

You should probably post a snippet of the code, specifically the TextBox string, if you don't want to do that, then try to actually set the Text property.

As for the other issue, you could just be missing your cli64 folder, or you're trying to build a debug version of it, rather than the release version.

#17
Karmine_Org_WhispeR
0
Frags
+

i did the cli64 gimmick but it didnt work

#18
NotSanity
2
Frags
+

Post a snippet of your code in the thread, or upload to something like hastebin/pastebin.

#14
Vianx11
0
Frags
+

skill issue also paste the code here then i could tell whats the error

for the debug profile try this

#15
kalayav_n
0
Frags
+

dont study in CS your job is already getting taken by CHATGPT and DANIEL(for those who don't know search him up). "Daniel ccoding AI"

#16
Vianx11
0
Frags
+

instead make your own AI

#19
yukky
0
Frags
+

From what I can tell when you’re done calculating you’re trying to put the value back in place where the text box for input is. However, the reason it’s throwing that error is well because of type mismatch. I don’t know what language you’re using but maybe try something like this if possible

myTextBox.Text = "Final Value";

#20
Karmine_Org_WhispeR
0
Frags
+

I have already fixed it

The problem was my string value wasn’t converted to textbox so all good

thanks for trying to help tho

#21
yukky
0
Frags
+

bet, for small issues like these don’t be afraid to use chatgpt

  • Preview
  • Edit
› check that that your post follows the forum rules and guidelines or get formatting help
Sign up or log in to post a comment