Use A C# Control In Program?

Mar 11, 2010

I found a ruler control that I need to use in my project, but I have no idea about C#, I used a tool to translate this code to VB, but it still having errors.[code]...

View 1 Replies


ADVERTISEMENT

Process Of Designing A Computer Control Program To Control A HF Communications Receiver?

Jul 11, 2008

I am in the process of designing a computer control program to control a HF communications receiver (radio), and have found a problem with the Serial port. I am using VB Express Edition 2008. This module of the program is supposed to take an input string from another part of the program, format it, break it into 4 bytes, and send it to the radio in hex form via COM port 1. The problem comes in when you try to enter a frequency with an 8 or a 9 in it. The 8 or 9 is usually replaced by 45, ex.-input 9900, receiver tune 4545. The exact same thing happens with 8's, input 8800 and receiver tune 4545. All other numbers other than 8 or 9 work fine. The strange part of it is that sometimes the 8's and 9's work, and work correctly. For instance, 900, 1900, 2900, 3900, 4900, 5900, 6900, and 7900 all work correctly. This led me to believe that is may only be when the 8 or 9 is in the first position, but that is not the case, it also shows up in other positions as well. All other frequencies that do not have 8 or 9 in them also work. I ran into this same problem with VB Express 2005, and worked on it for weeks before giving up and going back to VB6.0. This same module (with exception of the port open command) runs flawlessly under VB6. I have even tried importing the MSCOMM control from VB6, but it gives the same results. In de-bugging mode, all of the inputs, decimal and hex seem to be correct, so the problem must come in after you click the command button, but before it leaves the COM port.

[Code]...

View 19 Replies

Possible To Copy An Edit Control (win32) From External Program To Use On Own Program?

Jan 9, 2010

