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.

0 Endorsements
Ranked #2K
~3K People Reached
Favorite Tags
Member Avatar for VIPER5646

[QUOTE]Hi all I am using Vb2008 Express and an Access DB. I would like to Display a note from a column in the Notes_tbl to a text box this from an Access database. Here is the code that I used but it does not do the job. [/QUOTE] [ICODE] Dim …

Member Avatar for viki123
0
533
Member Avatar for Vivek_1986

HI!, i'm using VB.NET 2005. I want to use OleDbConnection in my .net application but it is not showing in the 'Data' section of the 'toolbox'. is there any way to import it to the toolbox. NOTE: (Also OleDbDataAdapter, SqlConnection,SqlDataAdapter, etc are missing in toolbox) Waiting for reply newbee Vivekanand

Member Avatar for Rakesh_Sonu
0
1K
Member Avatar for ravindransrm

In my application i am printing invoices by dot matrix printer. Now I have to implicitly eject extra paper so that i can easily tear it from the perforated line.But for the next invoice it is esential to reverse feed the paper so that the printing starts from the top. …

Member Avatar for Salem
0
85
Member Avatar for ravindransrm

Hai to all … I am doing small project this project dot-matrix –text printing method used to print bill , this is my coding bill printing not problem but Bill output not correct align format how to set fixed point poss ion PrintLine(1, Space(1) & "BillNo" & _ Space(1) & …

0
67
Member Avatar for ravindransrm

Reputed number problem switch case statement hai This is my code Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim i As String i = TextBox1.Text Dim x As Object For Each x In i Dim num As Integer num = x.ToString() Select Case num Case …

Member Avatar for ravindransrm
0
106
Member Avatar for ravindransrm

How to split text box input value i need help from u all example: i will enter text box 145 i don't enter , or :,"",, nothing i want split this number into sprat s1=1 s1=4 s1=5 what i want to than mach with this each number to this charter …

Member Avatar for toko
0
94
Member Avatar for ravindransrm

hi...... i want to edit ,delete details view in c#........ actually i done it by configuration method.... but i can't edit,delete operations using c# code........ plz help.......

0
85
Member Avatar for ravindransrm

i am doing sumall supermarket project this project i want to print invoice using dotmatrix printer table i am using this fields billno,sl.no,productname,qnt,rate ,total any one send some idea about this.....

0
62
Member Avatar for jaslysahal

hai, i am a beginner,,,,i want to know,how to install my project into client system.i want to know it in detai

Member Avatar for jaslysahal
0
136
Member Avatar for ravindransrm
Member Avatar for ravindransrm

hi im working on windows application.vb.net In this Application iam using two forms one is invoice form other one is search form first form one find button used to i will click button search form showme, my search form i am using datagridview datagridview some field product id,product name,price list …

0
72
Member Avatar for TheFueley

Hello, I'm having trouble writing to a file. I can open notepad ok, but I cannot write a string to it. What am missing here? TIA. [code=vb] Imports System.IO Module Module1 Sub Main() Dim start_info As New ProcessStartInfo("notepad.exe") start_info.UseShellExecute = False start_info.ErrorDialog = False start_info.RedirectStandardInput = True start_info.RedirectStandardOutput = True …

Member Avatar for TheFueley
0
113
Member Avatar for iiui
Member Avatar for ithelp
0
219
Member Avatar for doel.jangkrik

[code] protected void btnAdd_Click(object sender, EventArgs e) { string connectionString = "Data Source=localhost\\sqlexpress;Initial Catalog=JobApplication; Trusted_Connection=True; Integrated Security=True"; SqlConnection mySqlconn = new SqlConnection(connectionString); mySqlconn.Open(); string query = "INSERT into JobVacancy(JobName, BriefDesc, FullDesc, ClosingDate) VALUES (@jobtitle, @briefdesc, @fulldesc, @closedate)"; SqlCommand mySqlcmd = new SqlCommand(query, mySqlconn); mySqlcmd.Parameters.AddWithValue("@jobtitle",jobtitle.Text); mySqlcmd.Parameters.AddWithValue("@briefdesc", briefdesc.Text); mySqlcmd.Parameters.AddWithValue("@fulldesc", fulldesc.Text); mySqlcmd.Parameters.AddWithValue("@closedate", closingdate.Text); …

Member Avatar for ravindransrm
0
112