- Strength to Increase Rep
- +9
- Strength to Decrease Rep
- -2
- Upvotes Received
- 70
- Posts with Upvotes
- 60
- Upvoting Members
- 37
- Downvotes Received
- 150
- Posts with Downvotes
- 137
- Downvoting Members
- 22
- Interests
- reading, music
670 Posted Topics
Re: "History is written by the victors." -Machiavelli | |
Re: Am currently eating hunger......dats the only thing in my belly | |
![]() | Re: I saw "White house down" just last week. |
Re: [QUOTE]hey, i've made a textbox and want the asp.net to search max id from database(basically from sql2005) and generate the max id +1 into the textbox .[/QUOTE] 'Jx Man' already gave showed you that in his code as written below [CODE]Try Dim sql As String = "SELECT MAX(NO) 'IDNumber' FROM … | |
Re: first, the variable has to get its value from an input source, maybe a text box so why not do something like this [CODE] "SELECT Product_Name FROM tb_ProductInformation" & _ WHERE Product_Name Like "'+ textbox1.text+'" [/CODE] | |
![]() | Re: am trying it out, can't see anything like 'CopyifNewer' in the Build action. What's closest to it that stars with a ''C is 'Compile' and 'Content' |
Re: The python shell (pythonw.exe) does not come up. But when i use the console(python.exe), it works. Can someone please help me figure this out cos i really prefer the pythonw.exe> i hate the console too Here's what i used:[CODE] C:\python27\pythonw.exe "$(FULL_CURRENT_PATH)"[/CODE] | |
Re: WaltP is very right. Please all IDs should remain unique | |
Re: The Datasize of the column should be increased before you import from excel. Also ensure that there exist the same number of columns in sql server as with the source file and make sure sql server can accomodate the datatypes of the source file in each respective column. Should work … | |
Hi All, am trying to use build a secure login page. I have written necessary functions and the registrations works fine (with secure hash + salt passwords created) but the verification never goes through. Can someone point me in the right direction? Imports System.Data Imports System.Data.SqlClient Imports System.Security.Cryptography Imports System.Web.Security … | |
| |
Re: [code] dim con as sqlconnection = new sqlconnection( _ "server= server name; database= d-basename; user id = server id; password= server password;") [/code] | |
Re: [QUOTE]and there is always an error when i try to install it![/QUOTE] Are you sure it downloaded without errors? if not, its advisable you reinstall | |
Re: [QUOTE]i also ran a scan with malware anti malware software and it showed i had 165 objects infected! i have a log for the scan also. can u help me please! [/QUOTE] and you antivirus program can't disinfect? | |
Re: [QUOTE=;][/QUOTE] Looks interesting and fun. Thanks for the introduction vegaseat. If i may ask, what good books would you recommend for starters? | |
Re: A car uses 1.6 ounces of gas idling for one minute. Half an ounce is used to start the average automobile! | |
Re: [QUOTE]So my question is, what is most popular in the market, now and what will be popular for the next 2-3 years? PHP or ASP.NET?[/QUOTE] You may find so many sites designed with PHP because its an opensource language and many start-up companies may not be able to afford costs … | |
Re: [CODE] If Me.txtLine2Rcon.Text = "" Then MsgBox("Please insert a running condition for Line 2 before you add it to the database", vbOKOnly) exit sub 'this is to leave the sub procedure and prevent further code execution [/CODE] | |
Re: [QUOTE=;][/QUOTE] maybe you can design one to fit your needs | |
#include <stdlib.h> #include <string.h> int main(int argc, char *argv[]) { char *first, *second, *third; first = malloc(888); second = malloc(22); third = malloc(22); strcpy(first, argv[1]); strcpy(second, argv[2]); free(first); free(second); free(third); return(0); } Like I said before, I need help learning C and trying to figure out my errors. With this … | |
Am trying to write a c program to do the following; • Write on the screen: ``Please enter a positive number: ''. • Accept a number from the user. • Keep prompting for more numbers until -1 is entered • Output the sum of all entered numbers excluding -1. • … | |
Hi all, trying to read up on C to get acquainted with the language. Got an exercise am trying to answer and i may need your help to know if am right. I have this code as below, and am asked, what lines have buffer length checking errors. int main( … | |
| |
Re: The more extensive a man's knowledge of what has been done, the greater will be his power of knowing what to do. | |
Re: except there's some incentives to go with it. Like staying young (the vampire myth), being comfortable, never falling sick....and more | |
Re: To achieve not just the microsoft outlook interface but MS Office as you would have noticed Microsoft Office applications come with same looka and feel, you should learn more about "ribbons". You could get some help on the control [here](http://msdn.microsoft.com/en-us/library/windows/desktop/cc872782.aspx) | |
Re: You should use a database for your password rather than hardcoding. So if your app and there is need for a password change, you wont have to do some coding over again. | |
Am new to python and i need help dealing so i would go ahead and post the question and my little solution so far. **Question:** a Procedure which takes four parameters as follows; Dictionary File- the file name of a text file containing four letter words Start Word- a four … | |
Re: post some code on what you have done and you would get help if you have issues. | |
Re: First, you can run a network diagnosis to get a clue. Also, your router may require some security key to grant you access through it to the internet. | |
Re: [QUOTE=Newbie_ITstuden;1611226]hi to all im new here, i have some difficulty in displaying records from database to my combobox here is my code in the form_load [code] Private Sub Form5_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim con As New SqlConnection con.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Users\lito\Documents\QMP_DB.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" … | |
Re: [QUOTE=;][/QUOTE] Had a dog named shadow but now, am just with no pets too. Except we decide to consider a computer as an animal as mentioned in one of the replies | |
Re: here is a good working code block: [CODE] Imports System.Math Public Class calculator Dim cleardisplay As Boolean Dim operand1 As Double Dim operand2 As Double Dim Operator1 As String Private Sub Digit_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btn1.Click, btn2.Click, _ btn3.Click, btn4.Click, btn5.Click, btn6.Click, _ btn7.Click, … | |
Re: > The disk may not be recognized by the system at start up > The Boot Loader may be corrupt >I would recommend you reinstall the OS | |
Re: loether, try something on your own first, then you can be helped out if you encounter errors. Its the best way to learn | |
Re: Show some effort. Lets see what you have tried out | |
hi everybody! i want to get all drives and their directories and sub-directories displayed on a tree view just as windows explorer. pls i need very comprehensive codes to do that...thanks | |
Re: i think you're trying to create a setup file. if am right, then follow these steps; 1.open the project 2.select the file menu, new project, select other project types and just beneath it select setup and deployment 3. follow the instructions as you proceed these steps will help create a … | |
Re: Hmmmm! this is really brainstorming. I googled and [URL="http://blog.phosphorwatches.com/2011/04/time-watch/"]here[/URL] is what i found. Actually, this would aslo be possible if there is a window in the room at least. | |
Re: You need to do these things to learn, thats the only way you can impress people | |
Re: [CODE] Dim objdatatable As DataTable = objDataSet.Tables("TableName") With DataGridView1 .AutoGenerateColumns = True .DataSource = objDataSet .DataMember = "TableName" ' Declare and set the alternating rows style... Dim objAlternatingCellStyle As New DataGridViewCellStyle() objAlternatingCellStyle.BackColor = Color.WhiteSmoke searchDataGridView.AlternatingRowsDefaultCellStyle = objAlternatingCellStyle End With [/CODE] | |
![]() | Re: Rock songs all the way |
![]() | |
Re: you an write and insert function that captures the username, time_of_login, Data_of_login of whoever logs in. This can then be called whenever any user sucessfully logs in so it automatically saves the data to its corresponding table. You need to make more clarification on the editing part of your statement. … | |
Re: movies definitely. i do write some codes if am in the mood. | |
Re: > So far I have a table with category IDs, a seperate table for each category, a student list table, and a table to handle queries to the student list and category list. In my opinion, having a table with just categoryIDs is needless. why not have 1. a table … | |
Re: When you always tell stories that start with: "In those days" | |
Re: I use windows7 but i also have ubuntu running on same machine. Ubuntu is good but we cant still wipe away the good gracious usefulness of windows. Come to think of it, editing tools like photo and video editing, windows still has the best on its list. I would totally … | |
Re: what error message message do you get? |
The End.