4,457 Topics

Member Avatar for
Member Avatar for adams161

I use almost every day, [url]http://www.mibbit.com[/url] It's a web client for IRC. It has one real nice feature. when i type, if i misspell a word, it sort of writes a line through the word, and i can right click for spelling suggestions. I think actually it might be my …

Member Avatar for askkuber
0
159
Member Avatar for Zinderin

My apologies if there is a more appropriate place to ask this... Right now (July 2010) is .Net Reflector the better open-source .NET Class Browser? I should qualify that I'm still stuck in VS 2005 Pro. I'm not trying to start any class browser wars, I'm just looking for the …

Member Avatar for Member 785348
0
68
Member Avatar for josephmcnelis

Hey All, Im having a bit of bother with the way my page content displays in IE. If the browser window is resized beyond a specific size my page content flys away to the right and the right column comes into replace it!? Im pretty sure its some bad cass …

Member Avatar for drjohn
0
167
Member Avatar for Lanaaa

Hi, I'm kinda new to the c# programming and I have an assignment to make a simple app for accounting. So, I made a DB in visual studio, made a new project that is connected to that DB. Table B has a column 'FK_TableA'. On a form I have put …

Member Avatar for Lanaaa
0
104
Member Avatar for sandeepxd

Can any one please tell me how to merge two python files. i have a SimpleHTTPServer.py file and a File transfer(uploading) droopy.py file. I want to combine these two. As i am a beginer to python i can't modify these two files i just want to mix these two files …

Member Avatar for griswolf
-3
6K
Member Avatar for bchaney

Is there a problem with my code? i'm trying to refresh a few form checkboxes based on text typed into machinetxt.text with what is currently stored in the database. i put this into the refresh button click event. here is my code: [CODE]Private Sub machinerefreshbutton_click(ByVal sender As System.Object, ByVal e …

Member Avatar for bchaney
0
170
Member Avatar for sarminatorius

Hi, How to explore libraries, by that i mean open and look at its source code? I am using Embarcadero RAD Studio 2010. For example i want to see functions inside #include <list>.

Member Avatar for mrnutty
0
95
Member Avatar for nmges

Actually I did post this problem before. I want to do the sorting, and it is working, but got the ERROR for all buttons - delete, update, add, select. The errors -Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> …

0
67
Member Avatar for hemavl

I have got problem in updating the access database. THIS IS MY CODE // [code] Dim con As New OleDb.OleDbConnection Dim spl As String Dim ds As New DataSet Dim da As New OleDb.OleDbDataAdapter con.ConnectionString = "PROVIDER= Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Malai\Documents\database31.mdb" con.Open() spl = "select * from REMAINDERDETAILS" da = New OleDb.OleDbDataAdapter(spl, …

Member Avatar for kvprajapati
0
110
Member Avatar for krishnamurtrhy

Really Im getting very much confustion. I searched in net to get solution for the following msg. There is already an open DataReader associated with this Command which must be closed first. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace …

Member Avatar for Lusiphur
0
212
Member Avatar for Techwriter10

Microsoft got some good news this week when new data showed they had gained market share on rivals Firefox and Chrome last month. It might very well be a temporary data glitch, especially when news came out today that [URL="http://www.networkworld.com/news/2010/070110-ibm-employees-use-firefox.html?source=NWWNLE_nlt_daily_pm_2010-07-01"]IBM was recommending that its 40,000 employees use Firefox[/URL] instead of …

Member Avatar for Techwriter10
0
601
Member Avatar for kayfar

