Re: Rename Tabs In A Tab Control WinForms Programming Software Development by pathofbuilding To allow a user to change the name of a tab dynamically at runtime, you can implement the functionality by using a TabControl, a ComboBox, a TextBox, and a Button. When the user selects a tab from the ComboBox, types a new name into the TextBox, and clicks the Button, the selected tab's name will change. In the button's click event, you retrieve … Re: create table in ms access dynamically Programming Software Development by Emil_9 i have this code worked for me. thanks for the idea. Sub createTblOnTheFly() Dim strSQL As String strSQL = " CREATE TABLE TimeRecord (IDNo Text(30), DTR_Date datetime, TIME_IN datetime, TIME_OUT datetime, LB_IN datetime, LB_OUT datetime, CB_IN datetime, CB_OUT datetime)" Dim myConnection As ADODB.Connection Set myConnection = New… How to search any string inside MDB Access Database in VB.NET Programming Software Development by inztructor Hi, a pleasant day to all. I just wanna ask if it is possible to search any string or keyword inside my Access Database using the search in my VB.net application? Most of the tutorials only teach on how to search the table using an exact keyword or input. Example: I want to search the name JOHN SMITH. To be able to search that name, I need to… Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by Dani Unfortunately I don’t know VB.net. However, the way I would do it in my language of choice is to split the search string by spaces into an array of words. According to a Google search, [this](https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.split?view=net-9.0) should accomplish that for you. Then, I would loop through the … Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by Reverend Jim Can you give us the actual query in pseudo code with field names? I think we can figure it out by first eliminating the vb.NET syntax. I typically use a SQL management console to get the underlying query before I add in the gory code details. How Do You Tackle Technical Debt Without Slowing Down Feature Development? Programming Software Development by rev9solution I'm currently working on a project where technical debt has started to pile up, and it's beginning to affect the stability of our software. However, the team is under pressure to deliver new features quickly, and we’re struggling to strike a balance. What strategies or workflows have you used to address technical debt without halting feature … Re: How Do You Tackle Technical Debt Without Slowing Down Feature Development? Programming Software Development by rproffitt While I'm conversant with this, your last sentence is incongruous with your first two paragraphs. Why is that? That aside, after decades of development work which is not all software the answer became clear. Ready? "Are you willing to pay?" That is, while SEI Level 5 can be obtained, can you afford it? Payment can be money, time … Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by inztructor Hi to all, I already solved this problem. Thanks! Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by skynode i don't know if u find solution suggest me to. Visual Basic coding for excel database - am tearing my hair out! Programming Software Development by jonwildman Visual Basic coding for excel database - am tearing my hair out…The code is here: [CODE] Option Explicit Dim MyArray(6, 6) Public MyData As Range, c As Range Private Sub ….Offset(0, 5).Value .txtDesc.Value = c.Offset(0, 6).Value .txtLocate.Value = c.Offset(0, 7).Value .txtLocate2.… visual basic ,Chapter 6, Programming Challenge 6: Travel Expenses, Page 408. Programming Software Development by samira1993 visual basic 1 ,Chapter 6, Programming Challenge 6: Travel Expenses, Page 408. Visual Basic and C++ and Debug and DLLs Programming Software Development by complete … in C++. Now, using it with my Visual Basic GUI seems to be ok up to a point…. The Visual Basic program compiles and "links" (for … sort of variables back and forth between the Visual Basic program and the DLL. It seems to crash… this. How can I run the two -- the Visual Basic GUI and the C++ DLL -- in debug mode… Visual Basic 2008 here is a code that will show you your smtp server but how do i.... Programming Software Development by JD69 Visual Basic 2008 here is a code that will show you your … Visual Basic 2008/2010 - Save Page As, create a Folder, upload the folder to a specif Programming Software Development by jd2369 Visual Basic 2008/2010 - Save Page As, create a Folder, upload the … Visual Basic 2008/2010 - How do I automatically click buttons in a sequence? Programming Software Development by jd2369 Visual Basic 2008/2010 - How do I automatically click buttons in a … Re: Visual Basic 6 with Vista Programming Software Development by choudhuryshouvi visual basic 6 smoothly runs in windows 98,win2000,winme and win xp operating systems. so it should run in sp1 also. though i have not tried sp1 yet but i hv implemented a project sp2 which is higher than sp1. it ran without a single piece of problem. regards Shouvik Visual basic Help please! Programming Software Development by dizzleEIRE … project on midi files and i am having trouble with visual basic programming its the first time i have used it and… Visual Basic Programming Software Development by nikkinyc … on a different report and form. I don't know Visual Basic much, I can logically assume what some of the coding… Visual Basic Help Programming Software Development by Ryano24 I am kinda new to Visual Basic and I was wondering how I could program a user to input 3 numbers and give the sum, average, product, and find the smallest and largest number using a Windows Application visual basic Programming Software Development by vijaysr85 how to write code for the visual basic files can be save into mp3 format while savig. Re: visual basic Programming Software Development by debasisdas please pass more information and what version of visual basic that you are using ? visual basic Programming Software Development by cabsjonel hey folks can someone help me how to use or connect database to visual basic hoping for your kindness. God bless !!!!!! visual basic system Programming Software Development by JALachica plz .... how to creat a system in visual basic like electronic book system? plz give me a example... thank you visual basic Programming Software Development by loulule I need visual basic code for inputing name and address to 2 separate text box then display in address label.... visual basic Programming Software Development by corales how to do a system using visual basic Re: visual basic Programming Software Development by WaltP By learning Visual Basic well enough to write a system. Visual Basic Programming Software Development by hinks hello everyone i need help with a search button for visual basic 6.0 however im getting a run-time error '3077' error … visual basic Programming Software Development by tyras some one help me with visual basic bus management system please Re: visual basic Programming Software Development by AndreRet … question is by just supplying us the above - [QUOTE]with visual basic bus management system[/QUOTE]. Did you start the application as… Re: visual basic ,Chapter 6, Programming Challenge 6: Travel Expenses, Page 408. Programming Software Development by ithelp [QUOTE=samira1993;1031254]visual basic 1 ,Chapter 6, Programming Challenge 6: Travel Expenses, Page 408.[/QUOTE] The solution is there at visual basic 1, appendix, Page 659 , please make use of it.