blah blah blah is here! blah blah » Close

0
votes
0 answers

Web browser and Context menu strip problems

q12
349

In a webControl, when the mouse cursor is "Hand" (usually over links,images), I want a custom contextMenu to be on or off. I tried to make something but is not working [b][the ContextMenuStrip is always showing,when I right click] ...

0
votes
0 answers

Character rendering algorithm using textBoxes?

q12
349

I have an Russian alphabet to render into a textbox. I stuck at rendering SOME characters. ------ 1.If I write: i and a, it render properly as и and а ([i a](with space)=>[и а]) then, 2.if I write: ia, it render properly as я ([ia]= ...

0
votes
0 answers

Retrieving live Stream of a webPage,clean it,then render.

q12
349

It is possible to load a html page(online one) in webBrowser BUT, Before loading it into webBrowser, to load it into a string, clean some tags there, and Then loading that string into webBrowser ? Or any other variant? I want to load cert ...

0
votes
1 answers

DraggingControlWithMouse and mousePointer NOT toResetToTheTopLeft cornerOfControl !

q12
349

I have this xxx_MouseMove method. In it I manage to make the functionality for dragging a button and with it a custom control for a keyboard with Russian characters. Right NOW when I click on that button, my mouse pointer move to 0,0 locat ...

0
votes
1 answers

one event for multiple buttons

q12
349

How do I make one event for multiple buttons? I have a custom Russian keyboard with 33BigLetters and 33SmallLetters (total=66Letters and also 66 buttons for each letter) I know I did it some time ago, but right now I cant find anywhere a ...

1
votes
1 answers

A little problem with the "while". I susspect it. Maybe you can resolve it.

q12
349

The question is inside code. [code]{ string path = Application.StartupPath; string tt = ""; List<string> e34 = new List<string>(); private void Form1_Load(object sender, EventArgs e) { sr ...

0
votes
10 answers

open with -problem-

q12
349

I have a ".txt" file renamed with a custom extension: ".bzx". I want this file, when I click on it, to be "Open With" MyProgram from "\Program Files\or\whatever". How do I copy the content of that f ...

0
votes
1 answers

richTextBox problem 2

q12
349

This Code is working well but wrong. Wrong because it [b]lower[/b] all text -because of the MatchCase method. How can I make it work without pre-changing anything inside (exception for color text to find)? [code]int posTxt = 0; ...

0
votes
0 answers

Problem with Process.Start("WINWORD.EXE", selectedFile);

q12
349

Problem with Process.Start("WINWORD.EXE", selectedFile); I even put the entire path there: //string MSWordPath = @"c:\Program Files (x86)\Microsoft Office\Office14\WINWORD.EXE"; Still same result: the path and file ...

0
votes
0 answers

How do I take the content from a javascript variable, and paste it into a c# variable?

q12
349

I want to make a wysiwyg program in c#, that is composed from a webbrowser control and a form1. Inside form1 I want to make some search through files(mostly simple txt files) and if needed some extraction from zipped files. That is the mai ...

0
votes
1 answers

a little help on "most used" codes !

q12
349

"Most used" codes are the ones that you as a programmer put them away in a safe directory and from time to time peak at them when you are in trouble. You put them there and you know their order and meanings just enough to came in ...

0
votes
2 answers

Advice on how to build a user interface

q12
349

I don't know how to build a user interface (UI)! Any help PLEASE? I need to put some foundations on it ... sooner the better. Anyone who have some insights on it can help me? Or a reference to a book? Tips,tricks,rules, anything. Thx ...

0
votes
1 answers

Method to compact

q12
349

I have this method and I want to make it shorter. :) I can do it off course but I want to see how you do it. Compact ifs; and others if they are necessary. thank you. [code] void changeOriginalName() { // int ...

0
votes
5 answers

a strange question

q12
349

hy Vulpes. Can you look into this app of mine, read about it and say your opinion about what problems i encounter in it? I made an archive with some sample files and my app that use them. Its simpler and faster this way. Link is here: [ ...

0
votes
1 answers

richTextBox problem

q12
349

I got stuck. Some help please. I need to color each word from a string that i search. [code] uc.richTextBox1.Text = alltxt;//add text to uc(userControl).richTextBox1 string search = textBox1.Text; ...

Feedback