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.

~7K People Reached
Favorite Tags
Member Avatar for GAiXz

I have a question programmer's... we know that in Visual Studio...you can open a different kind of database... like: Access, SQL server or file, Oracle... is there any reference that you'v know on how to make that kind of program?? i don't know where to start... VB.NET codes please..... TIA! …

Member Avatar for GAiXz
0
147
Member Avatar for haqayyum

Dear friends I am using vb 2008 with access 2007 at the backend. I want to make custome invoice id like Inv0001. when make next invoice the id should be Inv002 and so on. add 1 numeric value in the previous one. Please help me any help will greatly appriciated

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

Hi, I have this program that uses OLEDB connection in order to import the excel sheet into datatable, now I am using windows xp and the server that I'm about to use would be in windows 7, what connection string do I need in order for me to connect to …

Member Avatar for jbutardo
0
232
Member Avatar for pardeep3dec

Dear Experts, I need a text box for entering only for 0 to 9,.,Delete key ,Backspace key and Enter key except this i want nothing to do for this i am coding like as given below Private Sub TxtAmendment_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TxtAmendment.KeyDown If (e.KeyCode …

Member Avatar for codeorder
0
149
Member Avatar for JustineAubrey

Hi, I'm creating a form application using vb. I'm still new to this and I'm teaching myself via the internet so please don't be too mean. I wrote my code using queries that I created in visual studio. I don't quite remember how to create an update query and write …

Member Avatar for GAiXz
0
214
Member Avatar for GAiXz

Good Day Programmers ^_^ i need a help... how do i Update the record based on the Date & Time?? here's the code: [CODE] Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick lblTimeOfDay.Text = Format(TimeOfDay, "hh:mm:ss tt") UpdateItem() End Sub Private Function UpdateItem() Dim xSQL As …

Member Avatar for M.Waqas Aslam
0
601
Member Avatar for GAiXz

Good Day Programmer's ^_^ i'm having a problem with this two DateTimePicker in DateTimePicker1 the format or value is "dd-MMM-yyyy" or "01/Jan/2012" and in DateTimePicker2 the format or value is "yyyy" or "2012" when i change the year in DateTimePicker2 to change the year in DateTimePicker1 i'm getting an error.. …

Member Avatar for codeorder
0
2K
Member Avatar for sw8revenge

gud day... i just wanna ask if someone could give me a sample code of a user's activity log ..where it records the time of login and logout of the user .. and also records the users deleted, created and updated data... .tnx :D and should i also create a …

Member Avatar for sw8revenge
0
1K
Member Avatar for GAiXz

GOOD DAY PROGRAMMERS!! :twisted: i just want to know How to do this kind of problem [url]http://www.daniweb.com/forums/attachment.php?attachmentid=23623&stc=1&d=1327489022[/url] i just want to save the date interval like i will select the Start Date and End Date ex. [COLOR="Red"]Start Date/Time: 26-Jan-12 / 03:00:00 PM End Date/Time: 31-Jan-12 / 03:00:00 PM [/COLOR] how …

Member Avatar for codeorder
0
453
Member Avatar for GAiXz

GOOD DAY .NET PROGRAMMERS!! ^_^ [URL="http://www.daniweb.com/forums/attachment.php?attachmentid=23184&stc=1&d=1323465600"]http://www.daniweb.com/forums/attachment.php?attachmentid=23184&stc=1&d=1323465600[/URL] I'm having a problem with SMS APPLICATION "see the picture"? when i click the SEND button after typing the number of the recipient and the text messages it's not responding same as the LOAD button and nothing happens after that so i have no …

0
101
Member Avatar for GAiXz

[CODE]Protected Sub Button1_Click(ByVal sender As Object, _ ByVal e As EventArgs) Response.AddHeader("content-disposition", "attachment;filename=FileName.xls") Response.Charset = String.Empty Response.ContentType = "application/vnd.xls" Dim sw As System.IO.StringWriter = _ New System.IO.StringWriter() Dim hw As System.Web.UI.HtmlTextWriter = _ New HtmlTextWriter(sw) GridView1.RenderControl(hw) Response.Write(sw.ToString()) Response.End() End Sub [/CODE] how do i set the format for that after …

Member Avatar for steave123
0
104
Member Avatar for GAiXz

how do i set the format for that after click the button from gridview to excel file?? what's the code for this format?? in page tab: orientation = landscape scaling = 30% paper size = A3 print quality = 300dpi in margings tab: width = 0.25 top = 0.25 height …

0
47
Member Avatar for GAiXz

[B]I just want to know how to perform a real calculator in ASP.NET like... there's a 1 textbox or 2 and 1 label where in that label will show the text came from the TEXTBOX while typing get it? any idea? please need some help^_^[/B]

Member Avatar for GAiXz
0
139
Member Avatar for GAiXz

please look at the picture attached... ^_^ [CODE]Protected Sub GridView1_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.PreRender GridView1.DataBind() lblStatus.Text = GridView1.Rows.Item(0).Cells(52).Text 'this code is to display the current status of the colum...i don't know if it's read only one or all the column... End Sub Protected Sub chkADa_CheckedChanged(ByVal …

Member Avatar for GAiXz
0
85
Member Avatar for GAiXz

please view the attached file... i just want to know how to insert data in a Null Column in just one click... ex: ID UserName PassWord Category Status 1 Me1 You one Null 2 Me2 You one Null 3 Me3 You one Null 4 Me4 You one Null 5 Me5 …

Member Avatar for Aviral12
0
95