Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
7
Posts with Upvotes
7
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
5 Endorsements
Ranked #340
Ranked #2K
~10K People Reached
About Me

I am a developer by trade and as a hobbyist, I use VB, PHP, jQuery, JS, and VBA as well as use MySQL and MSSQL. I love to figure things out and normally think way outside the box. I run a weather station and website from home as well as develop for Windows…

Interests
Weather, software development, music, web development
PC Specs
Triple monitor Dell Inspiron M6400 with 16 GB Ram
Favorite Tags
Member Avatar for Erik.Den.Eneste

Hi i got a sheet in a work book that i am working on now with form control (dropdown). The code i made changes the color for the text in the entire row, or highlights it, works fine. But i would like to add code to change the cell value …

Member Avatar for hometownnerd
0
175
Member Avatar for Bill_6

i have a drive connected to my computer through a cable adapter, i can see it in the device manager but cannot see it in my computer, i cannot format this due to trying to recover data from it. it has no OS was used for NAS. what am i …

Member Avatar for mouaadable
0
176
Member Avatar for hometownnerd

Good afternoon. I am developing a gmail app for my personal consumption for now and it has a lot of bells and whistles including showing me the latest emails coming in, playing a sound and changing icon when there is new mail and a few other things. I am using …

Member Avatar for hometownnerd
0
2K
Member Avatar for pbarks1

I have managed to successfully add two counters, on which counters from 00:00 and the other from 00:45. The problem i have though is that the counter resets to 00:00 when the counter reaches 60:00 minutes. I need the counter so that it goes to 100:00 or more. Dim starttime …

Member Avatar for pbarks1
0
176
Member Avatar for theashman88

I'm currently using Microsoft Visual Studio express 2013 for Windows Desktop. I have a program that I created and want to share it with friends, but I'm trying to locate the .exe file. (It's a terminal program that gives a quiz). How can I find the executable file. Or do …

Member Avatar for Ancient Dragon
0
163
Member Avatar for anisha.silva

hi, i have a class handler and a class health monitor. i have 2 instanses of the handler class as primary and secondary. in the start of the appliacation the primary and th secondary handler is set. what i want to do is once the primary is set up every …

Member Avatar for horosharp
0
393
Member Avatar for Kratoswoo

So I have been working on something that will check if a user is online or offline. I have the login page set up adn when you loggin, it will take you to the datase that shows all the users. I have a row called "UserOnline" and I want it …

Member Avatar for GliderPilot
0
180
Member Avatar for abhinav.singh.7712

Hey Guys, I am developing a website similar to google maps in visual studio 2008 using google maps api. I am passing user input as source,destination and have provided three timestamps in form asp radiobutton list. This is my javascrpit code: function calcRouteA() { var start = document.getElementById('DropDownList1').value; var end …

Member Avatar for hometownnerd
0
221
Member Avatar for bezzel.zubber

I want to maintain the session into html pages but I have problem of finding a way to pass the session variables into html pages. So this is my login.asp code. <%@Language="JavaScript"%> <html> <body> <% var Conn=Server.CreateObject("ADODB.Connection"); var DSN="DSN=file"; Conn.Open(DSN); var Rst=Server.CreateObject("ADODB.Recordset"); var sql = "SELECT nme,userid,userpwd FROM student WHERE …

Member Avatar for hometownnerd
0
231
Member Avatar for aparnesh

Does anyone know a good method of generating bar/pie/line graphs in ASP ? I cannot use any commercial third party tool. Also I can't use any OCX or flash components. My data is in Oracle which I am connecting using ADO. The graphs have to be generated dynamically from the …

Member Avatar for AleMonteiro
0
236
Member Avatar for OnlineD

I have just about reached the limits of my knowledge with a SQL statement that I am trying to write that pulls in data from multiple tables. Basically I have a situation where I have a Fund in one currency and a Share class in another currency. Investments are made …

Member Avatar for cyberdaemon
0
171
Member Avatar for korathualex

Get listbox values added via javascript on server side via hidden field.... See more: ASP.NET Get listbox values added via javascript on server side via hidden field....

Member Avatar for hometownnerd
0
603
Member Avatar for shaminim

We are running a code to trigger user for exceeding certain dates. The trigger have to be every 1hr post the 1st trigger. But the system triggers inconsistently right now. Any suggestion how to start & close the loop properly? dTime = Now + TimeValue("01:00:00") Application.OnTime dTime, "RunOnTime"

Member Avatar for hometownnerd
0
129
Member Avatar for JakeRivett

How do you go about pausing your code from operating. I want to make an animation by making a picture box visable then another then another but I need a period of time between transitions? How would I go about doing this? boredPic(1, 1).Visible = True boredPic(1, 1).Image = My.Resources.Red …

Member Avatar for Reverend Jim
0
306
Member Avatar for prashant9928

Hello everyone, As a freelance i am working on my own project name myOnlineDesk. I want to make a module in admin section where i can create a database backup file and save to the system. The thing that i want is ".SQL" file. When i click on a Backup …

Member Avatar for hometownnerd
0
822
Member Avatar for raajsj

Hi., I'm developing a web application,in this application using a gridview data control and show Employee details like Empid, EmpName, designation like that. i need when i click the "Empid" field, to show popup window and list that Employee all details in child window. how to do this? please Anyone …

Member Avatar for cyberdaemon
0
1K
Member Avatar for anisha.silva

hi i have an drop down list in the web paage and it has Item A, Item B, Item C as items in the drop downlist. when i run the page how can i make it to display the Item B which is the 2nd item to be displayed in …

Member Avatar for anisha.silva
0
220
Member Avatar for pearl.kumar1

Hi to all, I need to install my own application to an another server,I change my coding to client server name,USerid,PAssword,Etc..But if i run : it will shows an error "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may …

Member Avatar for pearl.kumar1
0
136
Member Avatar for sobias

Hi, I'm doing a software analysis assignemnt which requires me to deal with visual basic. I've never used the language before. I have a loop which I would like to calucate the time taken to complete the loop. Any heads up guys? I want something very simple.

Member Avatar for adam_k
0
239
Member Avatar for jaimin4829

Hi i am developing a web site to download softwares.I want to get total no of downloads of softwares.hOw can i get actual values of downlod?? Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton1.Click Response.Redirect("../Mysoftwares/" & dset.Tables(0).Rows(0).Item(1).ToString() & ".exe") End Sub 'code to redirect at softwares …

Member Avatar for hometownnerd
0
162
Member Avatar for anisha.silva

Hi what i want to do is to code a checkbox list. herewith i have attached an imaage. as in the image, if i check business all the checkboxes below it should get checked and if i uncheck all the check box should get unchecked, how do i code this …

Member Avatar for prashant9928
0
2K
Member Avatar for jaimin4829

Hi i am developing a website to downlod softwares online.From general page of softwares user is allowed to download software after login or register.after login it must be go to user panel's main download page with taking id of software on which a person has clicked..i code below at login …

Member Avatar for hometownnerd
0
203
Member Avatar for gpriya govind

Generate the auto generate number with current month and year. Its Should auto generate. Thanks in advance

Member Avatar for JorgeM
0
121
Member Avatar for Neethaa

Hai I have written a code for a hyperlink and now I need to redirect this page to another page,how can I do that? HtmlAnchor htmlanchor = new HtmlAnchor(); htmlanchor.HRef = "#"; htmlanchor.InnerText = myLabel1.Text; this.form1.Controls.Add(htmlanchor);

Member Avatar for hometownnerd
0
100