110 Topics

Member Avatar for
Member Avatar for Hmail

Hi all, I am working on a little application that displays internet video (using the chromeless Youtube player for now, will host more players later). So obviously I need something like a trackbar (slider) control to let the user jump to a specific position in the video. I do this …

Member Avatar for skatamatic
0
140
Member Avatar for jbutardo

Hi! I just have this program that validates if the selected file is an excel file, and I want this to have a separate function for validation so I can use that function to other program, can you please give me an example on how to do this function.. Thanks

Member Avatar for jbutardo
0
279
Member Avatar for thegrovesy

Hi all, I have created a custom datagridview cell type (which allows the user to either enter text or add an image). This is working as I had planned, with one exception... This new cell type, which is set as the CellTemplate, has a button to the right of the …

Member Avatar for thegrovesy
0
315
Member Avatar for Shinedevil

I would like to know what kind of CPU architecture I should choose for creating my first operating system. I personally would like to give it a go with trying out a RISC type CPU, but if it's better to try it out on an x86 or some other type …

Member Avatar for Shinedevil
0
175
Member Avatar for y2kshane

im creating a custom button . when user select a image file for button image i want to add it to the project resource (in design time) . how to do this?? im currently drawing image using image location but its not a good solution.

Member Avatar for codeorder
0
7K
Member Avatar for y2kshane

im creating a custom User Control. its a custom picture box . i want to user to select the picture file from file system. so i use following code(i found it on a forum) . but vb says that code has a error . help me :'( [CODE] <EditorAttribute(GetType(System.Windows.Forms.Design.FileNameEditor), _ …

Member Avatar for y2kshane
0
214
Member Avatar for Start4me

Color custom cursor appears to be black when I run the program. The color custom cursor is imported from desktop by using Resources in vb.net. When I run the program the cursor turns out to be black. HOW DO I FIX IT? [CODE]Dim ms As New System.IO.MemoryStream(My.Resources.Cursor1) Button1.Cursor = New …

Member Avatar for Start4me
0
836
Member Avatar for sdragon

