20,285 Topics

Member Avatar for
Member Avatar for jeffersonalomia

Hi. I am using xampp to set up a server. Now my problem is that how to connect program running on the other computer to the server computer.

Member Avatar for jeffersonalomia
0
109
Member Avatar for CodingSource

Hello guys, I am trying to add date range with the combobox value when a user clicks the "Enter" button. This is my code so far: Dim con As New OleDbConnection(Get_Constring) Dim dt As New DataTable con.Open() Dim da As New OleDbDataAdapter("SELECT * from EncodingComplete where Date_Bill BETWEEN @startDate AND …

Member Avatar for Reverend Jim
0
1K
Member Avatar for Trle94

Hey everyone, im currently use this class for my small projects: https://www.daniweb.com/software-development/vbnet/threads/361868/disable-ctrl-alt-del Now i have problem, i want to hide my form and close jammer so i use something like this: Private Sub SystemTray() If NotifyIcon1.Visible = True Then KeyboardJammer.Jam() NotifyIcon1.Visible = False taskbar.HideStartButton() taskbar.HideTaskBar() Me.Show() ElseIf NotifyIcon1.Visible = False …

Member Avatar for Mr.M
0
332
Member Avatar for Samyx

Hi everyone, I have created a custom tab, in wich I want all the tools necessary to format a protocol document to be available and easily accessible to the users. How can I create a dropdown list with only the 5 heading styles I will need to use in the …

Member Avatar for tinstaafl
0
133
Member Avatar for valdis1

I am trying to make telephone number word generator, user enters phone number 7 digits between 2 to 9 and then it generates all possible word combinations, it should be 3 ^ 7 = 2187 This is what I got so far: [code] Private Sub GenerateButton_Click(ByVal sender As System.Object, ByVal …

Member Avatar for Dragan_2
0
681
Member Avatar for batoolhussain

hi everyone I have array of two dimension but I don't know the size of the array, every time the size of array is change. I used (redim Preserve) but it change only the last dimension and I want to change the first dimension of array. please help meeee

Member Avatar for Santanu.Das
0
123
Member Avatar for CodingSource

Currently I have a button, 2 datetimepickers, a datagridview, and a combobox. What I like to do is the user will select the FromDate and ToDate and then with a keyword from a combobox it will search in a datagridivew according to the date range and the combobox's value. I …

Member Avatar for CodingSource
0
769
Member Avatar for Nova6112

Hi, I've developed VB.NET Application successfully and its working completely.. This aplication for my personal purpose. Now i need to take backup copy of databases into Online Storage... is there any methods to store at online. I'm using Ms-Access Database.Please Help me...

Member Avatar for Nova6112
0
94
Member Avatar for CodingSource

Dear fellow programmers, I have tweaked this code for some time, and again failed. I want the user to select a client in the combobox and its text, with date range (two datetimepickers) the results will show in a click of a button. CODE for DataGridView search results: Dim ConnectionString …

Member Avatar for Santanu.Das
0
2K
Member Avatar for Pompy

Hi! I am trying to do this project for my Comp Prog class. The Project assignment is "Create an application that prompts the user to enter his/her and last name in a single text box. The program returns the user initials in uppercase". This is what i have. I am …

Member Avatar for Reverend Jim
0
155
Member Avatar for batoolhussain

hi everyone, how can i retrieve the data from sql serve2008 and put it in array using vb.net2010. Can anyone help me with this?

Member Avatar for batoolhussain
0
109
Member Avatar for CodingSource

Dear fellow programmers, I have a problem. I want to debug my application but WHENEVER I debug it shows the following error in the error list: Error 1 Unable to read manifest 'My Project\app.manifest'. Could not find file 'C:\Users\david\AppData\Local\Temp\cl1aygzo.dll'. Golden Dragon Billing System I just click 'No' whenever that popup …

Member Avatar for Minimalist
0
297
Member Avatar for Abdellah_2

Hi everybody I wanna know there is way to separate fonts by type for example : i wanna load all arabic fonts to a combobox only Thank you

Member Avatar for Abdellah_2
0
356
Member Avatar for sergio_pb

Hello guys, I create a software in vb.net to consulte my database (mysql) with table adapter and connections string, normal and simple application. Now I need to make a publishing, but when I install the aplication in another intranet pc, this pc cant connect my database. I know i need …

Member Avatar for sergio_pb
0
127
Member Avatar for sergio_pb

Hello guys, I create a software in vb.net to consulte my database (mysql) with table adapter and connections string, normal and simple application. Now I need to make a publishing, but when I install the aplication in another intranet pc, this pc cant connect my database. I know i need …

0
75
Member Avatar for CodingSource
Member Avatar for Santanu.Das
-1
128
Member Avatar for Papa_Don

Hello Group, I'm trying to convert some VBA code into VB.net. Here is that VBA code: Open filePath For Input As #1 ' filePath = the text file I need to read Do Until textRowNo = 8 'discard these first 7 rows... Line Input #1, LineFromFile 'this is the row …

Member Avatar for Reverend Jim
0
9K
Member Avatar for هومان

Private Sub GenerateButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GenerateButton.Click Dim i As String = PhoneNumberTextBox.Text Dim one As Integer = i.Substring(0, 1) 'Remove each digit Dim two As Integer = i.Substring(1, 1) Dim three As Integer = i.Substring(2, 1) Dim four As Integer = i.Substring(3, 1) Dim …

Member Avatar for Reverend Jim
0
164
Member Avatar for TheGuy831

Hi ive been trying to InvokeMember onmouseup to close a banner in WebBrowser Control.. <div id="layer1" style="height: 0px; left: 240px; position: absolute; top: 30px; width: 10px; z-index: 1;"> <span onmouseup="document.getElementById('floatLayer2').style.display='none'"> <img alt="" border="0" height="12" src="http://www.streamking.info/images/close.png" width="12" /></span></div> PLease!!!! Help!! Thank You...

Member Avatar for TheGuy831
0
1K
Member Avatar for renzlo

Hi, All, I am instructed to develop a console application which monitors a process. It is now done but the problem is when I'm running it the CPU usage increases up to 100%, kindly check below code for some enhancement: Console App: Sub Main() While True System.Threading.Thread.Sleep(1000) If IsProcessExist() = …

Member Avatar for Reverend Jim
0
421
Member Avatar for LukeJWhitworth

Hello Guys, How would I have a button that when I click skips the calendar forward one month from the selected date? I'm a bit confused as there is no skip option or anything. Regards, Luke

Member Avatar for LukeJWhitworth
0
104
Member Avatar for CodingSource

Dear fellow programmers, I am trying to build a form that has two datetimepickers (for date range) and one button. When a user clicks the button the datagridview will show results according on the date range (by the two datetimepickers). This is my code so far: Dim dbconnection As New …

Member Avatar for Santanu.Das
0
806
Member Avatar for TazaZaza

Hello the best crew, First i wish all of you happy new year and all the best wishes. Second if i have a two forms , with two datagridviews. first one is products , second one is orderline. i need to set a button on the first cell in the …

Member Avatar for imti321
0
285
Member Avatar for Nebil

I am fairly new to crystal report and I need a help. I have a report having two groups,project id and work_item. And I placed 3 sub reports material,labor and equipment reports in the work item group. They pass a value to the main report that is used for further …

0
89
Member Avatar for TheGuy831

hey I'm trying to make a **flash player fullscreen** With a **click** of a **button**.. within a **webbrowser control** webpage source is not mine.. Pleasee!! Help!! Thank you..

0
79
Member Avatar for Papa_Don

Group, When publishing my first program, I noticed that it put the program in the App folder as opposed to "C:\Program Files\". Is there a way to direct where everything should be stored when you install it on the users computer? Thanks, Don

Member Avatar for imti321
0
329
Member Avatar for Trle94

Hey is there any way to write out example: a b c.. aa ab ac.. ba bb bc.. ca cb cc... and like that for every character from keyboard To .txt file?

Member Avatar for Reverend Jim
0
129
Member Avatar for Trle94

Okay hello everyone, so I'm using this class to protect app from user using hotkeys while form is running: Imports System.Runtime.InteropServices Imports System.Reflection Public Class KeyboardJammer Private Delegate Function HookCallback(ByVal nCode As Integer, ByVal wParam As Integer, ByVal lParam As IntPtr) As Integer Private Shared HookDelegate As HookCallback Private Shared …

Member Avatar for Trle94
0
201
Member Avatar for Hassan_9

hello guys ,i need some help i have 2 tables in msql server 2008. table InList:ItemId,Description,Qtyin.... table OutList:ItemId,description,QtyOut... Now,i need to make a query to give me the available Qty of each item The available Qty is the (Sum of Qtyin) - (Sum of QtyOut) i need the query asap,any …

Member Avatar for Reverend Jim
0
103
Member Avatar for Papa_Don

Group, I'm now having to merge several of these text files together. At the end of each of the text files is a line that says "End of Report". I need to eliminate this line completely. This code does the merge for me: RestranName = getRestranName(0) RestranName2 = getRestranName(1) System.IO.File.AppendAllText(RestranName2, …

Member Avatar for Papa_Don
0
754

The End.