• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Setup c#

    C# is usually that one in Visual Studio. I use a setup system like you read from https://www.google.com/#q=c%23+installer+for+visual+studio+2010 Unless my app is a CTR (click to run.)
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Setup c#

    hi i want to create a (.exe) setup for my c# app using visual net (2015) i folloed the (add seup to my solution ) how can i have .exe …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Setup c#

    You can't. Since your app needs those dlls, why would you want an installer that only did the .exe? Something doesn't make sense here.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VB6 WORD GENERATOR

    PS. I can't tell what step is eluding you but if it's the random word from a text file check priors like this: https://www.google.com/#q=vb+net+read+random+word+from+text+file
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hiding divs in old versions of IE

    I've got a new navigation layout I'm trying to implement at this url: http://www.50allstars.com/2016/05/grid-menu.html?m=1 It's not all done yet, but in my tests I've found this page to not work …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hiding divs in old versions of IE

    My iPad is away at the moment so I can't test this. But there is something that I want to share here. I'm running into a lot of web makers …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vb.net Context menu strip

    I can't know that. Have you heard the story of 3 blind men and an elephant. Same thing here. -> Again. If you need some other form to hide when …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vb.net Context menu strip

    That's not the section of code that shows a form or other screen object. I see some undefined MyDo.Startwork() and another but I don't know what that is. However and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C CODE TO PYTHON CONVERTER

    Please help me , I need to convert this C code in Python: #include<stdio.h> #include<stdlib.h> #include<conio.h> main() { system ("color F9"); float preco[150], precoNF, NFPreco_Produto[150]; //Vetores e variáveis que trabalham …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C CODE TO PYTHON CONVERTER

    Two things. 1. You didn't show your work. I read to the first code line and there's a color command. You should know python well enough to handle that. If …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in Pointers C++

    I've never heard of or used a fiddle before either. Just googled "C++ fiddle", picked the top result, then kept clicking my options for C++ and within 15 seconds, I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching VB6 WORD GENERATOR

    hello there i am trying to make an application that can generat words automatically, i have used four text boxes, i want the first three boxes to get a word …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VB6 WORD GENERATOR

    Just one. VB6 had its day. Now that VB.net has a free to use version, move up to a version that everyone has access to.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pointers C++

    OK, you've never used a C++ fiddle. As a student you can now learn a few of the most powerful tools I've used over the years. 1. Google. Google C++ …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pointers C++

    Yup, other lines give me errors in my head too. Same as JC above noted. I think you should re-read the assignment and go ahed with a working app. Again, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Pointers C++

    Can someone check if I got these correct please?? I'm pretty sure I missed almost half of these so I really need help on these. If someone can explain how …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pointers C++

    Your code is so incomplete that no one can try it. Example, line 56 and on do nothing. Why have those lines? Tip? Go put it into some C++ online …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vb.net Context menu strip

    I'll have a better understanding looking at the code and the issue. As to your suppose, I offered an idea and the method to hide the other form. But I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vb.net Context menu strip

    "But when i click on 2nd item how to hide the 1st form and show 2nd form and vice-versa." That's not what you asked up top. Next time, ask what …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vb.net Context menu strip

    Without code and only "does not work" you may be stuck here for some time.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Vb.net Context menu strip

    Hi! I have added a contextmenustrip on my form and in the contextmenustrip I have added two items. when I click on the 1st contextmenustrip item it works but when …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vb.net Context menu strip

    Need to see the code.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in Internet Explorer, div takes entire width while should take 75%.

    see here why and read note 2 http://caniuse.com/#feat=html5semantic
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Text Based RPG Game Development Enquiry

    Hi, I am currently in UNI studying Media (Video, Music, Design and also Web Development). As its summer I would love to have a side project. I've been meaning to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text Based RPG Game Development Enquiry

    That's no text based RPG. I see graphics and more. http://www.web-adventures.org/cgi-bin/webfrotz?s=Adventure is an example of a text RPG.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching from Linux to Windows

    Hi guys i'm trying to do a programm for school.I have to create something using " semaphore " and i solved it using "#include <sys/sem.h>". Now i'm trying to make …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in from Linux to Windows

    While I think everyone should have and read "Little Book of Semaphores" for Windows you need to do another search like https://duckduckgo.com/?q=semaphores+pdf+windows
  • Member Avatar for rproffitt
    rproffitt

    Began Watching INSERT query doesn't work in oracle

    Previously I used vb.net with mysql database and successfully added data from insert query. In that senario my sql code is like this : INSERT INTO ds.students (id, name,pic)" & …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in INSERT query doesn't work in oracle

    Duplicate? Anyhow when I get a failure like that I single step my code and examine my SQL command strings. I can also hit the sql command line and test …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching printing fraction in web

    I'm using mathjax in ckeditor and i want to print the fraction (uploaded here in the link [Click Here](http://tinypic.com/r/23k465g/9)).So,what command i have to write to print that fraction ? Here …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in printing fraction in web

    Since I don't know what your desired output is, try a fiddle next. Example at http://jsfiddle.net/AqDCA/852/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Invalid Input

    I want from program that it force the user to input valid value.When ever user enter caharcter in integer valriable it force the user to input the right value.But this …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Invalid Input

    Avoid goto. Forget it exists. Try loops that don't exit till the input is right.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in object oriented programming

    Yes, especially the "and so on" part. Google "and so on". Lots of hits. Sorry to be sarcastic, but really, did you google these topics and not get any worthwhile …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Oracle Developer 2000 R2.1 failing to install on Windows 8.1

    Hello, I have to install Oracle Developer 2000 R2.1 on a Windows 8.1 (x64) machine to run an application developed by a third party developer, but my installation keeps on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Oracle Developer 2000 R2.1 failing to install on Windows 8.1

    There may be a clue in a prior post. http://www.orafaq.com/forum/t/62336/ Were there other Oracle products installed?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Android webview not supported to download tag

    I created webview app using Android studio..I created that app for download wallpapers. but when loard web site through the web view download button dosent work..how can I alow download …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Android webview not supported to download tag

    I see no code. You may have to share your ideas on where in your code it's failing as well as the code. Your post is sadly one of the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in server implementation using multithreading

    Before doing a lot of work, and possibly constructing harder-to-maintain code, maybe you should check your assumptions? How about a trivial program to create and detach 1,0000 threads and see …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in server implementation using multithreading

    Millions of requests? That means you are not running on a single server but on a Cloud OS with well, a lot more gear. No PC I know will do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in insert items from CheckedListBox to table in database

    Line 7 looks incorrect and a duplicate of your other declaration in line 5.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Troy III in Selecting a cell header to populate remaining cells

    How about you post a fiddle intead?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching excel error object reference not set to an instance of an object when start

    Good day I am experiencing issues with Microsoft Excel 2013 32- bit running on Windows 7 Ultimate 64-bit. Whenever I start Excel or switch to it from another program the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in excel error object reference not set to an instance of an object when start

    Did you try disabling all add ins? https://www.google.com/#q=manage+excel+add+ins
  • Member Avatar for rproffitt
    rproffitt

    Began Watching server implementation using multithreading

    Hi All, In below code snippet multithreading is used to take care of multiple requests from client. I beileve creating and detaching thread will eat lots of CPU cycle and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in server implementation using multithreading

    You lost me on those goto's. But your system looks like an echo server. Let's look at priors on good echo servers. Link follows. https://www.google.com/#q=echo+server+c I see examples that allow …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in insert items from CheckedListBox to table in database

    Again. Change line 3. Make it 2 lines where you put your string together so you can see what's in your command. Now you can see what's going on.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in insert items from CheckedListBox to table in database

    Example unclear. Try it again, this time take the content to a string so you can debug it. Also, you should be concerned about Johnny Drop Tables. Examples? https://www.google.com/#q=sanitize+sql+input+vb.net
  • Member Avatar for rproffitt
    rproffitt

    Began Watching EasyPHP mailing error

    Hey everyone, I have been trying to send a test email before I do any further development and can't see to figure out why I am getting this error Warning: …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in EasyPHP mailing error

    Did you test if your email server works like this? https://www.google.com/#q=how+to+test+smtp+email+with+telnet for example is our first test. Also, line 4 is likely wrong. "As described in RFC 2606 and RFC …

The End.