-
Replied To a Post in Using Excel in app causing double notifyicon issue
I wrote an article a few years back which might shed some light on this if you can bare to read it as its quite long! https://www.paxium.co.uk/PublicArticle/Article/497 Just realised you … -
Replied To a Post in passing object to Form1 constructor from main
That sounds like a weird one - I can take look if you zip the code and send it over? -
Began Watching Python Acronym Program
HI, I'm having some trouble with this program - its supposed to return an acronym based on the input of the user: It prints three of the same letter instead … -
Replied To a Post in Python Acronym Program
Gribouillis is spot on but I would also move text = text.upper() into your acronym method too - its cleaner that way and more reusable. -
Began Watching Alternative to Table tag
Sir I have these codes <html> </head> <style type="text/css"> #box1{ width:300px; border:1px solid green; overflow:hidden; margin:0 auto; padding:10px; } th { background:#6495ED; padding-bottom:5px; color:white; } td { border-collapse: collapse; text-align:center; … -
Replied To a Post in Alternative to Table tag
Yep I agree tables are supposed to be used for tabular data but not for page layout/templates etc. -
Began Watching How to create custom prerequisites for Visual Studio
Hello everyone! Can anyone help me? I wanted to create a custom prerequisites for my installer. I'm using Visual Studio 2013. To do this, it seems I need to use … -
Replied To a Post in sql insert to access database
Ok cool. -
Replied To a Post in sql insert to access database
Is cmd.parameters.addwithvalue (":0",receiptID) right - I may be wrong but I thought you used @ rather than : for parameters? -
Began Watching sql insert to access database
hi guys I need assistance with SQL insert statement to an access database. I want to insert values to a particular table if the text box value is less than … -
Replied To a Post in sql insert to access database
Is this not working, is there an error message? -
Began Watching Detect Keylogger Softwares
How to detect the keylogger softwares which are running in the system. Keylogger run in hidden mode,by the processes running in the background are us to detect it. Is there … -
Replied To a Post in Detect Keylogger Softwares
Assuming you are using Windows, you can use Task Manager or process explorer is better Ctrl + Alt + Del => Start Task Manager https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx -
Began Watching Dell Latitude E6510: how much hours of battery life?Â
Well I bought a [Dell Latitude E6510 battery](http://www.pcakku-kaufen.com/dell-latitude-e6510-laptop-akku.html) few days ago.Now I want to know how to test its life? How to be considered normal? -
Replied To a Post in Dell Latitude E6510: how much hours of battery life?Â
You want to know what the battery life is or do you want to test that it has the battery life it is supposed to have? -
Replied To a Post in CVs on DANIWEB
Oh dear I can see this is going to kick off! Dani keep calm! -
Began Watching passing object to Form1 constructor from main
Hi guys I'm wondering if this possible in some fashion? I'm trying to create a settings object, and pass it around my forms in project. Ultimate goal is to have … -
Replied To a Post in passing object to Form1 constructor from main
Hi Suzy - As I read your second sentence I thought this needs to be a Singleton and was all geared up to tell you to scrap your original idea … -
Began Watching I can't get trackID off my computer. Help!!
Ive run virus scans etc but its still there and i cant delete it in chromes browser settings. As i press "finish" it pops back up. Help!! -
Replied To a Post in I can't get trackID off my computer. Help!!
Try uninstalling Chrome -
Replied To a Post in Anchor <a> problem
Does this help? <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style> .poster { width: 25%; height: 25%; position: absolute; margin-left: 20px; z-index: 0; } .poster img { -moz-border-radius: 50%; -webkit-border-radius: 50%; … -
Began Watching how to close a popup when submit to post?
Hi guys I'm using the script `add_address.php` to output a list of email addresses from the `message` box to allowed me to split the email addresses to add to each … -
Replied To a Post in how to close a popup when submit to post?
This is off the top of my head but I think you can assign your window to a variable eg: var myWin = window.open("add_address.php... then later I think you can … -
Began Watching Anchor <a> problem
I have created a cycle image style using CSS. The thing is when i put the images on anchor <a> the style is lost... This is the css code .poster … -
Replied To a Post in Anchor <a> problem
What is a cycle image style? What's the page supposed to look like? -
Began Watching How can I add a player to my grid...?
I am making a game where a user has to move a character around a grid and collect passengers. I have managed to construct this grid using some CSS and … -
Replied To a Post in How can I add a player to my grid...?
I would look at CSS using layers and respond to key presses to change the position of the layer. -
Began Watching Image Zooming
Hi. I am displaying image dynamically from database, When I click the particular image I want to show that image in a popup or lightbox in a simple way. How … -
Replied To a Post in Image Zooming
Pretty easy with some JavaScript. Can you code in JavaScript? This site does something simillar - view the source and see how it works. http://www.katmaid.co.uk/aboutme/gallery -
Replied To a Post in Storing data on posting data
Ok cool -
Replied To a Post in Storing data on posting data
"how do we coincide this with the loading of the target page" - I've explained how - do you undersand what it is I am suggesting? User clicks button Posts … -
Began Watching how to hide url using seo
how to hide a url in seo trick? -
Replied To a Post in how to hide url using seo
Can you elaborate? -
Replied To a Post in Storing data on posting data
Ok I see. How about instead of posting directly to this page, you post to your own page and this then posts to the other page. This has given you … -
Replied To a Post in Storing data on posting data
You wrote: "I do not redirect to the target page. "OtherPage" while doing its thing reads the hidden target variable from the request object and redirects to the target page." … -
Began Watching How to get first record updated then send email problem
Hi guys i have problem this code send email based on timer every 5 minutes it working ok but my problem i need to determine first rcord updated not inserted … -
Replied To a Post in How to get first record updated then send email problem
I've read this 4 times now and still don't get it. Can you reword your question using clearer language - I'm sure your question can't be that difficult to explain! -
Began Watching Website Content Management
Hi everyone, Just after some general advice. I have developed a website that contains several news widgets that will eventually need updating. I am not too fussed about keeping a … -
Replied To a Post in Website Content Management
"I was thinking I could create a database and the news feeds just draw on that?" - That's typically how this kind of thing works. You can write this yourself … -
Began Watching Hi all in Daniweb -
Hi everyone; I'm a computer fixit person in Tampa. I'm constantly looking for solutions to computer problems online, and I'm happy to add my knowledge and what's worked for me … -
Replied To a Post in Hi all in Daniweb -
Hi Chris, hows things in Florida? -
Replied To a Post in Storing data on posting data
Sorry I wasn't very clear. Let me summarise how I see things. You have a page with a form which posts to "otherpage" "otherpage" does some stuff and then "redirects … -
Replied To a Post in Storing data on posting data
How is redirection then done to "otherpage"? -
Began Watching Whats the difference
whats the difference between My Articles and My Posts links on botton bar? Both directs to the same thing; the only difference is the way of presenting it: articles are … -
Replied To a Post in Whats the difference
I think My Articles are ones you started where posts are any posts at all. -
Replied To a Post in Getting MVC project out of GitHub
Ok cool. I do MVC all day long so fire away if you have any questions. -
Replied To a Post in Getting MVC project out of GitHub
Hmm not sure really. EF is normally installed via nuget though I think. Sorry no idea about what else to downloadl. -
Replied To a Post in Getting MVC project out of GitHub
Hi Violet It needs to restore many nuget packages. Do you have nuget installed and setup ok? Mine compiles ok after these have been restored. -
Began Watching command button coding
Hi Dan, i am looking for something where i click on the button and the excel sheet opens. i have created buttons on the VB excel but i am looking … -
Replied To a Post in command button coding
Private Sub Command1_Click() On Error GoTo ErrHandler Dim xlApp As Object Dim xlWB As Object Set xlApp = CreateObject("Excel.Application") xlApp.Visible = True Set xlWB = xlApp.Workbooks.Open("c:\MySheet.xls") Exit Sub ErrHandler: MsgBox …
The End.