Hi Everyone, I'm new here and also new in using Java. I want to make an iterator without using the default methods hasNext, hasPrevious. Here is what I've already done using the default methods: [CODE]import java.util.*; public class HomeIterator{ public static void main(String[] args) { int i = 0; ArrayList …

Member Avatar for sdragon
0
267
Member Avatar for Start4me

Hello everyone! I need to make a simple yet cool program for my professor. The program is this: To get the program to work, the user first presses a button on the form. Then, when the user presses an up arrow on the keyboard, the cursor will change to a …

Member Avatar for Reverend Jim
0
459
Member Avatar for y2kshane

im creating a custom component .how to create a property that has to choose a file(lets say image) from my hard disk ??

0
102
Member Avatar for Sudo Bash

Hi all, I am trying to create a class to serve as a customized cout class. Right now I have made some test code to see if I can do it. Right now I am trying to make it function just like cout, but later I will have it do …

Member Avatar for Sudo Bash
0
2K
Member Avatar for ranu jain

hello, i just want to know what is the need that we make a custom tag...i know that its for reusebility..but i want some examples where should i use them. thanks

0
83
Member Avatar for bipies

Is there any way to execute a wordpress plugin's call tag [CODE][pluginname=parameters] [/CODE] from custom fields? Actually I'm trying with a function and then calling it from the template: [CODE]<?php if ( function_exists('get_custom_field_value') ){ get_custom_field_value('my custom field', true); } ?>[/CODE] but my result is the plugin call tag [CODE][pluginname=parameters][/CODE] . …

Member Avatar for bipies
0
175
Member Avatar for arcaolcer

I am developing a project with wcf . I need to develop a wcf service that will take data from database. I should write it in WCF custom data provider. I can do it with wcf linq and webService with EF. But I can not understand the example of Custom …

Member Avatar for arcaolcer
0
243
Member Avatar for Kevingon

Hi, I'm trying to set custom fonts, I can do it without problem with this code: [CODE] InputStream is = this.getClass().getResourceAsStream("/src/someFontName.ttf"); Font f=null; try { f = Font.createFont(Font.TRUETYPE_FONT,is).deriveFont(15f); } catch (FontFormatException ex) { Logger.getLogger(PanelLiquidacion.class.getName()).log(Level.SEVERE, null, ex); } catch (IOException ex) { Logger.getLogger(PanelLiquidacion.class.getName()).log(Level.SEVERE, null, ex); } txtPlace=new JTextField();txtPlace.setBounds(185,10,310,20); if(f!=null){ txtPlace.setFont(f); lblPlace.setFont(f); …

Member Avatar for Kevingon
1
569
Member Avatar for seonetsmartz

I am little confuse , with a point that in IOS 4 we need a tool xocde that supports java...so i want to know about IOS 5, Does java supported by iOS 5 or not?

Member Avatar for jingda
0
212
Member Avatar for NubTruck

Hi guys, I am trying to create a edit control, with pure win32. When the return key is pressed I would like it to run a section of code. I have tried getting it to handle the return key message through the main windows message handler. Unfortunately that causes it …

0
107
Member Avatar for TrueVb.NetNoob

Hi Everyone! I am here by to ask help on enhancing messageboxs. How is the way to Display a picture(like a JPG file) inside a messagebox along with text when a button is clicked? Any Suggestions would be appreciated. Thank You!

Member Avatar for codeorder
0
663
Member Avatar for Lereyn

Hello, First of all, I would apologize about my english which is not very good ;) I'm a newbie in .NET, and I hope my code is correct :) I'm on a project which consist of going on websites and retrieiving informations based on the 'criterias' the user has given …

0
96
Member Avatar for divin757

First of all I do not want to start a argument about which is better the real thing or you you make yourself. I am trying to pick hardware for a mac box and I want to make sure the hardware will be compatible before I drop a bunch of …

Member Avatar for Ezzaral
-2
203
Member Avatar for sabika110

hello when i try to add new data source aftre selecting the table & befor finishing i got the message An error occured while creating the new data source An error occured while generating the data source and in error window following error does come Custom tool error: Failed to …

Member Avatar for matthewkeating
0
234
Member Avatar for happygeek

A specialist mobile software management company, [URL="http://www.redbend.com"]Red Bend Software[/URL], has today announced what it claims to be the first Linux based mobile phone complete with fully over the air customizable software. The breakthrough has been made possible by partnerships with companies such as Digital Airways, Opera, Synchronica, Trolltech and Zi, …

Member Avatar for madihaghafoor
0
456
Member Avatar for BlueCharge

Hello Everyone, I have chosen to use Google Custom Search with my website and was given the following code, my question is, how can i pass a search query from my homepage which has a standard form on there to the search page which holds this code? I am given …

Member Avatar for BlueCharge
0
234
Member Avatar for McLaren

Hi, Again I am trying to do a simple thing but with joomla it is advanced. What I want to make is to show articles on front page in the way like it is in the atached picture. You can see the red bracked on the left. There is 3 …

0
108
Member Avatar for mah300274

I am looking at building my own custom case. When I was looking at a plexiglass cases they look pretty straight forward, except what thickness should the acrylic be? But I was looking at some computer cases like.... [URL="http://www.google.com/imgres?imgurl=http://www.random-pictures.net/uploads/case9.jpg&imgrefurl=http://www.random-pictures.net/gallery-show.php%3FID%3D27&usg=__ENvTGyXkVI65--2qq7nfbHy-upw=&h=413&w=500&sz=25&hl=en&start=17&sig2=76JMMtXZLefRvtnKaukrAQ&zoom=1&tbnid=GfsqyKSkbiv4vM:&tbnh=125&tbnw=177&ei=yK2WTYWPFdO1tweDqI3DDg&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C298&um=1&itbs=1&iact=hc&vpx=320&vpy=282&dur=390&hovh=204&hovw=247&tx=146&ty=108&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:1,s:17&biw=1332&bih=597"]http://www.google.com/imgres?imgurl=http://www.random-pictures.net/uploads/case9.jpg&imgrefurl=http://www.random-pictures.net/gallery-show.php%3FID%3D27&usg=__ENvTGyXkVI65--2qq7nfbHy-upw=&h=413&w=500&sz=25&hl=en&start=17&sig2=76JMMtXZLefRvtnKaukrAQ&zoom=1&tbnid=GfsqyKSkbiv4vM:&tbnh=125&tbnw=177&ei=yK2WTYWPFdO1tweDqI3DDg&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C298&um=1&itbs=1&iact=hc&vpx=320&vpy=282&dur=390&hovh=204&hovw=247&tx=146&ty=108&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:1,s:17&biw=1332&bih=597[/URL] [URL="http://www.google.com/imgres?imgurl=http://lh3.ggpht.com/abramsv/SHZ9qe4LrGI/AAAAAAAAVP4/OFjduChTJXk/ertjdhjgh.jpg&imgrefurl=http://www.darkroastedblend.com/2008/07/cool-computer-case-mods-part-2.html&usg=__jCXjKoNiEwQEvEjWclsfpYx_21Y=&h=473&w=640&sz=138&hl=en&start=17&sig2=sBHlLNHRNOVhNYyPBERccw&zoom=1&tbnid=G_3nuINHjw7xDM:&tbnh=125&tbnw=177&ei=pending&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:1&um=1&itbs=1&iact=rc&dur=514&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:3,s:17&tx=35&ty=34"]http://www.google.com/imgres?imgurl=http://lh3.ggpht.com/abramsv/SHZ9qe4LrGI/AAAAAAAAVP4/OFjduChTJXk/ertjdhjgh.jpg&imgrefurl=http://www.darkroastedblend.com/2008/07/cool-computer-case-mods-part-2.html&usg=__jCXjKoNiEwQEvEjWclsfpYx_21Y=&h=473&w=640&sz=138&hl=en&start=17&sig2=sBHlLNHRNOVhNYyPBERccw&zoom=1&tbnid=G_3nuINHjw7xDM:&tbnh=125&tbnw=177&ei=pending&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:1&um=1&itbs=1&iact=rc&dur=514&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:3,s:17&tx=35&ty=34[/URL] [URL="http://www.google.com/imgres?imgurl=http://thecontaminated.com/wp-content/uploads/2008/03/r2d2-computer-1.jpg&imgrefurl=http://thecontaminated.com/r2d2-computer-case/&usg=__CbOpWVNo0eDDYOPppF7Yh22xpec=&h=533&w=400&sz=33&hl=en&start=36&sig2=LT381N16BGse0ukq5e89JQ&zoom=1&tbnid=UOWaxqlU_O2emM:&tbnh=153&tbnw=114&ei=KK6WTaygCMSTtwexhIiTDA&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C823&um=1&itbs=1&iact=hc&vpx=504&vpy=243&dur=2371&hovh=259&hovw=194&tx=105&ty=161&oei=w62WTfWZIOO80QHb-NWMDA&page=3&ndsp=24&ved=1t:429,r:11,s:36&biw=1332&bih=597"]http://www.google.com/imgres?imgurl=http://thecontaminated.com/wp-content/uploads/2008/03/r2d2-computer-1.jpg&imgrefurl=http://thecontaminated.com/r2d2-computer-case/&usg=__CbOpWVNo0eDDYOPppF7Yh22xpec=&h=533&w=400&sz=33&hl=en&start=36&sig2=LT381N16BGse0ukq5e89JQ&zoom=1&tbnid=UOWaxqlU_O2emM:&tbnh=153&tbnw=114&ei=KK6WTaygCMSTtwexhIiTDA&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C823&um=1&itbs=1&iact=hc&vpx=504&vpy=243&dur=2371&hovh=259&hovw=194&tx=105&ty=161&oei=w62WTfWZIOO80QHb-NWMDA&page=3&ndsp=24&ved=1t:429,r:11,s:36&biw=1332&bih=597[/URL] [URL="http://www.google.com/imgres?imgurl=http://www.coolcomputercases.com/wp-content/uploads/2010/03/case-41-300x238.jpg&imgrefurl=http://www.coolcomputercases.com/&usg=__2nXA941kqmOsNZpHzZGArtv7Yls=&h=238&w=300&sz=24&hl=en&start=338&sig2=VSEMHYCy0TI2WDVb_vDszg&zoom=1&tbnid=H-Y4didskfKQDM:&tbnh=125&tbnw=158&ei=5q6WTYyDAdCjtgeUib31Cw&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26start%3D229%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26output%3Dimages_json%26tbs%3Disch:11%2C7508&chk=sbg&um=1&itbs=1&biw=1332&bih=597&iact=rc&dur=125&oei=0q6WTfTWEImP0QHA_uiADA&page=17&ndsp=19&ved=1t:429,r:8,s:338&tx=102&ty=86"]http://www.google.com/imgres?imgurl=http://www.coolcomputercases.com/wp-content/uploads/2010/03/case-41-300x238.jpg&imgrefurl=http://www.coolcomputercases.com/&usg=__2nXA941kqmOsNZpHzZGArtv7Yls=&h=238&w=300&sz=24&hl=en&start=338&sig2=VSEMHYCy0TI2WDVb_vDszg&zoom=1&tbnid=H-Y4didskfKQDM:&tbnh=125&tbnw=158&ei=5q6WTYyDAdCjtgeUib31Cw&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26start%3D229%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26output%3Dimages_json%26tbs%3Disch:11%2C7508&chk=sbg&um=1&itbs=1&biw=1332&bih=597&iact=rc&dur=125&oei=0q6WTfTWEImP0QHA_uiADA&page=17&ndsp=19&ved=1t:429,r:8,s:338&tx=102&ty=86[/URL] I mean how would I go about making …

Member Avatar for rubberman
0
767
Member Avatar for Thew

Hi, I've made a custom month view calendar control but I'm having a problem in my custom day event drag code. I don't use any of the drag and drop in winforms, basically I just override the OnMouseDown, OnMouseUp, OnMouseMove methods and listen for appropriate actions to get my own …

0
156
Member Avatar for ssreevidya.m

hi, i want to create a custom gridview control with paging, sorting and filtering. I tried a lot of for it , but didnt get it correctly. Can you give me the code for it. thanks in advance, sreevidya

0
121
Member Avatar for yoge911

hey guyz, i have created an application in vb.net and now i want to create custom uninstaller which asks for a password during uninstallation of the application. if password is correct, then start the uninstallation process else exit the process of uninstalation. i always used clickonce deployment type installation and …

Member Avatar for yoge911
0
143
Member Avatar for Adoshev

Hi everyone. In my application i would like to have some kind of custom fields, which can be defined by administrator. For example, we have two types of goods: food and toys. Those two types has common fields, e.g. name, price, amount. I'm planning that administrator can create custom fields …

Member Avatar for diafol
0
357
Member Avatar for alfredferg

Hi to all wordpress masters :$ I created a custom plugin that tracks my customers orders. Now, my problem here is how to integrate or to create a custom search that play only on the specific table I created for orders. Thanks in advance! -Alfred

Member Avatar for anditucker
0
152

The End.