Create A Small Tool That Filters New And Old Facebook Groups

Sep 5, 2011

i would like to create a small tool that filters new and old facebook groups, i am almost finished, but one part isnt working the filtering here is the source code, grabbing groups works but checking if they are old or new doesn't, even though it should. There is one more feature not working where it filters the members size it is not grabbing the text it should (instead of grabbing the amount of members its just grabbing something from the beginning of the source code) [code]

View 1 Replies


ADVERTISEMENT

Small Admin Reporting Tool?

Mar 10, 2010

I am creating a small admin reporting tool that gathers certain information on some PCs. Unfortuantly the user that is running the tool doesnt have access and I cant give access to those particular machines. What I have done is created a user on these machines that can get this information.

I would like to then have the reporting tool run certain parts of the code as this user so the information can be obtained, without any intervention from the user running the tool. Can I hardcode this user into the code so that it runs the code as the user?

View 1 Replies

Create A Small Application That Can Make Small Calculations?

Feb 1, 2010

On form 1 , i have a number of buttons that open up different websites.What i want to do is when i click a button on form 1 , i want forum 2 to show ( Form2.show() ) , Form 2 will have a list (Buttons) of internet browsers.

View 4 Replies

Getting Subsequent Filters To Not Affect Original Filters?

Sep 21, 2011

I'm designing a form wherein a datagrid is being filtered from numerous controls.

The issue im having is each filter overrides the previous one. Just wondering the best way to approach this problem.

Heres a snippet of my

Private Sub MakeIDComboBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MakeIDComboBox.SelectedIndexChanged
Sheet1BindingSource.Filter = "Make like '" & MakeIDComboBox.SelectedItem & "'"
End Sub

[Code]......

View 4 Replies

Creating A Small Admin Reporting Tool That Gathers Certain Information On Some PCs

Nov 25, 2009

I am creating a small admin reporting tool that gathers certain information on some PCs. Unfortuantly the user that is running the tool doesnt have access and I cant give access to those particular machines. What I have done is created a user on these machines that can get this information.I would like to then have the reporting tool run certain parts of the code as this user so the information can be obtained, without any intervention from the user running the tool. Can I hardcode this user into the code so that it runs the code as the user?

View 4 Replies

Show Small Form Like Tool Tip Top Of Notify-icon On Task-bar

Feb 5, 2010

i need to show linklabel in notifyicon tooltip ballon..if its impossible can i show smal form like tool tip top of the NotifyIcon on the taskbar

View 2 Replies

Create Facebook API In .Net?

May 24, 2012

I would like to create a webservice to achieve the Like and Share features how facebook. I don't wanna use the javascript or iframe etc. which are shown in the [URL] page.

View 6 Replies

"Enhance" The Small Tool Tip - When You Press Ctrl Or Alt It Fades So The Screen Shot Only Showed It Lightly

Dec 21, 2009

I had to "Enhance" the small tool tip, as when you press ctrl or alt it fades, so the screen shot only showed it lightly.

I Should mention it works, some of the time. I am Passing strings in this format:

CODE:

View 7 Replies

VS 2008 Loged In Facebook Using Webbrowser In Facebook / Want To Logout In Every 10

Sep 17, 2011

I have kept a webbrowser and 2 text boxes and one button when my application start it opens facebook page in browser and then i put the id and password in textboxes and then clik on the button then i got loged in but i want that if i looged in it will logout in every 10 sec. can anyone help in this topic

View 1 Replies

Create Facebook Chat-like ListView?

Jun 9, 2011

I am trying to create a user control that basically looks and feels like fb chat contacts list complete with friends lists and online/offline toggle buttons. How should I proceed??

View 1 Replies

Create Many Groups In Contextmenu

Jan 9, 2010

I have a contextmenustrip. I want to create many groups items in that contextmenu. I mean Line which separate each groups. I can do that in Dotnetbar. but with contextmenu in win form I cant.

View 2 Replies

VS 2010 FACEBOOK: Create A Photo Album?

Apr 26, 2011

According to the facebook documentation To create a new, empty photo album, POST the album name and optional description to [url] I'm using the Facebook Graph Toolkit. For the most part, I'm able to do most everything I want to do. This tool makes uploading images very easy but unfortunately, it does not currently have the capability to create a photo album before uploading. I contacted the author of the toolkit and he said that the source code was available. This was a huge help but unfortunately, even after seeing how he post photos, I was unable to to succesfully create an album. Here is my