[CODE]using System; using System.Configuration; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class Add : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { String path = Server.MapPath("App_Data\\dnis2010.mdb"); …

Member Avatar for Lusiphur
0
95
Member Avatar for nmges

[CODE] </asp:TemplateField> <asp:TemplateField HeaderText="System Manager" SortExpression="sysaccount"> <EditItemTemplate> <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("sysaccount") %>'></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Label ID="Label2" runat="server" Text='<%# Bind("sysaccount") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Password" SortExpression="syspw"> <EditItemTemplate> <asp:TextBox ID="TextBox2" runat="server" Text='<%# Bind("syspw") %>'></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Label ID="Label3" runat="server" Text='<%# Bind("syspw") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Log" SortExpression="log"> <EditItemTemplate> <asp:Label ID="Label2" runat="server" …

Member Avatar for nmges
0
127
Member Avatar for elizabeth mwash

[CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace DataClerk { public partial class Form3 : Form { public Form3() { InitializeComponent(); } private void btnClear_Click(object sender, EventArgs e) { txtPNo.Clear(); txtPName.Clear(); txtSiteName.Clear(); txtJCNo.Clear(); txtRequired.Clear(); } private void btnSave_Click(object sender, EventArgs e) …

Member Avatar for elizabeth mwash
0
161
Member Avatar for geezus

i went to college to be an engineer, came out 6 years later with a degree in discrete mathematics, & have since worked as a software developer in a corporate IT shop. i'm considering retooling once again, this time towards something like what i suppose people mean by industrial engineering. …

Member Avatar for sukda
0
217
Member Avatar for reply2nitish

Hi All, I want to use some collabartive white board for my project in which users can chat and at the time 3-4 pople works on the same board etc. I want open source white baord for that purpous so that I can modify code according to me . If …

Member Avatar for elton2jain
0
176
Member Avatar for b1izzard

I had Bind the Two Textboxes with fields Company Name and Interview Date from Database1. I want to prevent inserting the records into Database2 when the same value exists in Both Database. My problems are in enabling and disabling the insert button during record navigation and placing the below piece …

0
90
Member Avatar for gedas

hey everyone !!! well i got a very annoying problem i am teaching my self about java and especially about developing programs that could be used by Nintendo wii remote. i have recently found a perfect program that has been created in java and created for nintendo wii remote and …

Member Avatar for gedas
0
167
Member Avatar for rayda

hi there. i m trying to write codes for new user to fill in the form, then the new data will into my database,however, my codes doesnt work, i cant figure out what's wrong with my codes. below are my codes: [CODE]Imports System.Data.OleDb Public Class NewUser Inherits System.Web.UI.Page Protected Sub …

Member Avatar for rayda
0
143
Member Avatar for maria_mj

I want to retrieve session value(username) from the login page. I have to verify the user by their username to make the access right control for certain page. In my application, i want to control the access right to "ViewAllProject.aspx" page. I have save the username in session in login …

Member Avatar for maria_mj
0
235
Member Avatar for mimouzas

Hi everybody. I'm so delighted for having discovred by chance this forum. Name: Mariem Nickname: mimouzas Location: Tunis, Tunisia Age: 21 Hobbies: Reading, learning languages, Ethical Hacking (Beginner) Relationship Status: single Education: Institut of Experimental Sciences and Technology, INSAT, Tunisia Work: Student (Speciality :Software Engineering ) Favorite Food: chawarma sandwich, …

Member Avatar for PCSAWICK829
0
42
Member Avatar for khess

There's big news in the software patent front from none other than The U.S. Supreme Court. In the case of [URL="http://www.lexology.com/library/detail.aspx?g=167db2c8-5a72-4f52-8c22-6ae54ff16062"]Bilski vs. Kappos[/URL], handed down yesterday, is a major blow to the anti-patent movement, specifically the [I]no software patent[/I] groups. [INDENT]Florian Mueller, founder of the anti-software patents movement (NoSoftwarePatents) in …

0
599
Member Avatar for Mena samy

Hello is there any open source can i use for OCR !! or any one have a tutorial to start a handwriting ocr detection thanks

Member Avatar for daviddoria
0
44
Member Avatar for nick.crane

Hi all, I am about to upgrade my VS2005 system to VS2010. (My OS is Windows XP SP3) I would like to know if there is anything that I should do before upgrading that will make the process a little easier? Also, what problems will I have with my existing …

0
58
Member Avatar for khess

Today, June 22, 2010, The [URL="http://www.openinventionnetwork.com"]Open Invention Network[/URL] (OIN) [URL="http://www.openinventionnetwork.com/press_release06_22_10.php"]announced[/URL] that [URL="http://www.canonical.com"]Canonical[/URL], the company that owns and produces the [URL="http://www.ubuntu.com"]Ubuntu[/URL] Linux distribution, joins its ranks as the first Associate Member. Florian Mueller, founder and former director of the NoSoftwarePatents campaign and the founder of the [URL="http://fosspatents.blogspot.com"]FOSS Patents Blog[/URL] had this …

Member Avatar for finito
0
2K
Member Avatar for khess

To get down and dirty in mobile phone competition, [URL="http://www.nokia.com"]Nokia[/URL] [URL="http://www.reuters.com/article/idUSTRE65N20Y20100624"]decides[/URL] to take on Apple and Google by adopting the Linux [URL="http://meego.org"]MeeGo[/URL] platform for its new N-Series phones. Back in February of this year, [URL="http://www.intel.com"]Intel[/URL] and Nokia [URL="http://www.nokia.com/press/press-releases/showpressrelease?newsid=1384419"]teamed up[/URL] to create the MeeGo mobile phone platform. This bold move allows …

Member Avatar for great2010
0
392
Member Avatar for shaqywacky7

I made a program to search something on google and return how many results it has and it works perfectly as long as the sending code is not inside a function. If I put it in a function the reply from google isn't seen as a http packet(even though it …

0
49
Member Avatar for luskbo

I have a question that I hope someone can help me with. I have a website that I am loading dynamic content from a database. In my files and instruction I reference the contact page, that is only because that is the file I have been testing this on. Here …

Member Avatar for luskbo
0
235
Member Avatar for heavens_cloud

I've been working on getting a SQL DB to return records through an ADODB.Connection object and have had zero luck getting it to work in VB6. Whereas I created an ASP form using VBS to produce the exact same functionality with no issues. In VB6, I've included the following references: …

Member Avatar for vb5prgrmr
0
544
Member Avatar for jimJohnson

Here are my instructions and I think I have it done but I just realized I need to use memory mapped IO. I am reading over the book and doing research on it but just dont know how to change it and my deadline is Friday. Can someone take a …

Member Avatar for Taywin
0
181
Member Avatar for moshe12007

i dont know how to read from database SQL. i try this : [CODE] string sql = "Select * from Table1 "; DataSet ds = new DataSet(); string connStr = @"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True"; SqlConnection conn = new SqlConnection(connStr); SqlCommand cmd = new SqlCommand(sql, conn); conn.Open(); SqlDataAdapter adapter = new …

Member Avatar for nick.crane
0
99
Member Avatar for Tank50

Hi guys I want to join two tables and executive the sql statement.I mention what is code i wrote ,Once Complie the code it says Error1 The left-hand side of an assignment must be a variable, property or indexer [CODE]SqlConnection Con3 = new SqlConnection("Data Source=IT;Initial Catalog=Test;Integrated Security=True"); Con3.Open(); string str1 …

Member Avatar for kvprajapati
0
294
Member Avatar for Valium1989

Ok, Not sure if you require specs, but a few main ones are; Dell XPS M1530 Windows Vista 32-bit This problem started a few days ago, i can honestly say i don't have a clue how it started. I lent my laptop too my brother one day... day later suddenly …

Member Avatar for Biker920
0
394
Member Avatar for judithSampathwa

hi there, I need to upload files to the mdf file in visual studio 2008 standard edition. the database table which takes the file data in to varchar datatype. i convert the data to byte and then save it in a varchar type field. the code is below for uploading …

Member Avatar for nick.crane
0
166
Member Avatar for b1izzard

Hi i had written the following code to Populate the Calendar Control with Data from an Access Table.[VS2008+MS-Access07] [CODE] Try Dim con As New OleDb.OleDbConnection Dim cmd As OleDbCommand Dim sql As String Dim dr As OleDbDataReader con.ConnectionString = _ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Resources\login.mdb" 'open the connection con.Open() sql = "Select [Scheduled …

0
85
Member Avatar for az7_neli

Hi, everyone again. I have a new problem. I hope that somebody will help me. I still don't find a decision of my last problem. This time I have following task: I have a Form. I have ComboBox, DBGrid and Button. I must select name of table in which I …

0
62
Member Avatar for eartherian

Hello Friends, I am learning to code in ASP.Net (so forgive silly errors!)... Presetnly trying to perform the functions of edit and delete using Repeater. The Code is: Libraries that I am using [CODE] using System; using System.Collections; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Web; using System.Web.Security; …

0
113
Member Avatar for bellconsult

i had problem in inserting data into a table in access database.i am using visual studio2005 for the projects.here is my code [CODE] Dim strConnection As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=" _ & "c:\Users\BELLCONSULT\Documents\LIBRARY2.mdb " Dim cn As OleDb.OleDbConnection = New OleDb.OleDbConnection(strConnection) Dim cmd As New OleDb.OleDbCommand With cmd .CommandText = …

Member Avatar for pritesh2010
0
245
Member Avatar for maria_mj

i have deploy my .Net web application. i can retrieve the first page that is the login.aspx page. but, when i click the login button, the error has occur. Execute Reader: Connection property has not been initialized. After user click login button from the login page, menu page should be …

Member Avatar for maria_mj
0
960
Member Avatar for sackymatt

Hi all, I have a small problem that i cant figure out. i have a program that i want when a user select a date from a datetimepicker, it filters evrything from the datagridview that are for that date.. Hare is the code i have Private Sub Button1_Click_1(ByVal sender As …

Member Avatar for sweber25
0
147
Member Avatar for J-M DESMETTRE

Hi folks, I've got a little problem with my queries in sqlite3. I need to select 'brands' (a, b, c, ...) for a 'date' YYYY-MM-DD from my table. As you can see in my script, I'm able to build a query by passing 'selectedDate' or 'selection', but not both values. …

Member Avatar for woooee
0
142
Member Avatar for armyany

I’m researching what tools I would need to publish a weekly newsletter featuring the latest news from my industry. I was hoping an open source solution existed that could be modified to fit my needs. I’m not opposed to custom development but wanted to get advice before picking a technology …

0
47
Member Avatar for khess

This Memorial Day weekend reminds us all of those who sacrificed their lives for freedom and to protect a way of life that is based on freedom. While considering the brave men and women who stood up for what is right over the past 250 years, it made me realize …

Member Avatar for Master Rattley
0
678
Member Avatar for Duki

Hey guys, I have a splash screen I'm loading here: [code=c#] private void main_Form_Load(object sender, EventArgs e) { //Load Splash Screen this.Hide(); Form_Splash form_Splash = new Form_Splash(); form_Splash.Owner = this; form_Splash.Show(); System.Threading.Thread.Sleep(3000); form_Splash.progressBar_splash.Value = 10; form_Splash.label_Process.Text = "Checking Authentication..."; System.Threading.Thread.Sleep(2000); // Create the context for the principal object. PrincipalContext ctx …

Member Avatar for kdion1024
0
151
Member Avatar for stonerain

I am trying to use the CalcOpticalFlowBM function but I don't understand hot it works. I want to find a motion vector for every blocks but I don't understand that the CalcOpticalFlowBM yields velX and velY. I wrote below code . [CODE]/* Create an object that decodes the input video …

Member Avatar for bart.scotty
1
703
Member Avatar for teddy99

Hi all, Here's my first post. I have a problem which I've worked on for a while now. I'm new to php, html, scripts, but I'm a very quick learner and have worked in IT for years, so hopefully someone can point me towards what I need to do/learn to …

Member Avatar for pzuurveen
0
106
Member Avatar for ariez88

I want to monitor the activities of all the folders present at "C:\Inetpub\ftproot\san".User can work on any type of files and not only text files.Since we have given 1GB space (lets say) to each user, so user can do anything to utilize this space. Variable "id" is redirected to this …

Member Avatar for kvprajapati
0
179
Member Avatar for AliHurworth

Hi, I'm struggling with writng an AJAX query function. It seemed to work in IE and Opera, but not in Firefox - but now won't seem to fire at all. The page can be seen at: [url]http://localhost/CRITS/index.php[/url]. Waht should happen is that as you click on the top left image, …

Member Avatar for AliHurworth
0
145
Member Avatar for Jean Gwyneth

Hi there, I am trying to create an upload functionality for my application. User can only upload an excel format file. I already have a standard formatted excel (which means i don't have to worry about the column fields,file extension, excel version etc..). User just have to fill the cells. …

Member Avatar for mono_jit23
0
179
Member Avatar for ahkaushi

I need to know how to show my search item in a data grid? There is error in grid display part. Can you help me to solve it? Imports System.Data.OleDb Imports System.Text Public Class mainpage Inherits System.Windows.Forms.Form Dim cn As OleDbConnection Dim cmd As OleDbCommand Dim cn4 As OleDbConnection Dim …

Member Avatar for Oxiegen
0
86

The End.