Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~10.2K People Reached
PC Specs
Intel Core i5, 8Gb Ram, 750GB hdd, longlive AlienWare =P
Favorite Tags

19 Posted Topics

Member Avatar for CrankyMero

Hello everyone I have this XML file that has all the information for payroll, but we have a system where the employee goes and sees his payment for the week, so what i've been trying to get my head around this problem is that we need to extract some information …

Member Avatar for CrankyMero
0
700
Member Avatar for CrankyMero

So here is the thing its been days since im trying to solve this, i'm debuggin a project from the company i work, its a web system, and here is the thing i have a javascript file which im going to call 'docart.js' and a core file which i will …

Member Avatar for M.Waqas Aslam
0
289
Member Avatar for CrankyMero

So here is the thing its been days since im trying to solve this, i'm debuggin a project from the company i work, its a web system, and here is the thing i have a javascript file which im going to call 'docart.js' and a core file which i will …

Member Avatar for k99rs
0
202
Member Avatar for CrankyMero

Hello By accident I named a report like a form that i already had example: Form Name: CheckIn Report Name: CheckIn And know I cant use the form, anyone know how to get back the code from that form Thanks In Advance!

Member Avatar for CrankyMero
0
69
Member Avatar for CrankyMero

I had this little project of a POS System, that i've already finished, and i try to retake it again to add more features And suddenly in a Summary Report for the sales of the day i keep getting this error message [CODE]Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)[/CODE] And im cranking …

Member Avatar for CrankyMero
0
377
Member Avatar for CrankyMero

Hello Everyone For a project from skool, I been in charge of development, and we already have the system, but they wanted to add images to the project, and since i been using the TableAdapter.Insert commando to add records to the database, I need to know how to send an …

Member Avatar for ZidaneXero
0
403
Member Avatar for CrankyMero

Hello everyone, So im been looking around and i havent been able to find info of this problem that i have, so this is the main thing I have this datagridview of an inventory, and i added an extra column(unbound) to the dgv, so what i want to be able …

Member Avatar for CrankyMero
0
1K
Member Avatar for rookanga

Maybe this can help you out, lets say you have form1 and form2 and a timer in form2 So in form1 you have Textbox1 with any value lets say the text "VB .Net is Great" So you want to show that text from that textbox1, so in form2 you do …

Member Avatar for codeorder
0
578
Member Avatar for nemzmiyaw

First next time add the code inside the CODE Brakets Second, have you tried adding a field "Status" on the Users table Ex. [CODE] Users Table - id - username - password - full name - status [char(10)] [/CODE] In which after you verified that the user is registered, verify …

Member Avatar for nemzmiyaw
0
117
Member Avatar for arezz09

On number one i can help you out BROWSE BUTTON - To Search for the new picture to upload [CODE] OpenFileDialog1.Title = "Open File" OpenFileDialog1.FileName = String.Empty Try OpenFileDialog1.InitialDirectory = "C:\" Catch ex As Exception MessageBox.Show(ex.Message.ToString(), "Error") End Try OpenFileDialog1.ShowDialog() If OpenFileDialog1.FileName = String.Empty Then Return Else txtFileName.Text = OpenFileDialog1.FileName …

Member Avatar for codeorder
0
163
Member Avatar for lielee

That is really easy on the databound settings of the combobox, sometimes you dont need code for that

Member Avatar for CrankyMero
0
166
Member Avatar for Mike Bishop

You can always use the Integer side for the format in a textbox in example: [CODE] Dim p as Integer If IsNumeric(TextBox.Text) Then p = Integer.Parse(TextBox.Text) End If[/CODE] that will also get take of does extra zero's Regards,

Member Avatar for Unhnd_Exception
0
115
Member Avatar for CrankyMero

Hello Everyone, I have this small system that i developed for a company that is basically a Skill Map for the employee's, so in the following image will show the search of the employee's skills through the Family, in the following image the users does a search of the family …

0
94
Member Avatar for Jake.20

well how are you going to use that? Cuz i even used a print method from the results of a datagridview, and print its content I know u can use the datagrids in some ways, but depends on how u manipulate the information

Member Avatar for codeorder
0
105
Member Avatar for CrankyMero

Hello Everyone, I have this small system that i developed for a company that is basically a Skill Map for the employee's, so in the following image will show the search of the employee's skills through the Family, in the following image the users does a search of the family …

0
130
Member Avatar for bettybarnes

Maybe this will help, i use this when i want to delete something in the database through VB [CODE]Dim connection As New SqlClient.SqlConnection Dim command As New SqlClient.SqlCommand Dim adaptador As New SqlClient.SqlDataAdapter Dim dataset As New DataSet connection.ConnectionString = ("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Main.mdf;Integrated Security=True;User Instance=True") command.CommandText = "DELETE FROM VentasDD WHERE …

Member Avatar for bettybarnes
0
5K
Member Avatar for CrankyMero

Hello Everyone, I have kind of a problem in a database well its suppose to save a date but like a string, well more like a char type, and i need it that way to do reports So there to tables Ventas and VentasDD so they have the same information …

Member Avatar for CrankyMero
0
119
Member Avatar for CrankyMero

Hello Everyone Im having kind of trouble looking for this info, but i created a POS program that when i install it, it install under Local Settings\Apps\2.0\blabla So what i want to know if how can i make my system install like any other program, "Under Program Files/POSystem/" like so …

Member Avatar for CrankyMero
0
120
Member Avatar for CrankyMero

Hello Everyone, I'm still new at programming, and im having problems with the project i was assign, so im supposed to make like a retail store POS, where i look for the articule and add how much did they take and the price. [B]SORRY IF ITS IN SPANISH[/B] So this …

Member Avatar for CrankyMero
0
285

The End.