[code]...

I get the following error message: The remote server returned an error: (400) Bad Request. at Dim WR As WebResponse = request.GetResponse()

View 3 Replies

Gui - Create List Of Control Groups?

Jun 29, 2010

I'm building an control interface for a system that consists of 1-4 modules. In my interface, each module has its own control set, grouped in a groupbox. I only want to show the control groups for the modules that are actually connected and hide the rest.

This is easy to do with the visble property.

I also want all of the groups to be stacked vertically in the UI such that when one is hidden, the rest below it shift up into its place as if you deleted a row in a table. It needs to be able to come back just as easily.

View 1 Replies

Reference To Outlook: Create Contacts And Groups?

Jun 30, 2011

I created a vb.net application that reads a data file (SQL table) and creates contacts and groups from this data. If I run this application and point the Contact folder to my local Outlook folders, the application runs fine. It creates about 550 contact and 10 groups. My problem is when I go to run the application against a public folder that am the "owner" of with full permissions it will run fine until it hits items 250 and then I get a COM error.

[Code]...

View 7 Replies

Send Data To Create A Post On My Facebook Wall From Desktop Application?

Jan 11, 2012

I have written a vb.net desktop application for pipe collectors and one of the requests that seems popular is to be able to post pipe details (text) and an image of the pipe onto the user's facebook wall.

Basically the user will bring up their pipe details of choice and be able to click a 'Post To Wall" button which would then post the pipe details onto their wall.

View 1 Replies

Create Small Pop Up Form

Feb 29, 2012

I would like to create a small pop form for my windows application that serves to greet clients that log onto the system can anyone point me in the right direction as to where I can come up with that informationIf you think it you can achieve it

View 1 Replies

Create A Small Example That Explains MVC-Pattern With WPF?

Jul 5, 2010

I have an old VB6 application. I want to recreate it in VB.Net using WPF. But I am a bit confused about the "Model View Controller"-pattern. I have two books about design patterns (GoF and J.Bishop) afair this pattern is indeed not mentioned inside one of the two books. I have also searched the internet I found some java-examples. But I have still no clue how I should use MVC-Pattern (should I?) in my new WPF-application.Let's say for example my model (in fact it is more complex) is only a wheel rim (circle) with the properties Manufacturer, Diameter and Depth. The user should be able to modify the properties using textboxes and ComboBoxes.Could somebody create a small example that explaines the MVC-Pattern with WPF?Of course I like reusable classes to have a feasible concept throughout the whole application.

View 3 Replies

Best Tool To Create Skins?

Mar 8, 2010

In my company we are planning to develop a GUI for an existing vb.net application which is the best tool to create vb.net skins ?

View 2 Replies

Create Antivirus Tool Using .net?

Jan 30, 2010

how to create antivirus tool using vb.net

View 14 Replies

Asp.net - Create A Small Photo Album Layout In .net Using A Listview?

Jun 16, 2011

I am trying to create a small photo album layout in vb.net using a listview that when a new album has been created it shows it in the listview as a 3 x 2 grid. But when it gets more than a 3 x 2, I want it to just show a link listing all albums.

View 1 Replies

Create A Small Form That Will Duplicate A Users Entry For Them?

Jun 5, 2009

I am trying to create a small form that will duplicate a users entry for them.On my form i have a text box and two CheckListBox controls and a button. The user should be able enter a value into the text box, and select multiple items from both CheckedListBoxes, when they click the submit button the details will be added to a DataGridView below.

This is an example,The user enters the value Audi A4 into the textbox.

The First Checked Lsit Box is called "Colour" and from the options the user checks 'Red' and 'Blue'.

The second Checked List Box is called "Number of Doors" and from the options the user checks '3' and '5'.

When the User clicks the submit button 4 rows will be added to the DataGridView with all the different combinations, as shown below:

Model Colour No# of Doors
Audi A4 Red 3
Audi A4 Red 5
Audi A4 Blue 3
Audi A4 Blue 5

I am currently using this to populate the DataGridView:

[Code]...

View 6 Replies

VS 2010 - How To Create Small App To Store Music Collection

Jun 17, 2012

I am a beginner on Visual Basic but was able to create the 'skeleton' of the application I need to build. Basically, it is an application dedicated to keeping a check on the vinyl I have. When I buy a new record, I want to effectively 'Add New Record' on Visual Basic and be greeted with a page consisting of various forms such as 'Artist' and Title'. Once these are filled in, I want to click 'Enter' and for all that information to be converted to one of the pages within my application.

Here's an easier look at it...
There are LPs that have 10" and 12" sections.
There are singles that have 7" and 12" sections.

In the 'Add New Record' page I want to also have a drop down list with the above elements in, once 12" LP is selected and all the other forms are filled in and I click 'Enter' - I want the application to send it to the 12" LP section of the application.

View 11 Replies

Winforms - Create A Small Delay So The 1st Set Of Codes Run Smoothly?

May 8, 2011

I want to create a small delay so that my 1st set of codes run smoothly. How can I do that in vb.net ?

Edit 1 Suppose I have a few lines of code like this

..................Statement Line 1..............
..................Statement Line 2..............
..................Statement Line 3..............

[code]....

Only when the execution of first five statements are complete then only the next five can be executed

View 3 Replies

Create An Array Of Checkbox Tool?

Jun 21, 2010

How will create an array of checkbox, I dont know to create it on vb.net but as far as i know in vb6 you're just going to create a toolbox then if you copy and paste it,it will automatically ask if you want to create an array of it but I really nid it in vb.net, I want to create 5 checkboxes,for example the name of the checkbox would be checkbox then they're indexes would be checkbox(1),checkbox(2),checkbox(3),checkbox(4),checkbox(5). I tried it to write in codes but something is wrong,the program can't understand what just I did,here's my code.

[Code]...

View 2 Replies

IDE :: Xml To Schema Tool Does Not Create Template?

May 21, 2008

I downloaded and installed the xml to schema tool for VS 2008. No problems. But no template in Vsiaul Studio.

View 3 Replies

Tool That Will Have -at Some Point- To Create A Torrent

Jun 14, 2009

I'm writing a tool that will have -at some point- to create a torrent. Now the tool is big and 'creating the torrent' is only a small part of it so I thought I can use a command-line utility that creates torrents but sadly it seems that there are no such tools available for windows ( found some for linux ). What are my options here? Should I just write a tool that creates torrents out of directories (I don't even know how a torrent file should be structured)? Or is there a way to control a GUI-Based application using my VB.NET program? ( Guess only C can do that, right? )

View 6 Replies

Create A Small Application That Will Force User To Enter An Even Number?

Oct 5, 2011

I need to create a small application that will force a user to enter an even number but i MUST use a loop. Here's what i've come up with:

Quote:

Dim bynombrepair As Byte
bynombrepair = InputBox("Entrez un nombre pair")
If bynombrepair Mod 2 = 0 Then

[Code]....

View 1 Replies

Create A Small Paint Component( Similar To MSpaint But Not The Same Thing) In .net?

Jun 5, 2011

I'm trying to create a small paint component( similar to MSpaint but not the same thing) in vb.net.I have a panel that holds the background image and a picturebox over the panel that I draw on. I'm using graphics to draw shapes and I have my own custom double buffer, meaning that I draw on the picturebox while the mouse ismoving and on mouse up I draw the final image on the buffer image and on paint event the buffer image replaces the picturebox image.also, i have set the form properties to enable double buffering

Me.SetStyle(ControlStyles.ResizeRedraw, True)
Me.SetStyle(ControlStyles.DoubleBuffer, True)
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)
Me.UpdateStyles()

my problem is that no matter what i've tried the picture box keeps flickering. as long as the mouse is moving, the paint event keeps getting called and the image flickers like crazy what i need is more ideas(or pseudocode) on how to avoid flickering.

View 3 Replies

Create A Small Payroll System Using Windows Form Applications

Feb 12, 2012

Im trying create a small payroll system using VB.Net windows form applications. The problem im currently facing is when im updating the datagridview. But my update doesnt work. IM using dataset and databinding source. I want to udpate the datagrid view and automatically update the database. [code]

View 1 Replies

How To Create A Small Program That Will Calculate The Miles Between To Post Codes

Feb 18, 2011

i am trying to create a small program that will calculate the miles between to postcodes.The way im doing this is to fill out a webform for each postcode and collect the returned Long/Lat values (i will then calculate the miles from that)

This all works well until my program freezes with no error message. It's after the same number of records as well and I don't know why.[code...]

View 2 Replies







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