Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~11.1K People Reached
About Me

Hello! My name is DuÅ¡an Lazić and I am creator of this small company. I am only one worker in this company but when I say something as LD Company, I like to say it in first person plural. I am 12 years old and I live in Ečka (Village 4.34 miles from…

Favorite Forums
Favorite Tags
Member Avatar for LD Company

Hello programmers! I have another easy problem. I want to write code that can find a word in the string, that contains another substring. Code needs to get or just copy specific word in string. To get that word, this word need to contain some specific string (ex: "Platypus"). If …

Member Avatar for Reverend Jim
0
165
Member Avatar for LD Company

Hello programmers! I want small help with code. I want something to happen when text in TextBox1 is A or B or C without writing same code 3 times. I don't know how to write it. I tried with it: If TextBox1.Text = "A" or "B" or "C" Then 'Event …

Member Avatar for AleMonteiro
0
177
Member Avatar for LD Company

How can I get sum of total values from cells in DataGridView? I want it to look like this **Column1 Column2 Column3 Column4** String ---- String ---- String ---- 10 String ---- String ---- String ---- 7 String ---- String ---- String ---- 3 String ---- String ---- String ---- …

Member Avatar for LD Company
0
5K
Member Avatar for LD Company

Hello programmers! I made new software, LD File Browser. This software contains ListView but this ListView has error. Software works fine when I run it on F5 (debug), but when I run .exe icon I got error when I select different item in ListView. Here is the code: TextBox1.Text = …

Member Avatar for john.knapp
0
225
Member Avatar for LD Company

Hello programmers! I am making File Browser software and I want to display icons of my files in listview. Here is the code: ImageList1.Images.Clear() Dim di As New IO.DirectoryInfo(LocationA.Text) Dim aryFi As IO.FileInfo() = di.GetFiles("*") Dim fi As IO.FileInfo For Each fi In aryFi For Each files In System.IO.Directory.GetFiles(LocationA.Text) Dim …

Member Avatar for john.knapp
0
4K
Member Avatar for LD Company

Hello programmers! I made two programms. One is for my marks in school and second is for library for my school. One man who work in the library in my school has error with this my software. Software can't load database anymore. When I start program I got error message: …

Member Avatar for Reverend Jim
0
144
Member Avatar for LD Company

Hello programmers! I am making chat software and I want to make users to be able to edit profile (Change password, informations and avatar). Now I need code for getting avatar from user account to picturebox. I want for default avatar to be avatar from user's account (Avatar shown on …

Member Avatar for LD Company
0
214
Member Avatar for LD Company

Hello. I started making software for Counter Strike server of my friend. I want to grab some text from cs server page to labels in my form. Here is the page: http://www.gametracker.rs/index.php?page=server_info&ip=193.192.58.206:27065 I want to add info of the server to my form. Example: Game: ***Counter Strike 1.6*** Mod: ***PUB*** …

Member Avatar for gal7
0
139
Member Avatar for LD Company

Where I can find some advanced projects made in VB.NET? I don't need source, I just want to see how other people making software. Thanks!

Member Avatar for ObSys
0
69
Member Avatar for LD Company

Hello! Can someone help me with simple code? I made software and I want to add option that can change languages. Example: Dropdownmenu: - English - Serbian - French ... When I select English, my software changes to English When I select Serbian, my software changes to Serbian ... Thanks!

Member Avatar for deceptikon
0
227
Member Avatar for LD Company

Hello programmers! My Library Software with DataBase is 99% finished and I have an error. When I click Save or Delete I got error message: **Cannot insert explicit value for identity column in table 'Table1' when IDENTITY_INSERT is set to OFF.** I want to know **HOW** to set IDENTITY_INSERT to …

Member Avatar for Reverend Jim
0
212
Member Avatar for LD Company

Hello. I started making my software and i using database. When I select record in database and click Delete Button i got error message: **Update requires a valid DeleteCommand when passed DataRow collection with deleted rows.** The code of my Delete Button is: Private Sub DeleteMember_Click(ByVal sender As System.Object, ByVal …

Member Avatar for Dili1234
0
413
Member Avatar for LD Company

Hello! It's me again. I making a library software and I using DataBase. When I remove any record from database and then click save i got a error message: **Update requires a valid DeleteCommand when passed DataRow collection with deleted rows.** , and one line of code with yellow background: …

Member Avatar for LD Company
0
196
Member Avatar for LD Company

Hello. I working on my Library software and I using database for my project. When i click save icon I save my record and when I close program and open it again, database is empty. All my records always gone! But when i create new project again and make new …

Member Avatar for Netcode
0
174