I need to manipulate an external edit control from with in my program. (IE: Get new text whenver it's being enter into edit control and parse the infomation in my program).So, is it possible to create an edit control in my program that base on the handle of an existing application using win32 api or something

View 4 Replies

Control My VB Program Via Asp.net?

Apr 5, 2011

Way to control my program in vb.net through asp.net program or website...?

View 4 Replies

Add Control To Program Tabpage?

Jun 5, 2012

I am trying to display an usercontrol(has a panel) on tabpage. I am using below code to achieve this.[code]...

The problem is that the control size is blown up when I run the application.

View 1 Replies

Add One More Button To Control Box In Program?

Jul 6, 2009

I want to add one more button to the control box in VB.NET

(i.e.,) adding one button in the form next to close,maximize,minimize,mybutton

View 5 Replies

Control IE Window From Program?

Aug 7, 2009

I have a need to do the following can anyone give me an idea how it can be achieved? I have already done points 1 & 2, but I can't get point 3 to work:

1. VB9 app, accepts that accepts text input

2. When Submit is clicked, it copies the text to clipboard.

3. Then paste the text into a particular window that is already visible on an open wep page in Internet Explorer.

The window title of IE is for example

"Metastorm e-work client - Windows Internet Explorer"

I am trying to 'call' the already open page to make it appear over the VB application. The box I need to 'paste' into already has the focus, providing IE iteself has focus.

View 7 Replies

Control Program Using OLE Automation

Mar 10, 2009

I'd like Visual Basic .net (2008) to control another program using OLE automation but I read somewhere in the net (link below) that it's not available in VB .net. How to use VB .net to control that program? The company that own the program stated that it can only be controlled using OLE automation and they made available some functions to do that.

View 7 Replies

Control The Upgrade Through A Program?

Dec 15, 2010

I've written a VB.Net program and it's deployed all across the U.S. When I make changes or bug fixes and want to get a new version out to my clients, I'm wondering if there is an automated way of upgrading the clients. I cannot use Click-Once deployment, I have over 7,000 users and want to control the upgrade through a program. Is there a tool in the toolbox for automating this process?

In VB6, I used the INet control, is there an equivelent to this in .Net?

View 1 Replies

Display A Bmp In A RTF Control In Program?

Apr 12, 2012

I'm trying to Display a bmp image inside a rtf Box for a Bot program I'm making.This function is supposed to convert a bitmap to rtf code whis is inserted to another rtf formatter srtring with additional text. Kind of like Smilies being used in a chat program.

For some reason the output of this function gets rejected by the RTF Box and Vanishes completly. I'm not sure if it the way I'm converting the bmp to a Binary string or if its tied in with the header tags[code]...

View 1 Replies

External Program Control?

Jun 29, 2009

I am using VB 2005. I am trying to open an external program, make it invisible, and then control it. It is fine if the external program shows up in the Windows Task Manager, but I don't want anything showing up in the Windows taskbar. I already know how to open the program I want to use. For that I am using:

Code:
System.Diagnostics.Process.Start("C:Program FilesSomeProgram.exe")

[code]....

View 12 Replies

Get Properties Of Control In Other Program?

Dec 30, 2008

I have a problem: I want to code a program which can get properties of controls in orther program or other project (VB.Net project). I don't know where to begin?

View 1 Replies

How To Add A Control When Program Is Running

Aug 3, 2010

i wounder if any one knows how to add a control when the program is runing ( example when the user press a button a new picturebox will be draw )NOT picturebox1.show Not i got this dim picturebox1 as new picturebox.

View 3 Replies

Make An Url Control Program?

Feb 15, 2012

I want to make a url control program. url list in the listbox and search button

if vocabulary in the url then listbox 2 add item

example:

url: http://example.com
vocabulary : "car"
search: The car vocabulary in the documenttext ("source code") add listbox1 to listbox2

but I don't want slowly.I see same program very fast.What I am doing?

View 8 Replies

Printer Control With Program?

Mar 17, 2011

I would like to know if I can alter the printer's print orientation from Landscape to Portrait and vice versa directly at the time of printing.

I can find, and have found: The installed printer's name, it's Landscape angle and I'm sure I could extend that to a whole host of other information.[code]...

View 8 Replies

Remotely Control My Program?

Sep 5, 2009

I started learning programming using VB.NET a few months ago, so I'm still like a total noob at this, and I'm not experienced enough with the Microsoft Visual Basic Library to get my answer. I have done some Google searches, and still haven't found any relevant answers.

Okay, suppose I want make a VB.NET desktop app. that displays the number "1" in a textbox when a button is pressed... I can easily make that program, but what if I want the program to, on my remote command, display the number "2" instead when the button is pressed?

Is it possible to write code that reads gmail messages? I know that gmail is pretty open about it's SMTP and POP ports and stuff.[code]...

View 4 Replies

ScrollBar Control By Program?

Nov 22, 2010

I have a game with a large panel in VBE2008 with a Vertical Scroll Bar Control.

The user uses his mouse to move it up and down, etc.

But how can the game program move this control?

For example, the control bar is slid down to the panel and I want my program to slide back to the top starting position when the user clicks on the Reset Button.

View 2 Replies

Use DataGridView Control In Program?

Jun 13, 2008

How to Use the DataGridView control in vb.net

View 12 Replies

VB Program About Webcam Control

May 24, 2011

i'm goint to write a program about the webcam control. Can anybody give me some reference webpage about this kind of program? I'm using Visual Studio 2008.

View 1 Replies

Add A New Record To Datagridview Control In Program?

Jun 25, 2012

I want to add to my site a simple table/excel-like feauture that will display some values. So, I added a gridview. I don't use Datasets or database biding at all. All I have is a small form with two entries. When the user clicks a button, I want to add some values to the datagridview control as a new row. How do I add a new record to datagridview control in VB.NET?[code]...

View 2 Replies

Cannot Get Program Control To Run Correctly When Loaded In 6

Nov 1, 2011

I have a dot net activeX control. using the code below my VB 6 application is able to load the control but the "ObjectEvent" method is never called event when raise event is called within the dot net control[code]...

View 3 Replies

Conver List Box Control From VB6 To Program?

Aug 23, 2009

How to convert the following line from vb 6 to vb.net [code]...

and the item in the location 13 does not contain any value I am getting a compile error

View 7 Replies

Count Pdf Pages Using Control For Program?

Dec 1, 2011

I know this topic has been discussed here before, but I haven't found any secure, clear & easy solution.

I can use a commercial solution (if price is ok: I only want it for this feature, not a bloated control with hundreds of pdf functions).

View 1 Replies

How To Control Accurate The Program While Comparing Them

Jul 25, 2009

I'm creating a program (SURPRISE!), one of the features it has is a tutorial helping with learning a language which has a lot to do with the program's topic. So, I want the program to be capable of getting what the user inputs using his microphone (as a respond to a question the program asks), then analyze it and compare it to a prerecorded answer, then tell him how well he did. How to do that?

If this can't be done using VB.Net, which wouldn't be much of a surprise, then what programming language or whatever do you recommend for me to create an external .exe file which takes in the input, analyzes it, and returns the result to my program? (Isn't this the longest sentence in the English language!)Yeah, and, how can I control how accurate the program is while comparing them?

View 4 Replies

Localhost Server To Control Program?

Aug 17, 2010

I'm interested in creating a simple localhost server that can serve dynamically generated data from a ListView into a formatted web page. I'd also like to "control" or otherwise have the program execute functions based on what links are clicked.I've been searching for solutions and it looks like it would be a fairly simple task but I'm not sure exactly what the best way to go about this would be.

View 9 Replies

Making A Program To Control My PC's Fans?

Feb 21, 2011

I am trying to write a program to control the speed of all my fan's (GPU,CPU, Case fans) I have my form set up now I just need to code it. I have a button that when used will detect the different fans and fill txt boxes with information for each fan but when I started looking for info on how to do this I found a lot of posts saying its not possible with Visual Basic. Is it possible or isn't it? Where would I find the info that would show me how to do this?

View 2 Replies

Restart Webbrowser Control In Program?

Jan 17, 2012

How to restart webbrowser control in vb.net

i am try WebBrowser1.Dispose but i dont know what the code re it to work

View 2 Replies

Use Events Of Control Arrays In Program?

May 12, 2012

I have created control arrays in run time with following [code]...

But I don't know how I can have access to events now (especially textchanged)

For example I want when I write number in txtfrom (i+1) write it automatically in txtTo(i)

View 4 Replies

VS 2008 Added A COM Control (ocx) In .net Program

Apr 22, 2010

I am using a .net program. My program is used by few people and it at times downloads updates automatically.Recently I have added a COM control (ocx) in my .net program. Now when I run the program (with ocx in the folder) it gives an error. When I registered the ocx thru regsvr32, it worked fine. So now my program has to register the ocx. Is there any other way to do that rather than using regsvr32. The reason is the regsvr thing will work fine in Win Xp systems but in Vista/Windows 7, which has higher security, I dont know if regsvr will work ok or give an error or will run in elevated more.What should I do ? Should I stick with regsvr32 for all OS or is there an alternative.

View 10 Replies

VS 2008 Control External Program

Aug 4, 2011

i have an external program, i got his and w.e else is needed.... i want to know how do i tick a checkbox from my vb.net program. to this external software. to tick this checkbox and then the checkbox will do what it supposed to do, and not just change the gui to ticked without doing a thing,

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved