20,278 Topics

Member Avatar for
Member Avatar for Papa_Don

Here we go again. I've installed SQL Server 2008. I can't seem to find my database I've created (and there are two tables so far) that were created through Visual Studio 2010 Express (I'm coding in VB). If it helps, I've determined that the database is a ".Net Framework Data …

Member Avatar for Papa_Don
0
203
Member Avatar for ImZick

Hello I'm having Trouble here in my ms chart. ![6c6bbe39010ff302ee66367ce9439bba](/attachments/large/4/6c6bbe39010ff302ee66367ce9439bba.jpg "6c6bbe39010ff302ee66367ce9439bba") as you can see the chart in the right side the secondary axis i want it to be fixed in the line of the primary axis in the left side Public Sub Chart_BU_GP_vs_Target() With Chart_EBU_GP_vs_Target .Series.Clear() .Legends.Clear() .ChartAreas("ChartArea1").AxisX.MinorTickMark.Enabled = …

Member Avatar for TnTinMN
0
3K
Member Avatar for wlhj1

I am working with a tabbed form. On the first tab I have a datagridview with customers in it and a searching textbox. I have that working. On the second tab I am placing another datagridview with customer transactions and other data. The customer transaction table has a CustomerID Column …

Member Avatar for wlhj1
0
287
Member Avatar for Papa_Don

Hi group, After reviewing notes, I think I understand how to write the code to save data in the SQL Server. With that said, I want to understand the best way to arrange the data and upload it. My project is creating an order. I'll have the usual part number, …

Member Avatar for Papa_Don
0
132
Member Avatar for UKnod

I have a warning that I can;t get rid of: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated. I am pretty sure it is becasue I have not dimentioned the variable but how do you dimention an IO.memorystream. …

Member Avatar for UKnod
0
279
Member Avatar for jkulp4

Hi All, I am hoping someone can help me with this and/or point me in the right direction. I am developing a quiz application and have run into a problem when the question being pulled from the database is a true/false question it produces an error, straight multiple choice questions …

Member Avatar for QVeen72
0
341
Member Avatar for chdboy

Hi, I have a form in which there are 11 textboxes and two button controls(Just example) ,I want the tab key control to be in the textbox1 when the form loads ,and then If I press Tab Key from keyboard then it will be on second number textbox and so …

Member Avatar for chdboy
0
208
Member Avatar for maryam_89

Basically, I am wanting to get the last userID which is submitted when the user enters their details and clicks the submit button. I have searched the internet and have made changes but still don't understand where i'm going wrong. I used the MAX statement to show the last user …

Member Avatar for JorgeM
0
238
Member Avatar for tafarie

I have a question,,, I create 1 form, and in this form I add 5 control checkbox, namely: Checkbox1 = cek1 Checkbox2 = cek2 Checkbox3 = cek3 Checkbox4 = cek4 Checkbox5 = cek5 I want to ask, 1. how to count the number of checkboxes are checked.? 2. how to …

Member Avatar for Reverend Jim
0
285
Member Avatar for Galbatorix

hi, I have two sql strings being executed at the same time one of which is an update statement and the other a save statement. The save statement works but the update statement does not. Here is the error i am receiving System.NullReferenceException: Object reference not set to an instance …

Member Avatar for Galbatorix
0
158
Member Avatar for ilovemwah

Hi sir, can you help me on how to update an attendance of every employee every week?. Please sir, for my thesis. :(

Member Avatar for monching
0
112
Member Avatar for monching
Member Avatar for jhonnyboy

Hello everyone. I would like to learn how to make a multi column list box. I have set the multi column Boolean to true and set the width but i have yet to see the two columns. I only see one. I currently have a .csv file and in the …

Member Avatar for danprash
0
8K
Member Avatar for jontennyeah

Hello i encounter a error on my crystal report. I don't know to fix this. Can you help me? thank you

Member Avatar for Begginnerdev
0
153
Member Avatar for cromz

Need some help with this problem. On the following table Supplies Storedlocation Containing the following rows 5 A 2 A 3 B 2 A 2 A 2 A 2 B 2 B Here is my code to display the sum of supplies based on the stored location select sum(supplies) from …

Member Avatar for Reverend Jim
0
148
Member Avatar for datajaya_ap

hello there, anyone can help... is this possible? i have a string value of form names in my DB so when my condition passes, the variable string will take over the value , then that value will call the form(variable) as string. i got an error when i use this …

Member Avatar for alifax89
0
2K
Member Avatar for chdboy

How to know when is the last salary update(Incerease) was made? For Example If the salary in a given year is 4000 per month and next month he got the raise of 3000,(For two months he got 4000 and rst of the year 7000) now the salary will be 4000 …

Member Avatar for Reverend Jim
0
89
Member Avatar for chdboy

This code creates XML File Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim connetionString As String Dim connection As SqlConnection Dim adapter As SqlDataAdapter Dim ds As New DataSet Dim sql As String connetionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Users\Danial\documents\visual studio 2010\Projects\ESI_PF_Payroll_V1\ESI_PF_Payroll_V1\Pay.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" connection = New …

Member Avatar for chdboy
0
248
Member Avatar for Trle94

Hello there, i know there is alot questions about this and source but i could not manage to get it working since im trying to make it using only one letter example F1 or F5 as hotkey to work on non focused form, but im also in need to get …

Member Avatar for Trle94
0
117
Member Avatar for Papa_Don

Group, I may have messed up bad. I need help. I was having trouble loading a database I had created with data. So I downloaded SQL Server 2008 Express that included the management tools. I tried to find and open the created database and never could find it using the …

Member Avatar for Papa_Don
0
242
Member Avatar for shermags

Hi Experts, I've tried to use keyboard hook under **Windows Form** and it all work fine. But when I had tried it to **Windows Service**, it does not work. I had downloaded a keyboardhook library, [Global Windows Hook](http://www.codeproject.com/Articles/19858/Global-Windows-Hooks) I have configured it as running with logon as Local System and …

0
72
Member Avatar for AlphaXero

I am trying to make a vb program that reads a text file and manipulated the data within. For instance, my text file contains the following information: 27 rt 3 + 5 * 2 / 4 - 2 ^ 3 This is all the information my text file contains. I …

Member Avatar for tinstaafl
0
338
Member Avatar for robert.montgomery.75054

I need help with the code below. I coded using the For..Next statement, now I have to place the For..Next statement with a Do..Loop statement. Can anyone help down the right path? Thank you in advance. ` Dim strGrades() As String = {"A", "B", "C", "A", "B", "A", "F", "A", …

Member Avatar for tinstaafl
0
162
Member Avatar for nosfa

I'm trying to populate a dataset from an excel sheet but I keep getting a "could not find installable ISAM" error. (In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user.) on the adapter.Fill line. Already tried changing …

Member Avatar for TnTinMN
0
778
Member Avatar for DyO1

Hello everyone, I'm making programs from quite a while now, and they don't work on most computers, people keep asking me: What are the system requements for this and that program? My answer is: I don't know ! Basically **I need a program that tells me what .NET Framework version …

Member Avatar for HctiMitcH
0
278
Member Avatar for sowrabh_b

I developed a software in VB .Net. I want - main software will lode with database suppose in Computer-1 but I want to use & run from multiple computer including Computer-1. I have lan connection among all computer.

Member Avatar for deceptikon
0
34
Member Avatar for themaj

Need a little help on this since it seems to be vastly different than VB6. I have multiple forms and would like to set the Startup Position of secondary forms (form2 & form3) slightly lower, and to the right of the primary form (form1); similar to the 'cascade' effect in …

Member Avatar for Luc001
0
511
Member Avatar for sirmcfly.works

i'm having a problem with my project where i should read the inputs from the status port of a DB-25... Input = Inp(&H379S).... whenever i trigger one of the sensor the value of INPUT will be 135 regardless of which sensor i trigger or even if i simultaneously trigger multiple …

Member Avatar for sirmcfly.works
0
312
Member Avatar for ImZick

Hi how can i sort using Month i have January, February.... December i want to sort it out so the user will see it from January - December my column name is "Months" and it is in subitems(0) Thank you in a advanced

Member Avatar for ImZick
0
562
Member Avatar for ImZick

I have a code here which will add the data in the system and also if it find a data that exist in the system a message box will appear if the user want to overwrite the data. here is the code Dim con As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source='" & …

Member Avatar for Reverend Jim
0
117

The End.